2008-09-06 |
blueswir1 | Silence gcc warning about constant overflow |
commit | commitdiff | tree | snapshot |
2008-09-06 |
blueswir1 | Enable gcc flag -Wundef |
commit | commitdiff | tree | snapshot |
2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
aurel32 | Some little fixes on QEMU |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | fix alpha cmovxx instruction |
commit | commitdiff | tree | snapshot |
2008-09-05 |
edgar_igl | CRIS: Mask off the cache selection bit after MMU transl... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | Revert "TCG: enable debug" |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | ppc: Convert op_subf to TCG |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | ppc: Convert op_add, op_addi to TCG |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | TCG: enable debug |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | TCG fixes for target-cris |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | TCG fixes for target-mips |
commit | commitdiff | tree | snapshot |
2008-09-05 |
pbrook | Fix swapped mvz/mvs instructions. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: replace op_set_FT0 with tcg_gen_movi_i64 |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | alpha: add target-alpha/helper.h (missing from commit... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert nip moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: remove unused code |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert CRF moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: fix fpr TCG registers creation |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert FPR moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert Altivec register moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: cleanup register types |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert GPR moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | alpha: convert a few more instructions to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | alpha: directly access ir registers |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | convert of few alpha insn to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | hw/pcnet: use qemu_socket.h |
commit | commitdiff | tree | snapshot |
2008-09-03 |
blueswir1 | Implement no-fault loads |
commit | commitdiff | tree | snapshot |
2008-09-03 |
edgar_igl | ETRAX-FS: Add support for DMA channel resets, needed... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
edgar_igl | CRIS: Avoid a few unecessary steps in the mmu. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
edgar_igl | CRIS: Remove redundant code. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
ths | Delete unused variable. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert op_moven_T2_T0 to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | SH4: R2D-PLUS FPGA: simply unassigned memory triggering |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | hw/pcnet.c: windows compile fix |
commit | commitdiff | tree | snapshot |
2008-09-02 |
ths | Build fix for gcc-3.3. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
blueswir1 | Fix sign extension problems with smul and umul (Vince... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert op_move_{T1,T2}_T0 to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert gen_set_{T0,T1} to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | pcnet: add loopback mode emulation |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | sh4: Add R2D-PLUS FPGA support. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | sh4: CPU versioning. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | SH4: fix a regression introduced in r5122 |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | Fix call_pal() prototype for alpha system emulation |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | x86: Fix powerdown for non-ACPI case |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | Fix typo in console.c comment |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | Reset I32_APIC_BASE on system RESET |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | suppress a couple of spurious warnings in scsi-generic.c |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: Remove dyngen leftovers |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: final conversion to TCG |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: convert floating-point ops to TCG |
commit | commitdiff | tree | snapshot |
2008-09-01 |
blueswir1 | Fix y register loads and stores |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: Remove most uses of cpu_T[0] and cpu_T[1] |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: TCG optimisations |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: Convert remaining non-fp ops to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: Convert shift functions to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: convert control/status register load/store to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: Convert memory loads/stores to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: convert some more arithmetics ops to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
blueswir1 | Remove memcpy32() prototype leftover from r5109 |
commit | commitdiff | tree | snapshot |
2008-08-30 |
blueswir1 | Add correct stack bias if a 64 bit stack is used |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: convert a few helpers to TCG |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: convert branch/jump instructions to TCG |
commit | commitdiff | tree | snapshot |
2008-08-29 |
blueswir1 | Fix FCC handling for Sparc64 target, initial patch... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
blueswir1 | Fix Sparc64 boot on i386 host: |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: convert simple compare instructions to TCG |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: convert a few control or system register functions... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: Fix bugs introduce in r5099 |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: fix xtrct Rm,Rn (broken in r5103) |
commit | commitdiff | tree | snapshot |
2008-08-29 |
ths | Fix a nit in exec.c, by Tristan Gingold. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: convert logic and arithmetic ops to TCG |
commit | commitdiff | tree | snapshot |
2008-08-29 |
aurel32 | SH4: use TCG variables for gregs |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | SH4: use uint32_t/i32 based types/ops |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | SH4: Convert register moves to TCG |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | SH4: Convert dyngen registers moves to TCG |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | SH4: Convert immediate loads to TCG |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | SH4: remove unused ops |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | SH4: add support for TCG helpers |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | SH4: Init TCG variables |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | PPC: add support for TCG helpers |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aurel32 | PPC: Init TCG variables |
commit | commitdiff | tree | snapshot |
2008-08-28 |
aliguori | Do not try to use -net user as a default when slirp... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
blueswir1 | Fix Sparc64 window handling problems detected by Vince... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
blueswir1 | Revert a part of r5087 that didn't need fixing (thanks... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
blueswir1 | Revert broken part of r5044 (thanks to Igor Kovalenko... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
j_mayer | Update maintainers list. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
blueswir1 | Fix more bugs in r5044 |
commit | commitdiff | tree | snapshot |
2008-08-25 |
blueswir1 | Fix error introduced by r5044 |
commit | commitdiff | tree | snapshot |
2008-08-25 |
blueswir1 | Fix udiv and sdiv on Sparc64 (Vince Weaver) |
commit | commitdiff | tree | snapshot |
2008-08-24 |
aurel32 | Revert commits 5082 and 5083 |
commit | commitdiff | tree | snapshot |
2008-08-24 |
aurel32 | PPC: Switch a few instructions to TCG |
commit | commitdiff | tree | snapshot |
2008-08-24 |
aurel32 | PPC: Init TCG variables |
commit | commitdiff | tree | snapshot |
2008-08-24 |
blueswir1 | Add missing FreeBSD #include (Juergen Lock) |
commit | commitdiff | tree | snapshot |
2008-08-24 |
blueswir1 | To make syscall.c for 64 bit truly warning-free, we... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
blueswir1 | Enable pty/tty functions for BSDs too (initial patch... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
blueswir1 | Fix OpenBSD linker warnings in qemu-img |
commit | commitdiff | tree | snapshot |
2008-08-24 |
blueswir1 | Fix math warnings on OpenBSD -current |
commit | commitdiff | tree | snapshot |
2008-08-23 |
aliguori | VNC: Support for ExtendedKeyEvent client message |
commit | commitdiff | tree | snapshot |
next |