aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* TCG profiler clean upbellard2008-05-231-13/+0
* Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl2008-05-171-0/+2
* removed unused codebellard2008-05-121-1/+0
* Fix compiler warnings in common filesblueswir12008-05-101-4/+4
* Move #include "softfloat.h" to cpu-all.haurel322008-05-091-0/+1
* Debugger single step without interrupts (Jason Wessel).edgar_igl2008-05-091-0/+5
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-5/+13
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-10/+6
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-6/+10
* x86: Introduce CPU_INTERRUPT_NMIaurel322008-04-131-0/+1
* HPPA (PA-RISC) host supportaurel322008-04-121-1/+10
* Use float32/64 instead of float/doubleaurel322008-03-131-0/+5
* reverted -translation option supportbellard2008-02-011-14/+0
* use the TCG code generatorbellard2008-02-011-0/+12
* Add option to disable TB cache, by Herve Poussineau.ths2008-01-231-0/+14
* Support for registering address space only for some access widthsblueswir12008-01-011-0/+1
* Mark host pages as reserved (Magnus Damm).balrog2007-12-121-0/+1
* 128-bit float support for user modeblueswir12007-11-251-0/+30
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-141-1/+0
* EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths2007-11-021-0/+1
* SVM Support, by Alexander Graf.ths2007-09-231-0/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-20/+20
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-291-1/+2
* Move target-specific defines to the target directories.ths2007-06-031-71/+0
* Implement generic sub-page I/O based on earlier work by J. Mayer.blueswir12007-05-261-0/+1
* Spelling fixes, by Stefan Weil.ths2007-05-081-2/+2
* Some bits of Linux/MIPS host support, still segfaulty.ths2007-05-051-1/+22
* Implement power state changes (IDLE and SLEEP) for PXA.balrog2007-05-011-1/+2
* Sparc host update (Ben Taylor, Martin Bochnig)blueswir12007-04-161-1/+1
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-1/+1
* Integrate Alpha target in Qemu core.j_mayer2007-04-051-0/+7
* Add missing 64 bits memory accessors.j_mayer2007-04-041-0/+3
* Watchpoint support (previous commit got eaten by Savannah server crash).pbrook2007-03-161-0/+3
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-0/+3
* Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths2007-02-281-0/+2
* ram allocation functionsbellard2007-02-081-0/+2
* ColdFire target.pbrook2006-10-221-0/+7
* added SMM supportbellard2006-09-241-0/+2
* Rewrite Arm host support.pbrook2006-07-301-0/+9
* Sparc64 host support (Blue Swirl)bellard2006-07-181-1/+1
* export cpu_get_real_ticks()bellard2006-07-131-3/+95
* low level support for memory mapped flash devices (initial patch by Jocelyn M...bellard2006-06-251-0/+4
* sh4 target (Samuel Tardieu)bellard2006-04-271-0/+7
* added cpu_physical_memory_write_rom()bellard2006-04-231-0/+2
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-17/+37
* support for builtin profilerbellard2006-02-081-0/+20
* Initial SPARC SMP support (Blue Swirl)bellard2005-12-051-0/+1
* use TARGET_PAGE_SIZE (Paul Brook)bellard2005-11-261-1/+3
* fixed big endian host supportbellard2005-11-211-4/+5
* target independent memory access functionsbellard2005-11-191-51/+139