kvm: Introduce kvm_set_migration_log
[qemu] / softmmu_template.h
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-11-18 aliguoriSet mem_io_vaddr on io_read (Jan Kiszka)
2008-06-29 pbrookAdd instruction counter.
2008-06-09 pbrookClean up MMIO TLB handling.
2008-01-31 bellarduse simpler REGPARM convention - make CPUTLBEntry size...
2007-11-17 balrogDon't compare '\0' against pointers.
2007-11-17 balrogCheck permissions for the last byte first in unaligned...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-02-08 bellardadded last_io_time field
2005-12-05 bellardMIPS unaligned accesses exceptions (Daniel Jacobowitz)
2005-11-28 bellardPAGE_EXEC support in TLBs
2005-11-26 bellarduse TARGET_PAGE_SIZE (Paul Brook)
2005-07-24 bellardallow more than 32 bit of physical memory
2005-01-03 bellard64 bit target support
2004-10-03 bellardremoved access_type hack
2004-06-03 bellardsupport for opaque data on memory I/Os
2004-04-25 bellardprecise self modifying code support
2004-02-06 bellardadded generic physical memory dirty bit support
2004-01-18 bellardcast to return type
2003-11-09 bellardsoft mmu fix (aka debian random seg fault fix)
2003-10-27 bellardfull softmmu support
2003-08-20 bellardpop ss, mov ss, x and sti disable irqs for the next...
2003-08-10 bellardremoved warnings
2003-08-08 bellardSoftware MMU support (used for memory mapped devices...