summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota2017-10-101-2/+0Star
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-101-2/+10
* exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota2017-10-101-0/+2
* exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2017-10-102-3/+2Star
* tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota2017-10-101-0/+49
* exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota2017-10-101-2/+2
* cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota2017-10-102-2/+2
* memory: trace FlatView creation and destructionPaolo Bonzini2017-09-221-1/+0Star
* memory: Get rid of address_space_init_shareableAlexey Kardashevskiy2017-09-221-19/+0Star
* memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy2017-09-212-1/+6
* memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy2017-09-211-3/+3
* memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy2017-09-212-17/+36
* memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy2017-09-212-7/+7
* memory: Open code FlatView renderingAlexey Kardashevskiy2017-09-212-3/+4
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-071-92/+3Star
* tcg: Add generic translation frameworkLluís Vilanova2017-09-061-0/+104
* target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova2017-09-062-30/+40
* tcg: Add generic DISAS_NORETURNRichard Henderson2017-09-061-0/+1
* memory.h: Move MemTxResult type to memattrs.hPeter Maydell2017-09-042-10/+10
* cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert2017-08-011-3/+4
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-1/+1
* tcg: Expand glue macros before stringifying helper namesRichard Henderson2017-07-191-6/+11
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell2017-07-181-3/+26
|\
| * include/exec/exec-all: document common exit conditionsAlex Bennée2017-07-171-3/+26
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-07-173-4/+11
|\ \ | |/ |/|
| * exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-173-4/+11
* | memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell2017-07-141-0/+88
* | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-16/+24
* | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-7/+8
* | memory: Document that the RAM MR initializers do not handle migrationPeter Maydell2017-07-141-0/+19
|/
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-10/+35
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-20/+35
* gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée2017-07-141-9/+0Star
* Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar2017-07-141-0/+3
* tcg: add CONFIG_TCG guards in headersYang Zhong2017-07-052-1/+6
* tcg: move tb_lock out of translate-all.hPaolo Bonzini2017-07-041-0/+4
* include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth2017-07-041-0/+1
* cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-041-0/+2
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-0/+1
* include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth2017-07-041-0/+6
* gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota2017-06-301-4/+6
* gen-icount: add missing inline to gen_tb_endEmilio G. Cota2017-06-301-1/+1
* exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang2017-06-281-3/+6
* exec: allow to get a pointer for some mmio memory regionKONRAD Frederic2017-06-271-0/+35
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2017-06-222-5/+3Star
|\
| * tcg/arm: Use indirect branch for goto_tbRichard Henderson2017-06-191-4/+1Star
| * tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota2017-06-191-1/+2
* | include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth2017-06-151-0/+20
* | include/exec/poison: Add missing TARGET definesThomas Huth2017-06-151-0/+11
* | memory: remove memory_region_set_fdMarc-André Lureau2017-06-151-11/+0Star