summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson4-0/+25
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson1-6/+3
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu1-2/+4
2017-12-18memory: remove unused memory_region_set_global_locking()Marc-André Lureau1-12/+0
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell1-0/+62
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson2-2/+14
2017-11-13accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée1-0/+11
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-2/+2
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell8-56/+76
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-2/+2
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-6/+4
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota1-4/+3
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-5/+5
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-0/+2
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota1-1/+1
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2-4/+6
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson1-8/+9
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson1-1/+2
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-4/+4
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson1-1/+1
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota4-9/+30
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-4/+0
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2-11/+11
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson1-6/+6
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-0/+10
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand1-0/+3
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota1-2/+0
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-2/+10
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota1-0/+2
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2-3/+2
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota1-0/+49
2017-10-10exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota1-2/+2
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota2-2/+2
2017-09-22memory: trace FlatView creation and destructionPaolo Bonzini1-1/+0
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-19/+0
2017-09-21memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy2-1/+6
2017-09-21memory: Rename mem_begin/mem_commit/mem_add helpersAlexey Kardashevskiy1-3/+3
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy2-17/+36
2017-09-21memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy2-7/+7
2017-09-21memory: Open code FlatView renderingAlexey Kardashevskiy2-3/+4
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-92/+3
2017-09-06tcg: Add generic translation frameworkLluís Vilanova1-0/+104
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova2-30/+40
2017-09-06tcg: Add generic DISAS_NORETURNRichard Henderson1-0/+1
2017-09-04memory.h: Move MemTxResult type to memattrs.hPeter Maydell2-10/+10
2017-08-01cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert1-3/+4
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-1/+1
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson1-6/+11
2017-07-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell1-3/+26
2017-07-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell3-4/+11