aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-09exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé1-0/+4
2022-11-11Fix several typos in documentation (found by codespell)Stefan Weil1-3/+3
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+4
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu1-0/+4
2022-11-05Fix some typos in documentation and commentsStefan Weil1-1/+1
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)1-1/+4
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman1-0/+3
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé1-0/+16
2022-01-18memory: Update description of memory_region_is_mapped()David Hildenbrand1-1/+2
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand1-0/+1
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand1-0/+21
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)1-3/+17
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+8
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-1/+14
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand1-2/+16
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand1-0/+20
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand1-22/+264
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-3/+12
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-12/+12
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-6/+3
2021-06-05docs: fix broken referenceJohn Snow1-1/+1
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell1-1/+1
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé1-1/+1
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu1-0/+12
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand1-4/+6
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell1-0/+2
2021-03-23memory: Document flatview_for_each_range()Peter Maydell1-2/+24
2021-03-23memory: Make flatview_cb return bool, not intPeter Maydell1-3/+3
2021-03-19memory: Drop "qemu:" prefix from QOM memory region type namesMarkus Armbruster1-2/+2
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé1-16/+16
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-0/+2
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-5/+3
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov1-5/+3
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev1-0/+7
2021-02-08migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev1-0/+1
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi1-0/+2
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez1-1/+6
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-14/+13
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez1-3/+3
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan1-0/+38
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov1-0/+1
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov1-0/+8
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov1-0/+7
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov1-0/+5
2020-10-06memory: Explicitly tag doc comments for structsEduardo Habkost1-3/+3
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé1-14/+0
2020-09-30memory: Convert IOMMUMemoryRegionClass doc comment to kernel-docEduardo Habkost1-9/+41
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1