summaryrefslogtreecommitdiff
path: root/util/mmap-alloc.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson1-12/+14
2017-12-15sparc: Make sure we mmap at SHMLBA alignmentPeter Maydell1-0/+8
2017-03-03exec, kvm, target-ppc: Move getrampagesize() to common codeAlexey Kardashevskiy1-0/+25
2017-01-24util/mmap-alloc: refactor a little bit for readabilityCao jin1-6/+4
2017-01-24util/mmap-alloc: check parameter before usingCao jin1-3/+4
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-02-04util: Clean up includesPeter Maydell1-2/+1
2015-12-22mmap-alloc: tweak a comment on ppc64Michael S. Tsirkin1-4/+5
2015-12-02util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin1-0/+39
2015-10-29mmap-alloc: fix error handlingMichael S. Tsirkin1-2/+2
2015-10-21exec: factor out duplicate mmap codeMichael S. Tsirkin1-0/+71