]> git.ipfire.org Git - thirdparty/qemu.git/history - cpu-exec.c
removed warning
[thirdparty/qemu.git] / cpu-exec.c
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