vmstate: rename run_after_load() -> post_load()
[qemu] / exec.c
2009-09-03 Edgar E. Iglesiasmicroblaze: Trap on bus accesses to unmapped areas.
2009-08-28 Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-31 Blue SwirlFix Sparse warnings: "Using plain integer as NULL pointer"
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27 Filip NavaraRemove setvbuf(<handle>, NULL, _IOLBF, 0) calls for...
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Igor Kovalenkotlb flush cleanup
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-06-29 Isaku Yamahatacpu_unregister_map_client: fix memory leak.
2009-06-22 Stefan WeilWin32: Reduce section alignment for Windows.
2009-06-16 Isaku Yamahataexec.c: remove unnecessary #if NB_MMU_MODES
2009-06-16 Glauber Costaprovide cpu_index to env mapping
2009-06-16 Avi KivityRearrange io_mem_init()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-16 Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-06-04 Nathan Froydfix gdbstub support for multiple threads in usermode, v3
2009-05-22 Jan Kiszkakvm: Add missing bits to support live migration
2009-05-22 Jan Kiszkakvm: Rework dirty bitmap synchronization
2009-05-03 Stuart BradyFix typos in comments in exec.c
2009-05-01 Jan Kiszkakvm: Avoid COW if KVM MMU is asynchronous
2009-04-30 Paul BrookRemove cpu_get_io_memory_{read,write}.
2009-04-24 aliguoriqemu: introduce qemu_cpu_kick (Marcelo Tosatti)
2009-04-21 aliguoriadded -numa cmdline parameter parser (Andre Przywara)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-11 pbrookImplement dynamic guest ram allocation.
2009-04-11 pbrookRemove code phys_ram_base uses.
2009-04-09 pbrookCleanup SPARC/TCX framebuffer allocation.
2009-04-07 aurel32Allow 5 mmu indexes.
2009-04-05 blueswir1Fix some win32 compile warnings
2009-03-28 aliguoriROM write access for debugging (Jan Kiszka)
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-12 aliguoriGuest debugging support for KVM (Jan Kiszka)
2009-03-07 aurel32Use a dedicated function to request exit from execution...
2009-03-07 aurel32Clear CPU_INTERRUPT_EXIT on VM load
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-03-06 aurel32Fix race condition on access to env->interrupt_request
2009-02-23 pbrookFix unassigned region offsets.
2009-02-18 aurel32Fix cpu_physical_memory_rw() for 64-bit I/O accesses
2009-02-11 aliguoriqemu: add cpu_unregister_io_memory and make io mem...
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-22 aliguoriAdd map client retry notification (Avi Kivity)
2009-01-22 aliguoriAdd target memory mapping API (Avi Kivity)
2009-01-15 aliguoriglobal s/fflush(logfile)/qemu_log_flush()/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriAdopt cpu_copy to new breakpoint API (Jan Kaszka)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-29 edgar_iglCRIS: Remove CRIS specific do_unassigned_access.
2008-12-09 aliguoriKVM: Coalesced MMIO support
2008-12-08 aurel32linux-user: Fix h2g usage in page_find_alloc
2008-12-02 pbrookCosmetic cleanups to previous patch.
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-12-01 balrogFix the comment added in r5844.
2008-12-01 balrogarm: Reserve code buffer in memory range reachable...
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-24 aliguorivga optimization (Glauber Costa)
2008-11-18 aliguoriFix Windows build
2008-11-18 aliguoriIntroduce BP_CPU as a breakpoint type (Jan Kiszka)
2008-11-18 aliguoriIntroduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
2008-11-18 aliguoriRemove premature memop TB terminations (Jan Kiszka)
2008-11-18 aliguoriRestore pc on watchpoint hits (Jan Kiszka)
2008-11-18 aliguoriRespect length of watchpoints (Jan Kiszka)
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-11 aliguoriFix -linux-user build by reverting r5701
2008-11-11 aliguoriDefine OS-dependent qemu_getpagesize() (Hollis Blanchard)
2008-11-06 aurel32Win32: Fix warnings
2008-11-05 aliguoriAdd KVM support to QEMU
2008-10-28 balrogpage_check_range: fix wrap around test (Lauro Ramos...
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-10-06 aliguoriAdd dirty tracking for live migration
2008-10-05 blueswir1Variable logfilename is not used outside exec.c
2008-10-04 blueswir1Add some missing static qualifiers
2008-10-02 blueswir1Make CPULogItem tables const
2008-10-02 thsAdd missing parenthesis in qemu_ram_alloc()
2008-09-27 aliguoriAllocate code gen buffer properly on FreeBSD
2008-09-24 aliguori64 bit truncation in code_gen_buffer_size calculation...
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-15 aliguoriMake page_find() return 0 for too-large addresses ...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-29 thsFix a nit in exec.c, by Tristan Gingold.
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-07-26 blueswir1Map code buffers below 2G on Sparc64
2008-07-10 blueswir1Link ARM prologue closer to code segment to avoid a...
2008-07-09 pbrookAvoid decremented overflow.
2008-07-01 pbrookFix typo.
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-06-09 pbrookUse qemu_mallocz.
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-06-09 pbrookClean up MMIO TLB handling.
2008-06-08 pbrookRemove dead and bitrotten "qemu-fast" code.
2008-06-07 pbrookMultithreaded locking fixes.
next