summaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)AuthorFilesLines
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-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-04-24memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann1-0/+47
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-14memory_region: Fix name commentsDr. David Alan Gilbert1-6/+12
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini1-0/+2
2017-01-27memory: hmp: add "-f" for "info mtree"Peter Xu1-1/+1
2017-01-16ramblock-notifier: newPaolo Bonzini1-5/+1
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang1-0/+3
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang1-0/+5
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini1-0/+151
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini1-0/+15
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson1-2/+4
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson1-13/+28
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini1-1/+2
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini1-1/+1
2016-09-27migration: sync all address spacesPaolo Bonzini1-4/+3
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu1-4/+5
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu1-7/+40
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell1-4/+1
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell1-0/+19
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy1-1/+7
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy1-4/+15
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini1-3/+2
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini1-0/+20
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini1-0/+11
2016-05-23memory: Remove code for mr->may_overlapFam Zheng1-1/+0
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini1-17/+0
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-1/+0
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng1-7/+1
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+4
2016-02-25memory: Remove unreachable return statementGonglei1-2/+0
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei1-2/+2
2016-02-25exec: store RAMBlock pointer into memory regionGonglei1-0/+2
2016-02-23include: Clean up includesPeter Maydell1-3/+0
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite1-0/+18
2015-12-17memory: try to inline constant-length readsPaolo Bonzini1-17/+57
2015-12-17memory: inline a few small accessorsPaolo Bonzini1-4/+18
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini1-0/+6
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini1-0/+1