index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
mmap-alloc.c
Age
Commit message (
Expand
)
Author
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