Age | Commit message (Expand) | Author |
2008-09-04 | ppc: Convert GPR moves to TCG | aurel32 |
2008-09-04 | alpha: convert a few more instructions to TCG | aurel32 |
2008-09-04 | alpha: directly access ir registers | aurel32 |
2008-09-04 | convert of few alpha insn to TCG | aurel32 |
2008-09-04 | hw/pcnet: use qemu_socket.h | aurel32 |
2008-09-03 | Implement no-fault loads | blueswir1 |
2008-09-03 | ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels. | edgar_igl |
2008-09-03 | CRIS: Avoid a few unecessary steps in the mmu. | edgar_igl |
2008-09-03 | CRIS: Remove redundant code. | edgar_igl |
2008-09-02 | Delete unused variable. | ths |
2008-09-02 | [ppc] Convert op_moven_T2_T0 to TCG | aurel32 |
2008-09-02 | [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG | aurel32 |
2008-09-02 | SH4: R2D-PLUS FPGA: simply unassigned memory triggering | aurel32 |
2008-09-02 | hw/pcnet.c: windows compile fix | aurel32 |
2008-09-02 | Build fix for gcc-3.3. | ths |
2008-09-02 | Fix sign extension problems with smul and umul (Vince Weaver) | blueswir1 |
2008-09-02 | [ppc] Convert op_move_{T1,T2}_T0 to TCG | aurel32 |
2008-09-02 | [ppc] Convert gen_set_{T0,T1} to TCG | aurel32 |
2008-09-02 | pcnet: add loopback mode emulation | aurel32 |
2008-09-02 | sh4: Add R2D-PLUS FPGA support. | aurel32 |
2008-09-02 | sh4: CPU versioning. | aurel32 |
2008-09-02 | SH4: fix a regression introduced in r5122 | aurel32 |
2008-09-02 | Fix call_pal() prototype for alpha system emulation | aurel32 |
2008-09-02 | x86: Fix powerdown for non-ACPI case | aurel32 |
2008-09-02 | Fix typo in console.c comment | aurel32 |
2008-09-02 | Reset I32_APIC_BASE on system RESET | aurel32 |
2008-09-02 | suppress a couple of spurious warnings in scsi-generic.c | aurel32 |
2008-09-01 | SH4: Remove dyngen leftovers | aurel32 |
2008-09-01 | SH4: final conversion to TCG | aurel32 |
2008-09-01 | SH4: convert floating-point ops to TCG | aurel32 |
2008-09-01 | Fix y register loads and stores | blueswir1 |
2008-09-01 | SH4: Remove most uses of cpu_T[0] and cpu_T[1] | aurel32 |
2008-09-01 | SH4: TCG optimisations | aurel32 |
2008-09-01 | SH4: Convert remaining non-fp ops to TCG | aurel32 |
2008-08-30 | SH4: Convert shift functions to TCG | aurel32 |
2008-08-30 | SH4: convert control/status register load/store to TCG | aurel32 |
2008-08-30 | SH4: Convert memory loads/stores to TCG | aurel32 |
2008-08-30 | SH4: convert some more arithmetics ops to TCG | aurel32 |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 |
2008-08-30 | Remove memcpy32() prototype leftover from r5109 | blueswir1 |
2008-08-30 | Add correct stack bias if a 64 bit stack is used | blueswir1 |
2008-08-29 | SH4: convert a few helpers to TCG | aurel32 |
2008-08-29 | SH4: convert branch/jump instructions to TCG | aurel32 |
2008-08-29 | Fix FCC handling for Sparc64 target, initial patch by Vince Weaver | blueswir1 |
2008-08-29 | Fix Sparc64 boot on i386 host: | blueswir1 |
2008-08-29 | SH4: convert simple compare instructions to TCG | aurel32 |
2008-08-29 | SH4: convert a few control or system register functions to TCG | aurel32 |
2008-08-29 | SH4: Fix bugs introduce in r5099 | aurel32 |
2008-08-29 | SH4: fix xtrct Rm,Rn (broken in r5103) | aurel32 |
2008-08-29 | Fix a nit in exec.c, by Tristan Gingold. | ths |