ia64 host support (David Mosberger)
[qemu] / cpu-exec.c
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