summaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)Author
2019-12-18memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini
2019-12-17memory.h: Silence kernel-doc complaintsPaolo Bonzini
2019-12-17memory: use RCU_READ_LOCK_GUARDPaolo Bonzini
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-25memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert
2019-09-25memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini
2019-08-16memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz
2019-06-03memory: Remove memory_region_get_dirty()Peter Xu
2019-04-18memory: Clean up how mtree_info() printsMarkus Armbruster
2019-02-05unify len and addr type for memory/address APIsLi Zhijian
2019-01-29memory: add memory_region_flush_rom_device()Stefan Hajnoczi
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell
2018-11-06memory: learn about non-volatile memory regionMarc-André Lureau
2018-10-26memory.h: fix typos in commentsLi Qiang
2018-10-19target-i386 : add coalesced_pio APIPeng Hao
2018-10-02memory: Remove old_mmio accessorsPeter Maydell
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida
2018-08-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-08-20memory: Remove MMIO request_ptr APIsPeter Maydell
2018-08-10hostmem-file: add the 'pmem' optionJunyan He
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He
2018-08-10memory, exec: Expose all memory block related flags.Junyan He
2018-06-28memory/hmp: Print owners/parents in "info mtree"Alexey Kardashevskiy
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini
2018-06-01memory.h: Fix typo in documentation commentPeter Maydell
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make flatview_translate() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell
2018-05-31Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make address_space_map() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell
2018-05-31memory.h: Improve IOMMU related documentationPeter Maydell
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini