summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-17include/exec/exec-all: document common exit conditionsAlex Bennée1-3/+26
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova3-4/+11
2017-07-14memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell1-0/+88
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-16/+24
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-7/+8
2017-07-14memory: Document that the RAM MR initializers do not handle migrationPeter Maydell1-0/+19
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-10/+35
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-20/+35
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée1-9/+0
2017-07-14Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar1-0/+3
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong2-1/+6
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini1-0/+4
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth1-0/+1
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth1-0/+2
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth1-0/+1
2017-07-04include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth1-0/+6
2017-06-30gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota1-4/+6
2017-06-30gen-icount: add missing inline to gen_tb_endEmilio G. Cota1-1/+1
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang1-3/+6
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic1-0/+35
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2-5/+3
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson1-4/+1
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota1-1/+2
2017-06-15include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth1-0/+20
2017-06-15include/exec/poison: Add missing TARGET definesThomas Huth1-0/+11
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau1-11/+0
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau1-0/+20
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau1-0/+3