aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi1-2/+2
2024-01-05memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2023-12-20memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth1-1/+1
2023-11-03memory: Introduce memory_region_iommu_set_iova_rangesEric Auger1-0/+32
2023-11-03memory: Let ReservedRegion use RangeEric Auger1-2/+2
2023-10-22memory: initialize 'fv' in MemoryRegionCache to make Coverity happyIlya Maximets1-0/+2
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand1-0/+22
2023-10-12memory: Clarify mapping requirements for RamDiscardManagerDavid Hildenbrand1-2/+3
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets1-3/+13
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan1-0/+1
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand1-4/+10
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil1-1/+1
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata1-0/+2
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare1-0/+3
2023-05-23hostmem-file: add offset optionAlexander Graf1-0/+2
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-2/+7
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov1-0/+5
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow1-1/+1
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang1-0/+10
2023-01-27intel-iommu: Document iova_treePeter Xu1-0/+26
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