summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
* Add comment.ths2007-06-031-1/+1
* Some more regs_to_env/envs_to_regs cleanup.ths2007-06-031-30/+6Star
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-63/+6Star
* ColdFire EMAC support.pbrook2007-05-291-1/+3
* m68k/ColdFire system emulation.pbrook2007-05-231-2/+16
* Update debug output.ths2007-05-121-2/+2
* Another bunch of mips host support.ths2007-05-081-1/+2
* Some bits of Linux/MIPS host support, still segfaulty.ths2007-05-051-2/+16
* Implement power state changes (IDLE and SLEEP) for PXA.balrog2007-05-011-9/+14
* Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer2007-04-101-7/+5Star
* Integrate Alpha target in Qemu core.j_mayer2007-04-051-1/+70
* Generate double and triple faults, by Bernhard Kauer.ths2007-03-311-0/+2
* Sanitize mips exception handling.ths2007-03-301-3/+3
* New model for PowerPC CPU hardware interrupt events:j_mayer2007-03-301-20/+6Star
* Fix call to generated code on SPARC, by Juergen Keil.ths2007-03-191-0/+1
* Watchpoint support (previous commit got eaten by Savannah server crash).pbrook2007-03-171-0/+5
* Make cpu_signal_handler work on Mac OS X/Darwin x86bellard2007-02-051-3/+15
* Fix 64-bit host register corruption.pbrook2007-02-041-94/+9Star
* Use target_ulong type for emulator registers.ths2007-02-021-3/+4
* siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths2007-01-311-9/+18
* Reworking MIPS interrupt handling, by Aurelien Jarno.ths2007-01-241-1/+0Star
* Spelling fixes, thanks to Stefan Weil.ths2006-12-071-1/+1
* ColdFire target.pbrook2006-10-221-2/+60
* added SMM supportbellard2006-09-241-2/+10
* sun4m halt support (Blue Swirl)bellard2006-09-201-2/+4
* Arm host build fix.pbrook2006-07-291-1/+1
* SPARC FPU optimization (Blue Swirl)bellard2006-06-261-2/+6
* SH bugfixes.pbrook2006-06-181-1/+1
* SH usermode fault handling.pbrook2006-06-171-7/+2Star
* Solaris/SPARC host port (Ben Taylor)bellard2006-06-141-12/+14
* mips cleanup (Thiemo Seufer)bellard2006-05-231-0/+2
* sh4 target (Samuel Tardieu)bellard2006-04-271-0/+63
* ia64 fixesbellard2006-04-241-2/+1Star
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-5/+5
* Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook2006-03-111-1/+1
* Add Arm926 core support.pbrook2006-02-201-0/+2
* optional support for kernel code virtualizationbellard2006-02-081-0/+10
* workaround for gcc bug on PowerPCbellard2005-12-191-7/+9
* Initial SPARC SMP support (Blue Swirl)bellard2005-12-051-1/+13
* MIPS halt support - MIPS static state fix (Daniel Jacobowitz)bellard2005-12-051-1/+10
* generate GPF if non canonical addressesbellard2005-12-041-1/+1
* specialize the power save code for 7x0 CPUsbellard2005-11-261-2/+2
* fixed warningbellard2005-11-261-2/+2
* ARM CPU suspend/halt (Paul Brook)bellard2005-11-261-0/+11
* ARM system emulation (Paul Brook)bellard2005-11-261-15/+18
* halt state support for ppcbellard2005-11-231-0/+10
* better halted state supportbellard2005-11-231-0/+13
* SMP supportbellard2005-11-221-0/+4
* make the TB cache independent of MMU mappings (faster MMU context switches an...bellard2005-11-201-131/+167
* Fix interrupt masking (Ralf Baechlebellard2005-08-211-1/+1