summary refs log tree commit diff stats
path: root/include/exec/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé2023-01-091-0/+4
* Fix several typos in documentation (found by codespell)Stefan Weil2022-11-111-3/+3
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-071-0/+4
|\
| * vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu2022-11-071-0/+4
* | Fix some typos in documentation and commentsStefan Weil2022-11-051-1/+1
|/
* softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)2022-07-201-1/+4
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-0/+3
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé2022-01-201-0/+16
* memory: Update description of memory_region_is_mapped()David Hildenbrand2022-01-181-1/+2
* memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand2022-01-181-0/+1
* memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2021-11-011-0/+21