aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-all.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-01 Support for registering address space only for some access widthsblueswir11-0/+1
2007-12-12Mark host pages as reserved (Magnus Damm).balrog1-0/+1
2007-11-25 128-bit float support for user modeblueswir11-0/+30
2007-11-14suppressed page_unprotect_range() - fixed access_ok()bellard1-1/+0
2007-11-02EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths1-0/+1
2007-09-23SVM Support, by Alexander Graf.ths1-0/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-20/+20
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog1-1/+2
2007-06-03Move target-specific defines to the target directories.ths1-71/+0
2007-05-26Implement generic sub-page I/O based on earlier work by J. Mayer.blueswir11-0/+1
2007-05-08Spelling fixes, by Stefan Weil.ths1-2/+2
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths1-1/+22
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-1/+2
2007-04-16Sparc host update (Ben Taylor, Martin Bochnig)blueswir11-1/+1
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-1/+1
2007-04-05Integrate Alpha target in Qemu core.j_mayer1-0/+7
2007-04-04Add missing 64 bits memory accessors.j_mayer1-0/+3
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook1-0/+3
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-0/+3
2007-02-28Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths1-0/+2
2007-02-08ram allocation functionsbellard1-0/+2
2006-10-22ColdFire target.pbrook1-0/+7
2006-09-24added SMM supportbellard1-0/+2
2006-07-30Rewrite Arm host support.pbrook1-0/+9
2006-07-18Sparc64 host support (Blue Swirl)bellard1-1/+1
2006-07-13export cpu_get_real_ticks()bellard1-3/+95
2006-06-25low level support for memory mapped flash devices (initial patch by Jocelyn M...bellard1-0/+4
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+7
2006-04-23added cpu_physical_memory_write_rom()bellard1-0/+2
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-17/+37