summary refs log tree commit diff stats
path: root/include/system/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* system/physmem: Pass address space argument to cpu_flush_icache_range()Philippe Mathieu-Daudé2025-10-071-0/+2
* system/memory: Factor address_space_is_io() outPhilippe Mathieu-Daudé2025-10-071-0/+9
* memory: New AS helper to serialize destroy+freePeter Xu2025-10-031-0/+13
* include/system/memory.h: Clarify address_space_destroy() behaviourPeter Maydell2025-10-031-3/+8
* memory: reintroduce BQL-free fine-grained PIO/MMIOIgor Mammedov2025-08-291-0/+12
* qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé2025-07-151-1/+0
* memory: Allow to store the PASID in IOMMUTLBEntryCLEMENT MATHIEU--DRIF2025-07-151-0/+1
* memory: Add permissions in IOMMUAccessFlagsCLEMENT MATHIEU--DRIF2025-07-151-2/+21
* memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()Chenyi Qiang2025-06-231-17/+57
* memory: Change memory_region_set_ram_discard_manager() to return the resultChenyi Qiang2025-06-231-3/+3
* memory: Export a helper to get intersection of a MemoryRegionSection with a g...Chenyi Qiang2025-06-231-0/+30
* vfio: return mr from vfio_get_xlat_addrSteve Sistare2025-06-051-10/+9
* memory: Store user data pointer in the IOMMU notifiersCLEMENT MATHIEU--DRIF2025-06-011-0/+1
* include/system: Move exec/memory.h to system/memory.hRichard Henderson2025-04-231-0/+3197