aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-03Add comment.ths1-1/+1
2007-06-03Some more regs_to_env/envs_to_regs cleanup.ths1-30/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-63/+6
2007-05-29ColdFire EMAC support.pbrook1-1/+3
2007-05-23m68k/ColdFire system emulation.pbrook1-2/+16
2007-05-12Update debug output.ths1-2/+2
2007-05-08Another bunch of mips host support.ths1-1/+2
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths1-2/+16
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-9/+14
2007-04-09Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer1-7/+5
2007-04-05Integrate Alpha target in Qemu core.j_mayer1-1/+70
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths1-0/+2
2007-03-30Sanitize mips exception handling.ths1-3/+3
2007-03-30New model for PowerPC CPU hardware interrupt events:j_mayer1-20/+6
2007-03-19Fix call to generated code on SPARC, by Juergen Keil.ths1-0/+1
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook1-0/+5
2007-02-05Make cpu_signal_handler work on Mac OS X/Darwin x86bellard1-3/+15
2007-02-04Fix 64-bit host register corruption.pbrook1-94/+9
2007-02-02Use target_ulong type for emulator registers.ths1-3/+4
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-9/+18
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths1-1/+0
2006-12-07Spelling fixes, thanks to Stefan Weil.ths1-1/+1
2006-10-22ColdFire target.pbrook1-2/+60
2006-09-24added SMM supportbellard1-2/+10
2006-09-20sun4m halt support (Blue Swirl)bellard1-2/+4
2006-07-29Arm host build fix.pbrook1-1/+1
2006-06-26SPARC FPU optimization (Blue Swirl)bellard1-2/+6
2006-06-18SH bugfixes.pbrook1-1/+1
2006-06-17SH usermode fault handling.pbrook1-7/+2
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard1-12/+14
2006-05-22mips cleanup (Thiemo Seufer)bellard1-0/+2
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+63
2006-04-24ia64 fixesbellard1-2/+1
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-5/+5
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook1-1/+1
2006-02-20Add Arm926 core support.pbrook1-0/+2
2006-02-08optional support for kernel code virtualizationbellard1-0/+10
2005-12-19workaround for gcc bug on PowerPCbellard1-7/+9
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard1-1/+13
2005-12-05MIPS halt support - MIPS static state fix (Daniel Jacobowitz)bellard1-1/+10
2005-12-04generate GPF if non canonical addressesbellard1-1/+1
2005-11-26specialize the power save code for 7x0 CPUsbellard1-2/+2
2005-11-26fixed warningbellard1-2/+2
2005-11-26ARM CPU suspend/halt (Paul Brook)bellard1-0/+11
2005-11-26ARM system emulation (Paul Brook)bellard1-15/+18
2005-11-23halt state support for ppcbellard1-0/+10
2005-11-23better halted state supportbellard1-0/+13
2005-11-21SMP supportbellard1-0/+4
2005-11-20make the TB cache independent of MMU mappings (faster MMU context switches an...bellard1-131/+167
2005-08-21Fix interrupt masking (Ralf Baechlebellard1-1/+1