summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2016-10-31Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' ...Peter Maydell1-15/+32
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson1-2/+4
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson1-13/+28
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini1-0/+1
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+1
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson2-0/+2
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-1/+0
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-1/+0
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+9
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini1-1/+2
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini1-1/+1
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert2-0/+2
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov1-1/+1
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini2-11/+5
2016-09-27migration: sync all address spacesPaolo Bonzini1-4/+3
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu1-4/+5
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu1-7/+40
2016-09-16tcg: Merge GETPC and GETRARichard Henderson1-6/+3
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini1-0/+2
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson1-1/+1
2016-08-04linux-user: Use correct alignment for long long on i386 guestsPeter Maydell1-0/+4
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov1-0/+12
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster6-7/+8
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster4-9/+10
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster3-8/+8
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster4-4/+4
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin2-8/+2
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin1-4/+12
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell1-4/+1
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell1-0/+19
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy1-1/+7
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-0/+2
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy1-4/+15
2016-06-20trace: [all] Add "guest_mem_before" eventLluís Vilanova2-0/+47
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota3-7/+5
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota1-2/+6
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota1-0/+94
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell1-1/+0
2016-06-07thunk: Rename args and fields in host-target bitmask conversion codePeter Maydell1-6/+6
2016-06-07thunk: Drop unused NO_THUNK_TYPE_SIZE guardsPeter Maydell1-3/+0
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell1-5/+0
2016-06-07hw: Clean up includesPeter Maydell1-1/+0
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin1-1/+0
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini1-3/+2
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini2-1/+21
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini1-1/+1
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini2-3/+11
2016-05-23memory: Remove code for mr->may_overlapFam Zheng1-1/+0
2016-05-23memory: drop find_ram_block()Gonglei2-3/+3