summaryrefslogtreecommitdiff
path: root/util/mmap-alloc.c
AgeCommit message (Expand)Author
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-07-06Deprecate pmem=on with non-DAX capable backend fileIgor Mammedov
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out activating of memory to mmap_activate()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out calculation of the pagesize for the guard pageDavid Hildenbrand
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-04-25util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()Zhang Yi
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo
2019-02-04mmap-alloc: unfold qemu_ram_mmap()Murilo Opsfelder Araujo
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy
2017-01-24util/mmap-alloc: refactor a little bit for readabilityCao jin
2017-01-24util/mmap-alloc: check parameter before usingCao jin
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-02-04util: Clean up includesPeter Maydell
2015-12-22mmap-alloc: tweak a comment on ppc64Michael S. Tsirkin
2015-12-02util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin
2015-10-29mmap-alloc: fix error handlingMichael S. Tsirkin
2015-10-21exec: factor out duplicate mmap codeMichael S. Tsirkin