summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-02SH4: R2D-PLUS FPGA: simply unassigned memory triggeringaurel321-16/+2
2008-09-02hw/pcnet.c: windows compile fixaurel321-0/+4
2008-09-02Build fix for gcc-3.3.ths1-0/+4
2008-09-02Fix sign extension problems with smul and umul (Vince Weaver)blueswir11-4/+4
2008-09-02[ppc] Convert op_move_{T1,T2}_T0 to TCGaurel322-31/+19
2008-09-02[ppc] Convert gen_set_{T0,T1} to TCGaurel321-29/+9
2008-09-02pcnet: add loopback mode emulationaurel321-30/+59
2008-09-02sh4: Add R2D-PLUS FPGA support.aurel321-0/+111
2008-09-02sh4: CPU versioning.aurel324-27/+94
2008-09-02SH4: fix a regression introduced in r5122aurel321-1/+1
2008-09-02Fix call_pal() prototype for alpha system emulationaurel321-0/+4
2008-09-02x86: Fix powerdown for non-ACPI caseaurel321-2/+4
2008-09-02Fix typo in console.c commentaurel321-1/+1
2008-09-02Reset I32_APIC_BASE on system RESETaurel321-2/+4
2008-09-02suppress a couple of spurious warnings in scsi-generic.caurel321-2/+2
2008-09-01SH4: Remove dyngen leftoversaurel323-16/+1
2008-09-01SH4: final conversion to TCGaurel325-30/+14
2008-09-01SH4: convert floating-point ops to TCGaurel325-420/+421
2008-09-01Fix y register loads and storesblueswir11-18/+16
2008-09-01SH4: Remove most uses of cpu_T[0] and cpu_T[1]aurel321-181/+427
2008-09-01SH4: TCG optimisationsaurel321-349/+236
2008-09-01SH4: Convert remaining non-fp ops to TCGaurel325-153/+130
2008-08-30SH4: Convert shift functions to TCGaurel322-24/+9
2008-08-30SH4: convert control/status register load/store to TCGaurel324-82/+69
2008-08-30SH4: Convert memory loads/stores to TCGaurel322-126/+58
2008-08-30SH4: convert some more arithmetics ops to TCGaurel325-193/+86
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir139-148/+64
2008-08-30Remove memcpy32() prototype leftover from r5109blueswir11-1/+0
2008-08-30Add correct stack bias if a 64 bit stack is usedblueswir11-0/+9
2008-08-29SH4: convert a few helpers to TCGaurel324-58/+52
2008-08-29SH4: convert branch/jump instructions to TCGaurel322-118/+54
2008-08-29Fix FCC handling for Sparc64 target, initial patch by Vince Weaverblueswir12-30/+28
2008-08-29Fix Sparc64 boot on i386 host:blueswir15-273/+280
2008-08-29SH4: convert simple compare instructions to TCGaurel322-87/+53
2008-08-29SH4: convert a few control or system register functions to TCGaurel322-69/+46
2008-08-29SH4: Fix bugs introduce in r5099aurel321-8/+8
2008-08-29SH4: fix xtrct Rm,Rn (broken in r5103)aurel321-1/+1
2008-08-29Fix a nit in exec.c, by Tristan Gingold.ths1-1/+1
2008-08-29SH4: convert logic and arithmetic ops to TCGaurel322-317/+111
2008-08-29SH4: use TCG variables for gregsaurel321-200/+202
2008-08-28SH4: use uint32_t/i32 based types/opsaurel321-30/+30
2008-08-28SH4: Convert register moves to TCGaurel322-261/+209
2008-08-28SH4: Convert dyngen registers moves to TCGaurel322-15/+9
2008-08-28SH4: Convert immediate loads to TCGaurel322-16/+4
2008-08-28SH4: remove unused opsaurel321-30/+0
2008-08-28SH4: add support for TCG helpersaurel322-0/+11
2008-08-28SH4: Init TCG variablesaurel321-1/+3
2008-08-28PPC: add support for TCG helpersaurel322-0/+11
2008-08-28PPC: Init TCG variablesaurel321-1/+13
2008-08-28Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhard...aliguori1-3/+4