aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
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
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée
2017-07-14Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth
2017-07-04include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth
2017-06-30gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota
2017-06-30gen-icount: add missing inline to gen_tb_endEmilio G. Cota
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota
2017-06-15include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth
2017-06-15include/exec/poison: Add missing TARGET definesThomas Huth
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau
2017-06-05tb-hash: improve tb_jmp_cache hash function in user modeEmilio G. Cota
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-06-04trivial: Remove unneeded ifndef in memory.hJuan Quintela
2017-05-25memory: remove the last param in memory_region_iommu_replay()Peter Xu
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu
2017-05-18migration: Make savevm.c target independentJuan Quintela
2017-05-18exec: Create include for target_page_size()Juan Quintela
2017-05-17ramblock: add new hmp command "info ramblock"Peter Xu
2017-05-17ramblock: add RAMBLOCK_FOREACH()Peter Xu
2017-05-04ram: Split dirty bitmap by RAMBlockJuan Quintela
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell
2017-04-24memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann