summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini1-4/+0
2016-05-19hw: remove pio_addr_tPaolo Bonzini1-9/+6
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-9/+0
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini2-44/+45
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2-0/+4
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini4-35/+25
2016-05-19include: poison symbols in osdep.hPaolo Bonzini2-14/+13
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov1-2/+0
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov1-13/+16
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov1-5/+7
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-16/+28
2016-05-12tcg: Note requirement on atomic direct jump patchingSergey Fedorov1-0/+1
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov1-23/+2
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-2/+3
2016-05-12gen-icount: Use tcg_set_insn_paramEdgar E. Iglesias1-8/+8