aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-27migration: sync all address spacesPaolo Bonzini
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu
2016-09-16tcg: Merge GETPC and GETRARichard Henderson
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson
2016-08-04linux-user: Use correct alignment for long long on i386 guestsPeter Maydell
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy
2016-06-20trace: [all] Add "guest_mem_before" eventLluĂ­s Vilanova
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell
2016-06-07thunk: Rename args and fields in host-target bitmask conversion codePeter Maydell
2016-06-07thunk: Drop unused NO_THUNK_TYPE_SIZE guardsPeter Maydell
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell
2016-06-07hw: Clean up includesPeter Maydell
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini
2016-05-23memory: Remove code for mr->may_overlapFam Zheng
2016-05-23memory: drop find_ram_block()Gonglei
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini
2016-05-19hw: remove pio_addr_tPaolo Bonzini
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini
2016-05-19include: poison symbols in osdep.hPaolo Bonzini
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov