Age | Commit message (Expand) | Author | Files | Lines |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand | 1 | -2/+4 |
2021-06-15 | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() | David Hildenbrand | 1 | -1/+2 |
2021-06-04 | oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB... | Brad Smith | 1 | -11/+0 |
2021-02-09 | memory: alloc RAM from file at offset | Jagannathan Raman | 1 | -1/+1 |
2021-02-01 | memory: add readonly support to memory_region_init_ram_from_file() | Stefan Hajnoczi | 1 | -1/+1 |
2021-01-07 | util/oslib: Assert qemu_try_memalign() alignment is a power of 2 | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-01-02 | cfi: Initial support for cfi-icall in QEMU | Daniele Buono | 1 | -0/+11 |
2020-09-30 | oslib-posix: relocate path to /var | Paolo Bonzini | 1 | -2/+4 |
2020-09-30 | oslib-posix: default exec_dir to bindir | Paolo Bonzini | 1 | -15/+8 |
2020-09-30 | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 1 | -3/+5 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -1/+1 |
2020-07-27 | util: add qemu_get_host_physmem utility function | Alex Bennée | 1 | -0/+15 |
2020-07-20 | util: Implement qemu_get_thread_id() for OpenBSD | David CARLIER | 1 | -0/+2 |
2020-07-15 | net: check if the file descriptor is valid before using it | Laurent Vivier | 1 | -8/+18 |
2020-07-13 | util: Introduce qemu_get_host_name() | Michal Privoznik | 1 | -0/+35 |
2020-07-13 | util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku | David CARLIER | 1 | -0/+19 |
2020-07-13 | osdep.h: Always include <sys/signal.h> if it exists | David CARLIER | 1 | -1/+0 |
2020-06-23 | util/oslib-posix : qemu_init_exec_dir implementation for Mac | David CARLIER | 1 | -0/+15 |
2020-06-10 | util/oslib: Returns the real thread identifier on FreeBSD and NetBSD | David Carlier | 1 | -0/+9 |
2020-04-11 | oslib-posix: take lock before qemu_cond_broadcast | Bauerchen | 1 | -0/+3 |
2020-03-16 | oslib-posix: initialize mutex and condition variable | Paolo Bonzini | 1 | -0/+7 |
2020-02-25 | mem-prealloc: optimize large guest startup | bauerchen | 1 | -8/+24 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -2/+2 |
2019-09-16 | memory: fetch pmem size in get_file_size() | Stefan Hajnoczi | 1 | -54/+0 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-04-25 | util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap | Zhang Yi | 1 | -1/+1 |
2019-03-12 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -0/+53 |
2019-03-11 | oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure | Philippe Mathieu-Daudé | 1 | -0/+12 |
2019-03-11 | hostmem-file: reject invalid pmem file sizes | Stefan Hajnoczi | 1 | -0/+53 |
2019-02-04 | mmap-alloc: fix hugetlbfs misaligned length in ppc64 | Murilo Opsfelder Araujo | 1 | -1/+1 |
2019-01-14 | util: check the return value of fcntl in qemu_set_{block, nonblock} | Li Qiang | 1 | -2/+6 |
2018-11-06 | oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD | Brad Smith | 1 | -2/+13 |
2018-10-02 | util: use fcntl() for qemu_write_pidfile() locking | Marc-André Lureau | 1 | -1/+6 |
2018-10-02 | util: add qemu_write_pidfile() | Marc-André Lureau | 1 | -0/+68 |
2018-02-19 | mem: add share parameter to memory-backend-ram | Marcel Apfelbaum | 1 | -2/+2 |
2018-02-10 | oslib-posix: check for posix_memalign in configure script | Andreas Gustafsson | 1 | -1/+1 |
2017-11-02 | oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD | Kamil Rytarowski | 1 | -1/+10 |
2017-10-20 | oslib-posix: Fix compiler warning and some data types | Stefan Weil | 1 | -7/+8 |
2017-08-30 | oslib-posix: Print errors before aborting on qemu_alloc_stack() | Eduardo Habkost | 1 | -0/+2 |
2017-07-21 | util/oslib-posix.c: Avoid warning on NetBSD | Peter Maydell | 1 | -1/+1 |
2017-07-11 | block: rip out all traces of password prompting | Daniel P. Berrange | 1 | -66/+0 |
2017-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -1/+1 |
2017-06-07 | oslib: strip trailing '\n' from error_setg() string argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-06-06 | Check the return value of fcntl in qemu_set_cloexec | Stefano Stabellini | 1 | -1/+3 |
2017-05-25 | util: drop old utimensat() compat code | Greg Kurz | 1 | -47/+0 |
2017-03-24 | mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case. | Jitendra Kolhe | 1 | -2/+14 |
2017-03-17 | oslib-posix: fix compilation on OpenBSD | Paolo Bonzini | 1 | -2/+0 |
2017-03-15 | os: don't corrupt pre-existing memory-backend data with prealloc | Daniel P. Berrange | 1 | -1/+13 |
2017-03-14 | mem-prealloc: reduce large guest start-up and migration time. | Jitendra Kolhe | 1 | -21/+87 |