aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2009-03-06Fix race condition on access to env->interrupt_requestaurel32
2009-02-23Fix unassigned region offsets.pbrook
2009-02-18Fix cpu_physical_memory_rw() for 64-bit I/O accessesaurel32
2009-02-11qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-22Add map client retry notification (Avi Kivity)aliguori
2009-01-22Add target memory mapping API (Avi Kivity)aliguori
2009-01-15global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-15Adopt cpu_copy to new breakpoint API (Jan Kaszka)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-29CRIS: Remove CRIS specific do_unassigned_access.edgar_igl
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-12-08linux-user: Fix h2g usage in page_find_allocaurel32
2008-12-02Cosmetic cleanups to previous patch.pbrook
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-12-01Fix the comment added in r5844.balrog
2008-12-01arm: Reserve code buffer in memory range reachable for pc-relative branch.balrog
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori