]> git.proxmox.com Git - qemu.git/history - exec.c
-no-fd-bootchk option (Lonnie Mendez)
[qemu.git] / exec.c
2006-04-23 bellardadded cpu_physical_memory_write_rom()
2006-04-16 pbrookFix DEBUG_TB_CHECK build failure (balrog).
2006-04-08 pbrookInitialize physical memory space to IO_MEM_UNASSIGNED.
2006-04-08 pbrookFix typo in previous patch.
2006-04-08 pbrookFix breakpoint TLB invalidation.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-02-08 bellardoptional support for kernel code virtualization
2005-11-28 bellardPAGE_EXEC support in TLBs
2005-11-26 bellardfixed async signal support for tb_phys_invalidate()
2005-11-26 bellardARM system emulation (Paul Brook)
2005-11-21 bellardSMP support
2005-11-20 bellardmake the TB cache independent of MMU mappings (faster...
2005-10-30 bellardavoid using physical accesses in user emulation
2005-10-30 bellardmore physical memory access functions
2005-09-03 bellardcomments
2005-08-21 bellarddirty ram page handling fixes
2005-08-21 bellardmerge self modifying code handling in dirty ram page...
2005-07-24 bellardallow more than 32 bit of physical memory
2005-07-24 bellard64 bit virtual addressing fix
2005-04-24 bellardcompatibility fix with kqemu-x86_64
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-04-07 bellardia64 host support (David Mosberger)
2005-02-10 bellarddirty flag changes
2005-01-28 bellardphysical memory access functions
2005-01-27 bellardram dirty flag update fix
2005-01-26 bellardJIT statistics
2005-01-03 bellard64 bit target support
2004-11-14 bellardMac OS compile fix
2004-10-10 bellardfaster Cirrus VGA VRAM access
2004-10-09 bellardmonitor fixes
2004-10-09 bellardmonitor fixes (Johannes Schindelin)
2004-10-03 bellardremoved access_type hack
2004-10-03 bellarduse memset() (Daniel Egger)
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-09-29 bellardno data exec support
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-06-22 bellardconsider that all archs have SMC (workaround)
2004-06-14 bellardcompile fix
2004-06-14 bellardfixed self modifying code in case of asynchronous interrupt
2004-06-03 bellardsupport for opaque data on memory I/Os
2004-05-23 bellardPowerPC merge
2004-05-21 bellardsupport for non continuous RAM or ROM
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-05-20 bellard64 bit fix (Jocelyn Mayer)
2004-05-20 bellardPIC reset fix (initial patch by Hidemi KAWAI)
2004-05-12 bellardprimitive ioport debug - /dev/rtc fast timer support...
2004-04-26 bellardamd64 port (Jocelyn Mayer)
2004-04-25 bellardconsistent use of target_ulong and target_phys_addr_t
2004-04-25 bellardprecise self modifying code support
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-02-25 bellardnew physical memory access API (used by DMA accesses...
2004-02-16 bellarduse qemu memory allocation - added dirty bit support...
2004-02-06 bellardadded generic physical memory dirty bit support
2004-02-03 bellardtemporary interrupt locking fix (need rework)
2004-01-24 bellardvirtual memory access for gdbstub
2004-01-18 bellardfixed tlb invalidation
2004-01-04 bellardnew generic TLB support - faster self modifying code...
2004-01-04 bellardmore generic TLB support - began to fix unlikely interr...
2003-11-19 bellardfixed TB linking in case of code invalidation (fixes...
2003-10-27 bellardfull softmmu support
2003-10-05 bellardlog activation from gdb - gdb single step support for...
2003-09-30 bellardnew directory structure
2003-08-10 bellardsoft mmu support - Memory I/O API - synthetize string...
2003-07-29 bellardfirst part of single stepping support
2003-07-26 bellardgdb stub breakpoints support
2003-06-30 bellardreduced irq latency
2003-06-25 bellardmore precise cpu_interrupt()
2003-06-25 bellardfaster task switch
2003-06-24 bellardMMU support
2003-06-21 bellardcpu_abort()
2003-06-15 bellardARM emulation support
2003-05-27 bellardprecise exceptions
2003-05-25 bellarddirect chaining for PowerPC and i386
2003-05-16 bellardfixed page_unprotect() if host_page_size > TARGET_PAGE_SIZE
2003-05-14 bellardbetter locks
2003-05-14 bellardself-modifying code support
2003-05-13 bellardmmap emulation