summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-5/+5
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-241-0/+2
* exec-all: rename tb_free to tb_removeEmilio G. Cota2017-10-241-1/+1
* translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2017-10-242-4/+6
* tcg: Remove CF_IGNORE_ICOUNTRichard Henderson2017-10-241-8/+9
* tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson2017-10-241-1/+2
* tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-4/+4
* tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson2017-10-241-1/+1
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-244-9/+30
* tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson2017-10-241-4/+0Star
* tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2017-10-242-11/+11
* tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson2017-10-241-6/+6
* accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand2017-10-201-0/+3
* 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