aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-02SH4: R2D-PLUS FPGA: simply unassigned memory triggeringaurel32
2008-09-02hw/pcnet.c: windows compile fixaurel32
2008-09-02Build fix for gcc-3.3.ths
2008-09-02Fix sign extension problems with smul and umul (Vince Weaver)blueswir1
2008-09-02[ppc] Convert op_move_{T1,T2}_T0 to TCGaurel32
2008-09-02[ppc] Convert gen_set_{T0,T1} to TCGaurel32
2008-09-02pcnet: add loopback mode emulationaurel32
2008-09-02sh4: Add R2D-PLUS FPGA support.aurel32
2008-09-02sh4: CPU versioning.aurel32
2008-09-02SH4: fix a regression introduced in r5122aurel32
2008-09-02Fix call_pal() prototype for alpha system emulationaurel32
2008-09-02x86: Fix powerdown for non-ACPI caseaurel32
2008-09-02Fix typo in console.c commentaurel32
2008-09-02Reset I32_APIC_BASE on system RESETaurel32
2008-09-02suppress a couple of spurious warnings in scsi-generic.caurel32
2008-09-01SH4: Remove dyngen leftoversaurel32
2008-09-01SH4: final conversion to TCGaurel32
2008-09-01SH4: convert floating-point ops to TCGaurel32
2008-09-01Fix y register loads and storesblueswir1
2008-09-01SH4: Remove most uses of cpu_T[0] and cpu_T[1]aurel32
2008-09-01SH4: TCG optimisationsaurel32
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel32
2008-08-30SH4: Convert shift functions to TCGaurel32
2008-08-30SH4: convert control/status register load/store to TCGaurel32
2008-08-30SH4: Convert memory loads/stores to TCGaurel32
2008-08-30SH4: convert some more arithmetics ops to TCGaurel32
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-30Remove memcpy32() prototype leftover from r5109blueswir1
2008-08-30Add correct stack bias if a 64 bit stack is usedblueswir1
2008-08-29SH4: convert a few helpers to TCGaurel32
2008-08-29SH4: convert branch/jump instructions to TCGaurel32
2008-08-29Fix FCC handling for Sparc64 target, initial patch by Vince Weaverblueswir1
2008-08-29Fix Sparc64 boot on i386 host:blueswir1
2008-08-29SH4: convert simple compare instructions to TCGaurel32
2008-08-29SH4: convert a few control or system register functions to TCGaurel32
2008-08-29SH4: Fix bugs introduce in r5099aurel32
2008-08-29SH4: fix xtrct Rm,Rn (broken in r5103)aurel32
2008-08-29Fix a nit in exec.c, by Tristan Gingold.ths
2008-08-29SH4: convert logic and arithmetic ops to TCGaurel32
2008-08-29SH4: use TCG variables for gregsaurel32
2008-08-28SH4: use uint32_t/i32 based types/opsaurel32
2008-08-28SH4: Convert register moves to TCGaurel32
2008-08-28SH4: Convert dyngen registers moves to TCGaurel32
2008-08-28SH4: Convert immediate loads to TCGaurel32
2008-08-28SH4: remove unused opsaurel32
2008-08-28SH4: add support for TCG helpersaurel32
2008-08-28SH4: Init TCG variablesaurel32
2008-08-28PPC: add support for TCG helpersaurel32
2008-08-28PPC: Init TCG variablesaurel32
2008-08-28Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhard...aliguori