summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-05tb-hash: improve tb_jmp_cache hash function in user modeEmilio G. Cota1-0/+12
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+2
2017-06-04trivial: Remove unneeded ifndef in memory.hJuan Quintela1-2/+0
2017-05-25memory: remove the last param in memory_region_iommu_replay()Peter Xu1-4/+1
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-2/+8
2017-05-18migration: Make savevm.c target independentJuan Quintela1-0/+2
2017-05-18exec: Create include for target_page_size()Juan Quintela1-0/+19
2017-05-17ramblock: add new hmp command "info ramblock"Peter Xu1-0/+1
2017-05-17ramblock: add RAMBLOCK_FOREACH()Peter Xu1-0/+5
2017-05-04ram: Split dirty bitmap by RAMBlockJuan Quintela1-3/+10
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell1-2/+2
2017-04-24memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann2-0/+54
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell1-4/+4
2017-04-21ram: Remove migration_bitmap_extend()Juan Quintela1-2/+0
2017-04-21ram: rename last_ram_offset() last_ram_pages()Juan Quintela1-1/+1
2017-04-21ram: Pass RAMBlock to bitmap_syncJuan Quintela1-0/+2
2017-04-21ram: Change num_dirty_pages_period type to uint64_tJuan Quintela1-1/+1