Thomas Huth
|
90d9946193
util/mmap-alloc: Remove qemu_mempath_getpagesize()
|
3 年 前 |
Marc-André Lureau
|
8e3b0cbb72
Replace qemu_real_host_page variables with inlined functions
|
3 年 前 |
Igor Mammedov
|
cdcf766d0b
Deprecate pmem=on with non-DAX capable backend file
|
4 年 前 |
David Hildenbrand
|
d94e0bc9ef
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
|
4 年 前 |
David Hildenbrand
|
8dbe22c686
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
|
4 年 前 |
David Hildenbrand
|
b444f5c079
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
|
4 年 前 |
David Hildenbrand
|
d01cbf82ce
util/mmap-alloc: Factor out activating of memory to mmap_activate()
|
4 年 前 |
David Hildenbrand
|
01c26ad6af
util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
|
4 年 前 |
David Hildenbrand
|
adad0b3ae8
util/mmap-alloc: Factor out calculation of the pagesize for the guard page
|
4 年 前 |
Jagannathan Raman
|
44a4ff31c0
memory: alloc RAM from file at offset
|
4 年 前 |
Stefan Hajnoczi
|
369d6dc4de
memory: add readonly support to memory_region_init_ram_from_file()
|
4 年 前 |
Wei Yang
|
038adc2f58
core: replace getpagesize() with qemu_real_host_page_size
|
5 年 前 |
Zhang Yi
|
119906afa5
util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()
|
6 年 前 |
Zhang Yi
|
2ac0f1621c
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
|
6 年 前 |
Murilo Opsfelder Araujo
|
53adb9d43e
mmap-alloc: fix hugetlbfs misaligned length in ppc64
|
6 年 前 |
Murilo Opsfelder Araujo
|
2044c3e711
mmap-alloc: unfold qemu_ram_mmap()
|
6 年 前 |
David Gibson
|
0de6e2a3ca
Make qemu_mempath_getpagesize() accept NULL
|
7 年 前 |
Peter Maydell
|
57d1f6d7ce
sparc: Make sure we mmap at SHMLBA alignment
|
7 年 前 |
Alexey Kardashevskiy
|
9c60766887
exec, kvm, target-ppc: Move getrampagesize() to common code
|
8 年 前 |
Cao jin
|
6e4c890e15
util/mmap-alloc: refactor a little bit for readability
|
8 年 前 |
Cao jin
|
4a3ecf201a
util/mmap-alloc: check parameter before using
|
8 年 前 |
Markus Armbruster
|
a9c94277f0
Use #include "..." for our own headers, <...> for others
|
9 年 前 |
Paolo Bonzini
|
02d0e09503
os-posix: include sys/mman.h
|
9 年 前 |
Peter Maydell
|
aafd758410
util: Clean up includes
|
9 年 前 |
Michael S. Tsirkin
|
097a50d0d8
mmap-alloc: tweak a comment on ppc64
|
9 年 前 |
Michael S. Tsirkin
|
7197fb4058
util/mmap-alloc: fix hugetlb support on ppc64
|
9 年 前 |
Michael S. Tsirkin
|
9d4ec9370a
mmap-alloc: fix error handling
|
9 年 前 |
Michael S. Tsirkin
|
794e8f301a
exec: factor out duplicate mmap code
|
10 年 前 |