aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson
2017-10-23migration: add bitmap for received pageAlexey Perevalov
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota
2017-10-10exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota
2017-09-22memory: trace FlatView creation and destructionPaolo Bonzini
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy
2017-09-21memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy
2017-09-21memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Open code FlatView renderingAlexey Kardashevskiy
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-09-06tcg: Add generic translation frameworkLluís Vilanova
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-09-06tcg: Add generic DISAS_NORETURNRichard Henderson
2017-09-04memory.h: Move MemTxResult type to memattrs.hPeter Maydell
2017-08-01cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson
2017-07-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell
2017-07-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-07-17include/exec/exec-all: document common exit conditionsAlex Bennée
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova
2017-07-14memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-14memory: Document that the RAM MR initializers do not handle migrationPeter Maydell
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy