index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
mmap-alloc.c
Age
Commit message (
Expand
)
Author
2023-04-24
util/mmap-alloc: qemu_fd_getfs()
Peter Xu
2022-08-26
util/mmap-alloc: Remove qemu_mempath_getpagesize()
Thomas Huth
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2021-07-06
Deprecate pmem=on with non-DAX capable backend file
Igor Mammedov
2021-06-15
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
2021-06-15
util/mmap-alloc: Factor out activating of memory to mmap_activate()
David Hildenbrand
2021-06-15
util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
David Hildenbrand
2021-06-15
util/mmap-alloc: Factor out calculation of the pagesize for the guard page
David Hildenbrand
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-04-25
util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()
Zhang Yi
2019-04-25
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
2019-02-04
mmap-alloc: unfold qemu_ram_mmap()
Murilo Opsfelder Araujo
2018-04-27
Make qemu_mempath_getpagesize() accept NULL
David Gibson
2017-12-15
sparc: Make sure we mmap at SHMLBA alignment
Peter Maydell
2017-03-03
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy
2017-01-24
util/mmap-alloc: refactor a little bit for readability
Cao jin
2017-01-24
util/mmap-alloc: check parameter before using
Cao jin
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-02-04
util: Clean up includes
Peter Maydell
2015-12-22
mmap-alloc: tweak a comment on ppc64
Michael S. Tsirkin
2015-12-02
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin
2015-10-29
mmap-alloc: fix error handling
Michael S. Tsirkin
2015-10-21
exec: factor out duplicate mmap code
Michael S. Tsirkin