aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
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
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell
2017-04-21ram: Remove migration_bitmap_extend()Juan Quintela
2017-04-21ram: rename last_ram_offset() last_ram_pages()Juan Quintela
2017-04-21ram: Pass RAMBlock to bitmap_syncJuan Quintela
2017-04-21ram: Change num_dirty_pages_period type to uint64_tJuan Quintela
2017-04-20intel_iommu: provide its own replay() callbackPeter Xu
2017-04-20memory: add MemoryRegionIOMMUOps.replay() callbackPeter Xu
2017-04-20memory: introduce memory_region_notify_one()Peter Xu
2017-04-20memory: provide iommu_replay_all()Peter Xu
2017-04-20memory: provide IOMMU_NOTIFIER_FOREACH macroPeter Xu
2017-04-20memory: add section range info for IOMMU notifierPeter Xu
2017-04-03exec: revert MemoryRegionCachePaolo Bonzini
2017-03-22xen: rename xen_modified_memory() to xen_hvm_modified_memory()Paul Durrant
2017-03-16RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert
2017-03-16Change the method to calculate dirty-pages-rateChao Fan
2017-03-14memory_region: Fix name commentsDr. David Alan Gilbert
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell
2017-03-03memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy