summary refs log tree commit diff stats
path: root/include/exec/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* softmmu: Expand comments describing max_bounce_buffer_sizeMattias Nissler2024-11-041-1/+8
* softmmu: Support concurrent bounce buffersMattias Nissler2024-09-091-9/+5
* docs: Fix some typos (found by typos) and grammar issuesStefan Weil2024-08-161-1/+1
* memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger2024-07-091-38/+0
* exec: don't use void* in pointer arithmetic in headersRoman Kiryanov2024-06-281-1/+1
* exec: avoid using C++ keywords in function parametersRoman Kiryanov2024-06-281-2/+2
* memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger2024-06-241-32/+0
* memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()Philippe Mathieu-Daudé2024-06-191-1/+1
* memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()Philippe Mathieu-Daudé2024-06-191-1/+1
* memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li2024-06-051-0/+6
* memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater2024-05-161-1/+14
* system/physmem: Per-AddressSpace bounce bufferingMattias Nissler2024-05-081-0/+19
* system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2024-05-081-2/+24
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-261-2/+2
* Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson2024-04-231-2/+8
|\
| * memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater2024-04-231-1/+4
| * memory: Add Error** argument to .log_global_start() handlerCédric Le Goater2024-04-231-1/+4
* | RAMBlock: Add support of KVM private guest memfdXiaoyao Li2024-04-231-3/+17
|/
* include/exec/memory.h: correct typosManos Pitsidianakis2024-02-211-1/+1
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-081-2/+2
* memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth2023-12-201-1/+1
* memory: Introduce memory_region_iommu_set_iova_rangesEric Auger2023-11-031-0/+32
* memory: Let ReservedRegion use RangeEric Auger2023-11-031-2/+2
* memory: initialize 'fv' in MemoryRegionCache to make Coverity happyIlya Maximets2023-10-221-0/+2
* memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand2023-10-121-0/+22
* memory: Clarify mapping requirements for RamDiscardManagerDavid Hildenbrand2023-10-121-2/+3
* virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets2023-10-041-3/+13
* memory: avoid updating ioeventfds for some address_spacehongmianquan2023-09-191-0/+1
* softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2023-09-191-4/+10
* misc: Fix some typos in documentation and commentsStefan Weil2023-08-011-1/+1
* exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata2023-06-281-0/+1
* exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata2023-06-281-0/+1
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-0/+2
* exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare2023-06-131-0/+3
* hostmem-file: add offset optionAlexander Graf2023-05-231-0/+2
* migration: Add last stage indicator to global dirty logGavin Shan2023-05-181-2/+7
* memory: prevent dma-reentracy issuesAlexander Bulekov2023-04-281-0/+5
* exec/memory: Fix kernel-doc warningBernhard Beschow2023-03-161-1/+1
* memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang2023-03-021-0/+10
* intel-iommu: Document iova_treePeter Xu2023-01-271-0/+26