aboutsummaryrefslogtreecommitdiff
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin2009-10-051-2/+3
* vmstate: remove const from pre_save() functionsJuan Quintela2009-10-051-2/+2
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-109/+109
* Get rid of _t suffixmalc2009-10-011-109/+109
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-25/+25
* vmstate: port cpu_comonJuan Quintela2009-09-111-14/+25
* microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias2009-09-031-6/+6
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-14/+14
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-89/+2
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-3/+4
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-1/+1
* Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara2009-07-271-1/+2
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-22/+3
* tlb flush cleanupIgor Kovalenko2009-07-161-6/+9
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* cpu_unregister_map_client: fix memory leak.Isaku Yamahata2009-06-291-1/+2
* Win32: Reduce section alignment for Windows.Stefan Weil2009-06-221-0/+4
* exec.c: remove unnecessary #if NB_MMU_MODESIsaku Yamahata2009-06-161-76/+23
* provide cpu_index to env mappingGlauber Costa2009-06-161-0/+13
* Rearrange io_mem_init()Avi Kivity2009-06-161-26/+21
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-9/+22
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-23/+46
* fix gdbstub support for multiple threads in usermode, v3Nathan Froyd2009-06-041-1/+1
* kvm: Add missing bits to support live migrationJan Kiszka2009-05-221-0/+6
* kvm: Rework dirty bitmap synchronizationJan Kiszka2009-05-221-2/+6
* Fix typos in comments in exec.cStuart Brady2009-05-031-8/+8
* kvm: Avoid COW if KVM MMU is asynchronousJan Kiszka2009-05-011-0/+3
* Remove cpu_get_io_memory_{read,write}.Paul Brook2009-04-301-12/+1
* qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori2009-04-241-0/+11
* added -numa cmdline parameter parser (Andre Przywara)aliguori2009-04-211-0/+1
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-14/+14
* Implement dynamic guest ram allocation.pbrook2009-04-111-14/+116
* Remove code phys_ram_base uses.pbrook2009-04-111-19/+41
* Cleanup SPARC/TCX framebuffer allocation.pbrook2009-04-091-0/+8
* Allow 5 mmu indexes.aurel322009-04-071-5/+25
* Fix some win32 compile warningsblueswir12009-04-051-1/+0
* ROM write access for debugging (Jan Kiszka)aliguori2009-03-281-3/+8
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-3/+0
* Guest debugging support for KVM (Jan Kiszka)aliguori2009-03-121-3/+7
* Use a dedicated function to request exit from execution loopaurel322009-03-071-24/+32
* Clear CPU_INTERRUPT_EXIT on VM loadaurel322009-03-071-0/+1
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-1/+1
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-1/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-0/+6
* Fix race condition on access to env->interrupt_requestaurel322009-03-061-5/+6
* Fix unassigned region offsets.pbrook2009-02-231-2/+7
* Fix cpu_physical_memory_rw() for 64-bit I/O accessesaurel322009-02-181-12/+14
* qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori2009-02-111-5/+34