Refactor and enhance break/watchpoint API (Jan Kiszka)
[qemu] / cpu-all.h
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-10-06 aliguoriAdd dirty tracking for live migration
2008-10-02 blueswir1Make CPULogItem tables const
2008-09-14 blueswir1Revert incorrect part of r4574 to avoid unaligned traps...
2008-07-03 thsAvoid compiler warning.
2008-06-29 pbrookAdd instruction counter.
2008-06-09 pbrookClean up MMIO TLB handling.
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-25 blueswir1Implement byte swapping accesses
2008-05-23 bellardTCG profiler clean up
2008-05-17 edgar_iglAdd support for the 'k' (kill) and 'D' (detach) packets...
2008-05-12 bellardremoved unused code
2008-05-10 blueswir1Fix compiler warnings in common files
2008-05-09 aurel32Move #include "softfloat.h" to cpu-all.h
2008-05-09 edgar_iglDebugger single step without interrupts (Jason Wessel).
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-04-13 aurel32x86: Introduce CPU_INTERRUPT_NMI
2008-04-12 aurel32HPPA (PA-RISC) host support
2008-03-13 aurel32Use float32/64 instead of float/double
2008-02-01 bellardreverted -translation option support
2008-02-01 bellarduse the TCG code generator
2008-01-23 thsAdd option to disable TB cache, by Herve Poussineau.
2008-01-01 blueswir1 Support for registering address space only for some...
2007-12-12 balrogMark host pages as reserved (Magnus Damm).
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-02 thsEFAULT - verify pages are in cache and are read/write...
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-29 balrogBasic OMAP310 support. Basic Palm Tungsten|E machine...
2007-06-03 thsMove target-specific defines to the target directories.
2007-05-26 blueswir1Implement generic sub-page I/O based on earlier work...
2007-05-08 thsSpelling fixes, by Stefan Weil.
2007-05-05 thsSome bits of Linux/MIPS host support, still segfaulty.
2007-05-01 balrogImplement power state changes (IDLE and SLEEP) for...
2007-04-16 blueswir1Sparc host update (Ben Taylor, Martin Bochnig)
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-05 j_mayerIntegrate Alpha target in Qemu core.
2007-04-04 j_mayerAdd missing 64 bits memory accessors.
2007-03-16 pbrookWatchpoint support (previous commit got eaten by Savann...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-02-28 thsFix CPU chaining in linux-user emulation, by Gwenole...
2007-02-08 bellardram allocation functions
2006-10-22 pbrookColdFire target.
2006-09-24 bellardadded SMM support
2006-07-30 pbrookRewrite Arm host support.
2006-07-18 bellardSparc64 host support (Blue Swirl)
2006-07-13 bellardexport cpu_get_real_ticks()
2006-06-25 bellardlow level support for memory mapped flash devices ...
2006-04-27 bellardsh4 target (Samuel Tardieu)
2006-04-23 bellardadded cpu_physical_memory_write_rom()
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-02-08 bellardsupport for builtin profiler
2005-12-05 bellardInitial SPARC SMP support (Blue Swirl)
2005-11-26 bellarduse TARGET_PAGE_SIZE (Paul Brook)
2005-11-21 bellardfixed big endian host support
2005-11-19 bellardtarget independent memory access functions
2005-10-30 bellardmore physical memory access functions
2005-08-21 bellarduse ram_addr_t
2005-07-02 bellardMIPS target (Jocelyn Mayer)
2005-04-07 bellardARM double ordering fix (Paul Brook)
2005-03-13 bellardsoft float support
2005-02-10 bellarddirty flag changes
2005-02-07 bellardARM FPU endianness fix
2005-01-28 bellardphysical memory access functions
2005-01-26 bellardJIT statistics
2005-01-03 bellard64 bit target support
2004-10-10 bellardfaster Cirrus VGA VRAM access
2004-10-09 bellardmonitor fixes
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-06-20 bellardadded cpu_reset()
2004-06-03 bellardsupport for opaque data on memory I/Os
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-05-20 bellardPIC reset fix (initial patch by Hidemi KAWAI)
2004-05-17 bellardadded CPU_INTERRUPT_TIMER
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-03-31 bellardmoved gdbstub to qemu - new asynchronous gdbstub
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-22 bellardfaster big endian accesses on i386 - big endian ldsw_ra...
2004-02-16 bellardadded CPU_INTERRUPT_EXITTB and code_copy_enabled
2004-02-06 bellardadded generic physical memory dirty bit support
2004-01-24 bellardvirtual memory access for gdbstub
2004-01-04 bellardchanged cpu_x86_in/out to cpu_in/out
2004-01-04 bellardexport more memory defines
2004-01-04 bellardfloat access fixes
2003-11-23 bellardPowerPC target support (Jocelyn Mayer) - added better...
2003-10-28 bellardfixed big endian ops
2003-10-27 bellardfull softmmu support
2003-10-05 bellardlog activation from gdb - gdb single step support for...
2003-09-30 bellardsparc emulation target (thanx to Thomas M. Ogrisegg)
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-07-07 bellardupdate
next