aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)Author
2009-02-11qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-25Massage PPC version of cpu_get_real_ticks a littlemalc
2009-01-22Add map client retry notification (Avi Kivity)aliguori
2009-01-22Add target memory mapping API (Avi Kivity)aliguori
2009-01-14Add noreturn function attributeblueswir1
2009-01-14Remove all traces of __powerpc__malc
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-11Fix warnings introduced in r5948malc
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-12-08linux-user: Introduce h2g_validaurel32
2008-12-08linux-user: Safety belt for h2gaurel32
2008-12-07Make memory load functions (ldxx_y(ptr)) take a const pointer.balrog
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-24vga optimization (Glauber Costa)aliguori
2008-11-18Introduce BP_CPU as a breakpoint type (Jan Kiszka)aliguori
2008-11-18Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori
2008-11-18Restore pc on watchpoint hits (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-10-06Add dirty tracking for live migrationaliguori
2008-10-02Make CPULogItem tables constblueswir1
2008-09-14Revert incorrect part of r4574 to avoid unaligned traps with i386 targetblueswir1
2008-07-03Avoid compiler warning.ths
2008-06-29Add instruction counter.pbrook
2008-06-09Clean up MMIO TLB handling.pbrook
2008-05-28variable dynamic translation buffer sizebellard
2008-05-25Implement byte swapping accessesblueswir1
2008-05-23TCG profiler clean upbellard
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl
2008-05-12removed unused codebellard
2008-05-10Fix compiler warnings in common filesblueswir1
2008-05-09Move #include "softfloat.h" to cpu-all.haurel32
2008-05-09Debugger single step without interrupts (Jason Wessel).edgar_igl
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel32
2008-04-12HPPA (PA-RISC) host supportaurel32
2008-03-13Use float32/64 instead of float/doubleaurel32
2008-02-01reverted -translation option supportbellard
2008-02-01use the TCG code generatorbellard
2008-01-23Add option to disable TB cache, by Herve Poussineau.ths
2008-01-01 Support for registering address space only for some access widthsblueswir1
2007-12-12Mark host pages as reserved (Magnus Damm).balrog
2007-11-25 128-bit float support for user modeblueswir1
2007-11-14suppressed page_unprotect_range() - fixed access_ok()bellard
2007-11-02EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths