aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2009-12-05Allocate physical memory in low virtual address spaceAlexander Graf
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-10-15ksm supportIzik Eidus
2009-10-05fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11vmstate: port cpu_comonJuan Quintela
2009-09-03microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-27Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16tlb flush cleanupIgor Kovalenko
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-29cpu_unregister_map_client: fix memory leak.Isaku Yamahata
2009-06-22Win32: Reduce section alignment for Windows.Stefan Weil
2009-06-16exec.c: remove unnecessary #if NB_MMU_MODESIsaku Yamahata
2009-06-16provide cpu_index to env mappingGlauber Costa
2009-06-16Rearrange io_mem_init()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg
2009-06-04fix gdbstub support for multiple threads in usermode, v3Nathan Froyd
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka
2009-05-22kvm: Rework dirty bitmap synchronizationJan Kiszka
2009-05-03Fix typos in comments in exec.cStuart Brady
2009-05-01kvm: Avoid COW if KVM MMU is asynchronousJan Kiszka
2009-04-30Remove cpu_get_io_memory_{read,write}.Paul Brook
2009-04-24qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori
2009-04-21added -numa cmdline parameter parser (Andre Przywara)aliguori
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-04-11Implement dynamic guest ram allocation.pbrook
2009-04-11Remove code phys_ram_base uses.pbrook
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook
2009-04-07Allow 5 mmu indexes.aurel32
2009-04-05Fix some win32 compile warningsblueswir1
2009-03-28ROM write access for debugging (Jan Kiszka)aliguori
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-12Guest debugging support for KVM (Jan Kiszka)aliguori
2009-03-07Use a dedicated function to request exit from execution loopaurel32
2009-03-07Clear CPU_INTERRUPT_EXIT on VM loadaurel32
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook