aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()Philippe Mathieu-Daudé1-1/+1
2024-06-19memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()Philippe Mathieu-Daudé1-1/+1
2024-06-05memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li1-0/+6
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-1/+14
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler1-0/+19
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler1-2/+24
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé1-2/+2
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson1-2/+8
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater1-1/+4
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+4
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li1-3/+17
2024-02-21include/exec/memory.h: correct typosManos Pitsidianakis1-1/+1
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