summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell2017-07-141-0/+88
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-16/+24
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-7/+8
* memory: Document that the RAM MR initializers do not handle migrationPeter Maydell2017-07-141-0/+19
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-10/+35
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-20/+35
* gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée2017-07-141-9/+0Star
* Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar2017-07-141-0/+3
* tcg: add CONFIG_TCG guards in headersYang Zhong2017-07-052-1/+6
* tcg: move tb_lock out of translate-all.hPaolo Bonzini2017-07-041-0/+4
* include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth2017-07-041-0/+1
* cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-041-0/+2
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-0/+1
* include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth2017-07-041-0/+6
* gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota2017-06-301-4/+6
* gen-icount: add missing inline to gen_tb_endEmilio G. Cota2017-06-301-1/+1
* exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang2017-06-281-3/+6
* exec: allow to get a pointer for some mmio memory regionKONRAD Frederic2017-06-271-0/+35
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2017-06-222-5/+3Star
|\
| * tcg/arm: Use indirect branch for goto_tbRichard Henderson2017-06-191-4/+1Star
| * tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota2017-06-191-1/+2
* | include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth2017-06-151-0/+20
* | include/exec/poison: Add missing TARGET definesThomas Huth2017-06-151-0/+11
* | memory: remove memory_region_set_fdMarc-André Lureau2017-06-151-11/+0Star
* | Add memory_region_init_ram_from_fd()Marc-André Lureau2017-06-151-0/+20
* | exec: split qemu_ram_alloc_from_file()Marc-André Lureau2017-06-151-0/+3
|/
* tb-hash: improve tb_jmp_cache hash function in user modeEmilio G. Cota2017-06-051-0/+12
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+2
* trivial: Remove unneeded ifndef in memory.hJuan Quintela2017-06-041-2/+0Star
* memory: remove the last param in memory_region_iommu_replay()Peter Xu2017-05-251-4/+1Star
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-2/+8
* migration: Make savevm.c target independentJuan Quintela2017-05-181-0/+2
* exec: Create include for target_page_size()Juan Quintela2017-05-181-0/+19
* ramblock: add new hmp command "info ramblock"Peter Xu2017-05-171-0/+1
* ramblock: add RAMBLOCK_FOREACH()Peter Xu2017-05-171-0/+5
* ram: Split dirty bitmap by RAMBlockJuan Quintela2017-05-041-3/+10
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell2017-04-261-2/+2
|\
| * xen: rename xen_modified_memory() to xen_hvm_modified_memory()Paul Durrant2017-03-221-2/+2
* | memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann2017-04-242-0/+54
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell2017-04-211-4/+4
|\ \
| * | ram: Remove migration_bitmap_extend()Juan Quintela2017-04-211-2/+0Star
| * | ram: rename last_ram_offset() last_ram_pages()Juan Quintela2017-04-211-1/+1
| * | ram: Pass RAMBlock to bitmap_syncJuan Quintela2017-04-211-0/+2
| * | ram: Change num_dirty_pages_period type to uint64_tJuan Quintela2017-04-211-1/+1
* | | intel_iommu: provide its own replay() callbackPeter Xu2017-04-201-0/+2
* | | memory: add MemoryRegionIOMMUOps.replay() callbackPeter Xu2017-04-201-0/+2
* | | memory: introduce memory_region_notify_one()Peter Xu2017-04-201-0/+15
* | | memory: provide iommu_replay_all()Peter Xu2017-04-201-0/+8
* | | memory: provide IOMMU_NOTIFIER_FOREACH macroPeter Xu2017-04-201-0/+3
* | | memory: add section range info for IOMMU notifierPeter Xu2017-04-201-1/+18
|/ /