]> git.proxmox.com Git - qemu.git/history - cpu-exec.c
Watchpoint support (previous commit got eaten by Savannah server crash).
[qemu.git] / cpu-exec.c
2007-03-16 pbrookWatchpoint support (previous commit got eaten by Savann...
2007-02-05 bellardMake cpu_signal_handler work on Mac OS X/Darwin x86
2007-02-04 pbrookFix 64-bit host register corruption.
2007-02-02 thsUse target_ulong type for emulator registers.
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2007-01-24 thsReworking MIPS interrupt handling, by Aurelien Jarno.
2006-12-07 thsSpelling fixes, thanks to Stefan Weil.
2006-10-22 pbrookColdFire target.
2006-09-24 bellardadded SMM support
2006-09-20 bellardsun4m halt support (Blue Swirl)
2006-07-29 pbrookArm host build fix.
2006-06-26 bellardSPARC FPU optimization (Blue Swirl)
2006-06-18 pbrookSH bugfixes.
2006-06-17 pbrookSH usermode fault handling.
2006-06-14 bellardSolaris/SPARC host port (Ben Taylor)
2006-05-22 bellardmips cleanup (Thiemo Seufer)
2006-04-27 bellardsh4 target (Samuel Tardieu)
2006-04-24 bellardia64 fixes
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-03-11 pbrookRename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).
2006-02-20 pbrookAdd Arm926 core support.
2006-02-08 bellardoptional support for kernel code virtualization
2005-12-19 bellardworkaround for gcc bug on PowerPC
2005-12-05 bellardInitial SPARC SMP support (Blue Swirl)
2005-12-05 bellardMIPS halt support - MIPS static state fix (Daniel Jacob...
2005-12-04 bellardgenerate GPF if non canonical addresses
2005-11-26 bellardspecialize the power save code for 7x0 CPUs
2005-11-26 bellardfixed warning
2005-11-26 bellardARM CPU suspend/halt (Paul Brook)
2005-11-26 bellardARM system emulation (Paul Brook)
2005-11-23 bellardhalt state support for ppc
2005-11-23 bellardbetter halted state support
2005-11-21 bellardSMP support
2005-11-20 bellardmake the TB cache independent of MMU mappings (faster...
2005-08-21 bellardFix interrupt masking (Ralf Baechle
2005-07-24 bellards390 bits
2005-07-02 bellardsoft irq are just irqs (Ralf Baechle)
2005-07-02 bellardMIPS target (Jocelyn Mayer)
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-26 bellardi386-user compile fix (Paul Brook)
2005-04-23 bellardThis patch adds little-endian mode support to PPC emula...
2005-04-07 bellardia64 host support (David Mosberger)
2005-04-06 bellardsparc update (Blue Swirl)
2005-02-22 bellardARM VFP support (Paul Brook)
2005-02-15 bellardppc fixes (Jocelyn Mayer)
2005-02-13 bellardsparc fix
2005-02-10 bellardkqemu support
2005-02-07 bellardSIGSEGV signals for ARM and SPARC
2005-02-02 bellardARM SMC workaround
2005-01-31 bellardarmv5te support (Paul Brook)
2005-01-30 bellardremoved debug code
2005-01-03 bellard64 bit target support
2004-12-19 bellardSPARC merge
2004-10-12 bellardcorrect handling of saved host registers
2004-10-09 bellardmonitor fixes
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-07-14 bellardcompile fix
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-06-22 bellarddisable buggy tb_invalidate_page_range()
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-04-25 bellardadded cpu_resume_from_signal() - irq fix
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-21 bellarddo not depend on thunk.h - more log items
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2004-02-25 bellardnative FPU support in code copy mode
2004-02-16 bellardexperimental code copy support - CPU_INTERRUPT_EXITTB...
2004-02-03 bellardtemporary interrupt locking fix (need rework)
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-18 bellardsimpler second page physical address test
2004-01-04 bellardPowerPC System emulation (Jocelyn Mayer)
2004-01-04 bellardsupport for new TLB handling
2004-01-04 bellardsparc fixes
2003-11-23 bellardPowerPC target support (Jocelyn Mayer) - added better...
2003-11-19 bellardfixed TB linking in case of code invalidation (fixes...
2003-10-30 bellardunused functions in system mode
2003-10-27 bellardfixed mmu fault priviledge logic
2003-09-30 bellardsparc emulation target (thanx to Thomas M. Ogrisegg)
2003-09-17 bellardremoved x86 hacks
2003-08-21 bellardfaster and more accurate segment handling
2003-08-20 bellardpop ss, mov ss, x and sti disable irqs for the next...
2003-08-20 bellardno error code if hardware interrupt
2003-08-10 bellardm68k host port (Richard Zidlicky)
2003-08-10 bellardsoft mmu support
2003-07-29 bellardcorrect CPL support (should fix flat real mode support)
2003-07-26 bellardreal mode support
2003-07-26 bellardgdb stub breakpoints support
2003-07-09 bellardARM fixes
2003-06-30 bellardfixed invalid irq jump chaining
2003-06-30 bellardreduced irq latency
2003-06-25 bellardsuppressed ring 0 hacks
2003-06-24 bellardhardware interrupt support - support forfull ring 0...
2003-06-21 bellardnew segment access
2003-06-15 bellardmain cpu loop is target independent