COMMITS
/ util/mmap-alloc.c April 19, 2023
P
util/mmap-alloc: qemu_fd_getfs()
Peter Xu committed
August 10, 2022
T
util/mmap-alloc: Remove qemu_mempath_getpagesize()
Thomas Huth committed
March 23, 2022
M
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau committed
January 11, 2021
I
Deprecate pmem=on with non-DAX capable backend file
Igor Mammedov committed
May 10, 2021
D
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand committed
D
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand committed
D
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand committed
D
util/mmap-alloc: Factor out activating of memory to mmap_activate()
David Hildenbrand committed
D
util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
David Hildenbrand committed
D
util/mmap-alloc: Factor out calculation of the pagesize for the guard page
David Hildenbrand committed
January 29, 2021
J
memory: alloc RAM from file at offset
Jagannathan Raman committed
January 4, 2021
S
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi committed
October 13, 2019
W
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang committed
April 22, 2019
Z
util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()
Zhang Yi committed
February 8, 2019
Z
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi committed
January 30, 2019
M
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo committed
M
mmap-alloc: unfold qemu_ram_mmap()
Murilo Opsfelder Araujo committed
April 3, 2018
D
Make qemu_mempath_getpagesize() accept NULL
David Gibson committed
December 8, 2017
P
sparc: Make sure we mmap at SHMLBA alignment
Peter Maydell committed
March 2, 2017
A
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy committed
November 2, 2016
C
util/mmap-alloc: refactor a little bit for readability
Cao jin committed
C
util/mmap-alloc: check parameter before using
Cao jin committed
June 22, 2016
M
Use #include "..." for our own headers, <...> for others
Markus Armbruster committed
June 6, 2016
P
os-posix: include sys/mman.h
Paolo Bonzini committed
January 29, 2016
P
util: Clean up includes
Peter Maydell committed
December 3, 2015
M
mmap-alloc: tweak a comment on ppc64
Michael S. Tsirkin committed
December 2, 2015
M
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin committed
October 25, 2015
M
mmap-alloc: fix error handling
Michael S. Tsirkin committed
September 24, 2015
M
exec: factor out duplicate mmap code
Michael S. Tsirkin committed