aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cpu-all.h: fix cpu_get_real_ticks on mips hostArnaud Patard2009-11-241-9/+18
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-11/+11
* Get rid of _t suffixmalc2009-10-011-11/+11
* Fix conditional compilation (MIPS host)Stefan Weil2009-09-111-1/+1
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-6/+0
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-6/+6
* Userspace guest address offsettingPaul Brook2009-07-171-2/+7
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata2009-07-091-11/+1
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-091-0/+4
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-0/+2
* provide cpu_index to env mappingGlauber Costa2009-06-161-0/+1
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-0/+2
* kvm: Rework dirty bitmap synchronizationJan Kiszka2009-05-221-1/+2
* Hardware convenience libraryPaul Brook2009-05-191-84/+1
* Remove cpu_get_io_memory_{read,write}.Paul Brook2009-04-301-2/+0
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-0/+2
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-1/+1
* Implement dynamic guest ram allocation.pbrook2009-04-111-2/+1
* Remove code phys_ram_base uses.pbrook2009-04-111-0/+3
* Cleanup SPARC/TCX framebuffer allocation.pbrook2009-04-091-0/+2
* Use a dedicated function to request exit from execution loopaurel322009-03-071-1/+2
* qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori2009-02-111-0/+1
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-1/+1
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+1
* Massage PPC version of cpu_get_real_ticks a littlemalc2009-01-251-22/+22
* Add map client retry notification (Avi Kivity)aliguori2009-01-221-0/+2
* Add target memory mapping API (Avi Kivity)aliguori2009-01-221-0/+6
* Add noreturn function attributeblueswir12009-01-141-3/+4
* Remove all traces of __powerpc__malc2009-01-141-6/+6
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix warnings introduced in r5948malc2008-12-111-7/+7
* KVM: Coalesced MMIO supportaliguori2008-12-091-0/+9
* linux-user: Introduce h2g_validaurel322008-12-081-0/+4
* linux-user: Safety belt for h2gaurel322008-12-081-1/+9
* Make memory load functions (ldxx_y(ptr)) take a const pointer.balrog2008-12-071-26/+26
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-3/+11
* vga optimization (Glauber Costa)aliguori2008-11-241-0/+2
* Introduce BP_CPU as a breakpoint type (Jan Kiszka)aliguori2008-11-181-0/+1
* Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori2008-11-181-0/+1
* Restore pc on watchpoint hits (Jan Kiszka)aliguori2008-11-181-0/+1
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-6/+17
* Add dirty tracking for live migrationaliguori2008-10-061-2/+8
* Make CPULogItem tables constblueswir12008-10-021-1/+1
* Revert incorrect part of r4574 to avoid unaligned traps with i386 targetblueswir12008-09-141-38/+0
* Avoid compiler warning.ths2008-07-031-1/+1
* Add instruction counter.pbrook2008-06-291-0/+2
* Clean up MMIO TLB handling.pbrook2008-06-091-7/+20
* variable dynamic translation buffer sizebellard2008-05-281-0/+1
* Implement byte swapping accessesblueswir12008-05-251-0/+38