summaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-22memory: trace FlatView creation and destructionPaolo Bonzini1-1/+0
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-19/+0
2017-09-21memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy1-1/+2
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy1-16/+35
2017-09-21memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy1-2/+0
2017-09-21memory: Open code FlatView renderingAlexey Kardashevskiy1-1/+0
2017-09-04memory.h: Move MemTxResult type to memattrs.hPeter Maydell1-10/+0
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-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic1-0/+35
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