aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-all.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-30Remove cpu_get_io_memory_{read,write}.Paul Brook1-2/+0
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-0/+2
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-1/+1
2009-04-11Implement dynamic guest ram allocation.pbrook1-2/+1
2009-04-11Remove code phys_ram_base uses.pbrook1-0/+3
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook1-0/+2
2009-03-07Use a dedicated function to request exit from execution loopaurel321-1/+2
2009-02-11qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori1-0/+1
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-1/+1
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+1
2009-01-25Massage PPC version of cpu_get_real_ticks a littlemalc1-22/+22
2009-01-22Add map client retry notification (Avi Kivity)aliguori1-0/+2
2009-01-22Add target memory mapping API (Avi Kivity)aliguori1-0/+6
2009-01-14Add noreturn function attributeblueswir11-3/+4
2009-01-14Remove all traces of __powerpc__malc1-6/+6
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-11Fix warnings introduced in r5948malc1-7/+7
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+9
2008-12-08linux-user: Introduce h2g_validaurel321-0/+4
2008-12-08linux-user: Safety belt for h2gaurel321-1/+9
2008-12-07Make memory load functions (ldxx_y(ptr)) take a const pointer.balrog1-26/+26
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-3/+11
2008-11-24vga optimization (Glauber Costa)aliguori1-0/+2
2008-11-18Introduce BP_CPU as a breakpoint type (Jan Kiszka)aliguori1-0/+1
2008-11-18Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori1-0/+1
2008-11-18Restore pc on watchpoint hits (Jan Kiszka)aliguori1-0/+1
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-6/+17
2008-10-06Add dirty tracking for live migrationaliguori1-2/+8
2008-10-02Make CPULogItem tables constblueswir11-1/+1
2008-09-14Revert incorrect part of r4574 to avoid unaligned traps with i386 targetblueswir11-38/+0
2008-07-03Avoid compiler warning.ths1-1/+1
2008-06-29Add instruction counter.pbrook1-0/+2
2008-06-09Clean up MMIO TLB handling.pbrook1-7/+20
2008-05-28variable dynamic translation buffer sizebellard1-0/+1
2008-05-25Implement byte swapping accessesblueswir11-0/+38
2008-05-23TCG profiler clean upbellard1-13/+0
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl1-0/+2
2008-05-12removed unused codebellard1-1/+0
2008-05-10Fix compiler warnings in common filesblueswir11-4/+4
2008-05-09Move #include "softfloat.h" to cpu-all.haurel321-0/+1
2008-05-09Debugger single step without interrupts (Jason Wessel).edgar_igl1-0/+5
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-5/+13
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-10/+6
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-6/+10
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel321-0/+1
2008-04-12HPPA (PA-RISC) host supportaurel321-1/+10
2008-03-13Use float32/64 instead of float/doubleaurel321-0/+5
2008-02-01reverted -translation option supportbellard1-14/+0
2008-02-01use the TCG code generatorbellard1-0/+12
2008-01-23Add option to disable TB cache, by Herve Poussineau.ths1-0/+14