summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-20intel_iommu: provide its own replay() callbackPeter Xu1-0/+2
2017-04-20memory: add MemoryRegionIOMMUOps.replay() callbackPeter Xu1-0/+2
2017-04-20memory: introduce memory_region_notify_one()Peter Xu1-0/+15
2017-04-20memory: provide iommu_replay_all()Peter Xu1-0/+8
2017-04-20memory: provide IOMMU_NOTIFIER_FOREACH macroPeter Xu1-0/+3
2017-04-20memory: add section range info for IOMMU notifierPeter Xu1-1/+18
2017-04-03exec: revert MemoryRegionCachePaolo Bonzini1-6/+4
2017-03-22xen: rename xen_modified_memory() to xen_hvm_modified_memory()Paul Durrant1-2/+2
2017-03-16RAMBlocks: qemu_ram_is_sharedDr. David Alan Gilbert1-0/+1
2017-03-16Change the method to calculate dirty-pages-rateChao Fan1-1/+4
2017-03-14memory_region: Fix name commentsDr. David Alan Gilbert1-6/+12
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell1-0/+1
2017-03-03memory: Introduce DEVICE_HOST_ENDIAN for ram deviceYongji Xie1-0/+6
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-28/+25
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy1-0/+1
2017-02-28postcopy: Record largest page sizeDr. David Alan Gilbert1-0/+1
2017-02-28exec: ram_block_discard_rangeDr. David Alan Gilbert1-0/+1
2017-02-24cputlb: introduce tlb_flush_*_all_cpus[_synced]Alex Bennée1-3/+113
2017-02-24cputlb: atomically update tlb fields used by tlb_reset_dirtyAlex Bennée1-2/+0
2017-02-24cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmapAlex Bennée1-6/+7
2017-02-24cputlb: introduce tlb_flush_* async work.KONRAD Frederic1-0/+1
2017-02-24tcg: remove global exit_requestAlex Bennée1-3/+0
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée1-1/+0
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini1-28/+25
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini1-0/+2