summaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)Author
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini
2017-01-27memory: hmp: add "-f" for "info mtree"Peter Xu
2017-01-16ramblock-notifier: newPaolo Bonzini
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini
2016-09-27migration: sync all address spacesPaolo Bonzini
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini
2016-05-23memory: Remove code for mr->may_overlapFam Zheng
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-25memory: Remove unreachable return statementGonglei
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei
2016-02-25exec: store RAMBlock pointer into memory regionGonglei
2016-02-23include: Clean up includesPeter Maydell
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite
2015-12-17memory: try to inline constant-length readsPaolo Bonzini
2015-12-17memory: inline a few small accessorsPaolo Bonzini
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini
2015-12-17memory: reorder MemoryRegion fieldsPaolo Bonzini
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini
2015-10-05memory: Allow replay of IOMMU mapping notificationsDavid Gibson
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini