summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* tcg: Merge GETPC and GETRARichard Henderson2016-09-161-6/+3Star
* tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini2016-09-131-0/+2
* tcg: Reorg TCGOp chainingRichard Henderson2016-08-051-1/+1
* linux-user: Use correct alignment for long long on i386 guestsPeter Maydell2016-08-041-0/+4
* exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov2016-07-261-0/+12
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-126-7/+8
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-124-9/+10
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-123-8/+8
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-124-4/+4
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-122-8/+2Star
* tcg: Improve the alignment check infrastructureSergey Sorokin2016-07-061-4/+12
* memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell2016-07-041-4/+1Star
* memory: Provide memory_region_init_rom()Peter Maydell2016-07-041-0/+19
* memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy2016-06-301-1/+7
* target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-0/+2
* memory: Add reporting of supported page sizesAlexey Kardashevskiy2016-06-221-4/+15
* trace: [all] Add "guest_mem_before" eventLluĂ­s Vilanova2016-06-202-0/+47
* tb hash: track translated blocks with qhtEmilio G. Cota2016-06-123-7/+5Star
* tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota2016-06-121-2/+6
* exec: add tb_hash_func5, derived from xxhashEmilio G. Cota2016-06-121-0/+94
* cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell2016-06-091-1/+1
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell2016-06-081-1/+0Star
|\
| * linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin2016-06-071-1/+0Star
* | thunk: Rename args and fields in host-target bitmask conversion codePeter Maydell2016-06-071-6/+6
* | thunk: Drop unused NO_THUNK_TYPE_SIZE guardsPeter Maydell2016-06-071-3/+0Star
* | qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell2016-06-071-5/+0Star
* | hw: Clean up includesPeter Maydell2016-06-071-1/+0Star
|/
* exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini2016-05-291-3/+2Star
* memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini2016-05-292-1/+21
* exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini2016-05-291-1/+1
* memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini2016-05-292-3/+11
* memory: Remove code for mr->may_overlapFam Zheng2016-05-231-1/+0Star
* memory: drop find_ram_block()Gonglei2016-05-232-3/+3
* hw: clean up hw/hw.h includesPaolo Bonzini2016-05-191-4/+0Star
* hw: remove pio_addr_tPaolo Bonzini2016-05-191-9/+6Star
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-9/+0Star
* exec: extract exec/tb-context.hPaolo Bonzini2016-05-192-44/+45
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-192-0/+4
* qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini2016-05-194-35/+25Star
* include: poison symbols in osdep.hPaolo Bonzini2016-05-192-14/+13Star
* tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-131-2/+0Star
* tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov2016-05-131-13/+16
* tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov2016-05-131-5/+7
* tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-131-16/+28
* tcg: Note requirement on atomic direct jump patchingSergey Fedorov2016-05-131-0/+1
* tcg/arm: Make direct jump patching thread-safeSergey Fedorov2016-05-131-23/+2Star
* tcg/s390: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* tcg/i386: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* tci: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1