]> git.ipfire.org Git - thirdparty/qemu.git/history - exec.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[thirdparty/qemu.git] / exec.c
2007-09-16  thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-01  pbrookFix bogus fopen mode.
2007-06-30  pbrookAllow changing log filename.
2007-06-26  balrogFix writes to pages containing watchpoints for the...
2007-06-10  balrogFlush the debug log when qemu Aborts (patch by Herve...
2007-06-03  thsSpelling fixes, by Stefan Weil.
2007-05-30  blueswir1Fix the bug introduced by subpage code preventing PC...
2007-05-26  blueswir1Implement generic sub-page I/O based on earlier work...
2007-05-19  blueswir1Use full 36-bit physical address space on SS10
2007-05-17  blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-06  blueswir1Report unassigned memory access to CPU (not enabled...
2007-04-07  j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-05  j_mayerTemporary hack for alpha user-mode emulation.
2007-04-05  j_mayerInfrastructure to support more than 2 MMU modes.
2007-04-04  j_mayerAdd missing 64 bits memory accessors.
2007-03-17  thsBetter ioport debugging output.
2007-03-16  pbrookWatchpoint support (previous commit got eaten by Savann...
2007-02-28  thsFix CPU chaining in linux-user emulation, by Gwenole...
2007-02-08  bellardram allocation functions
2006-12-18  pbrookAdd unassigned memory debugging code.
2006-11-12  pbrookSpeed up tlb_flush_page (Daniel Jacobowitz).
2006-09-24  bellardadded cpu_get_physical_page_desc()
2006-07-04  bellardfix for IO_MEM_ROMD support
2006-06-25  bellardsupport for dynamic address space changes
2006-06-25  bellardlow level support for memory mapped flash devices ...
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
next