summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* trace: [all] Add "guest_mem_before" eventLluís Vilanova2016-06-202-0/+47
* tb hash: track translated blocks with qhtEmilio G. Cota2016-06-113-7/+5
* tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota2016-06-111-2/+6
* exec: add tb_hash_func5, derived from xxhashEmilio G. Cota2016-06-111-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/+0
|\
| * linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin2016-06-071-1/+0
* | 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/+0
* | qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell2016-06-071-5/+0
* | hw: Clean up includesPeter Maydell2016-06-071-1/+0
|/
* exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini2016-05-291-3/+2
* 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/+0
* memory: drop find_ram_block()Gonglei2016-05-232-3/+3
* hw: clean up hw/hw.h includesPaolo Bonzini2016-05-191-4/+0
* hw: remove pio_addr_tPaolo Bonzini2016-05-191-9/+6
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-9/+0
* 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/+25
* include: poison symbols in osdep.hPaolo Bonzini2016-05-192-14/+13
* tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-121-2/+0
* tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov2016-05-121-13/+16
* tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov2016-05-121-5/+7
* tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-121-16/+28
* tcg: Note requirement on atomic direct jump patchingSergey Fedorov2016-05-121-0/+1
* tcg/arm: Make direct jump patching thread-safeSergey Fedorov2016-05-121-23/+2
* tcg/s390: Make direct jump patching thread-safeSergey Fedorov2016-05-121-1/+1
* tcg/i386: Make direct jump patching thread-safeSergey Fedorov2016-05-121-1/+1
* tci: Make direct jump patching thread-safeSergey Fedorov2016-05-121-1/+1
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-121-2/+3
* gen-icount: Use tcg_set_insn_paramEdgar E. Iglesias2016-05-121-8/+8
* qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée2016-03-221-3/+5
* qemu-log: Improve the "exec" TB execution loggingPeter Maydell2016-03-221-0/+3
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-222-2/+0
* exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng2016-03-071-1/+1
* memory: Drop MemoryRegion.ram_addrFam Zheng2016-03-071-1/+0
* memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng2016-03-071-7/+1
* exec: Return RAMBlock pointer from allocating functionsFam Zheng2016-03-071-11/+11
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-251-4/+4
|\
| * memory: Remove unreachable return statementGonglei2016-02-251-2/+0
| * memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2016-02-251-2/+2
| * exec: store RAMBlock pointer into memory regionGonglei2016-02-251-0/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-251-1/+0
|\ \
| * | move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2016-02-231-1/+0
| |/
* / include: Clean up includesPeter Maydell2016-02-235-9/+0
|/