- 7532ca5 qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd() by Clément Léger · 7 months ago
- ffa28f9 qemu/osdep: Split qemu_close_all_open_fd() and add fallback by Clément Léger · 7 months ago
- 4ec5ebe qemu/osdep: Move close_all_open_fds() to oslib-posix by Clément Léger · 7 months ago
- 083c4e7 util/oslib-posix: Fix superfluous trailing semicolon by Zhao Liu · 8 months ago
- 44a90c0 oslib-posix: fix memory leak in touch_all_pages by Paolo Bonzini · 12 months ago
- 04accf4 oslib-posix: initialize backend memory objects in parallel by Mark Kanda · 1 year, 1 month ago
- b622ee9 util/oslib: Have qemu_prealloc_mem() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
- a1eaa62 util: Delete checks for old host definitions by Akihiko Odaki · 1 year, 6 months ago
- d02d06f util: spelling fixes by Michael Tokarev · 1 year, 6 months ago
- 8278e30 util: drop qemu_fork() by Marc-André Lureau · 2 years ago
- a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
- bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 2 years, 1 month ago
- e04a34e util: Make qemu_prealloc_mem() optionally consume a ThreadContext by David Hildenbrand · 2 years, 5 months ago
- e2de2c4 util: Introduce ThreadContext user-creatable object by David Hildenbrand · 2 years, 5 months ago
- 6556aad util: Cleanup and rename os_mem_prealloc() by David Hildenbrand · 2 years, 5 months ago
- 3c63b4e oslib-posix: Introduce qemu_socketpair() by Guoyi Tu · 2 years, 6 months ago
- 4311682 cutils: Add missing dyld(3) include on macOS by Philippe Mathieu-Daudé · 2 years, 7 months ago
- 0a979a1 util: Fix broken build on Haiku by Thomas Huth · 2 years, 8 months ago
- 06680b1 include: move qemu_*_exec_dir() to cutils by Marc-André Lureau · 2 years, 9 months ago
- ff5927b util: rename qemu_*block() socket functions by Marc-André Lureau · 2 years, 10 months ago
- 22e135f Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking() by Marc-André Lureau · 2 years, 10 months ago
- a724197 Replace qemu_pipe() with g_unix_open_pipe() by Marc-André Lureau · 3 years ago
- ad24b67 block: move fcntl_setfl() by Marc-André Lureau · 3 years ago
- 1fbf266 util: replace qemu_get_local_state_pathname() by Marc-André Lureau · 2 years, 11 months ago
- 1b34d08 util: use qemu_create() in qemu_write_pidfile() by Marc-André Lureau · 2 years, 11 months ago
- 96eb9b2 util: use qemu_write_full() in qemu_write_pidfile() by Marc-André Lureau · 2 years, 11 months ago
- 548fb0d qga: move qga_get_host_name() by Marc-André Lureau · 2 years, 11 months ago
- 73991a9 include: move qemu_msync() to osdep by Marc-André Lureau · 2 years, 11 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- e9c4e0a Move fcntl_setfl() to oslib-posix by Marc-André Lureau · 3 years ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
- 1a11265 util: Put qemu_vfree() in memalign.c by Peter Maydell · 3 years ago
- 5c8c714 util: Share qemu_try_memalign() implementation between POSIX and Windows by Peter Maydell · 3 years ago
- bc0fecc util: Return valid allocation for qemu_try_memalign() with zero size by Peter Maydell · 3 years ago
- ac8057a util: Unify implementations of qemu_memalign() by Peter Maydell · 3 years ago
- 1c6c3b7 util: Make qemu_oom_check() a static function by Peter Maydell · 3 years ago
- b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years, 1 month ago
- dd4fc60 util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc() by David Hildenbrand · 3 years, 2 months ago
- 29b838c util/oslib-posix: Forward SIGBUS to MCE handler under Linux by David Hildenbrand · 3 years, 2 months ago
- a960d66 util/oslib-posix: Support concurrent os_mem_prealloc() invocation by David Hildenbrand · 3 years, 2 months ago
- ac86e5c util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE by David Hildenbrand · 3 years, 2 months ago
- 89aec64 util/oslib-posix: Don't create too many threads with small memory or little pages by David Hildenbrand · 3 years, 2 months ago
- dba5067 util/oslib-posix: Introduce and use MemsetContext for touch_all_pages() by David Hildenbrand · 3 years, 2 months ago
- a384bfa util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc() by David Hildenbrand · 3 years, 2 months ago
- 6c427ab util/oslib-posix: Let touch_all_pages() return an error by David Hildenbrand · 3 years, 2 months ago
- 8dbe22c memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() by David Hildenbrand · 3 years, 10 months ago
- b444f5c util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() by David Hildenbrand · 3 years, 10 months ago
- 29c3d21 oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure by Brad Smith · 4 years ago
- 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 4 years, 1 month ago
- 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years, 2 months ago
- ed6f53f util/oslib: Assert qemu_try_memalign() alignment is a power of 2 by Philippe Mathieu-Daudé · 4 years, 4 months ago
- c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years, 3 months ago
- fcb4f59 oslib-posix: relocate path to /var by Paolo Bonzini · 4 years, 7 months ago
- 9386a4a oslib-posix: default exec_dir to bindir by Paolo Bonzini · 4 years, 7 months ago
- a4c1386 oslib: do not call g_strdup from qemu_get_exec_dir by Paolo Bonzini · 4 years, 7 months ago
- 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 7 months ago
- ad06ef0 util: add qemu_get_host_physmem utility function by Alex Bennée · 4 years, 7 months ago
- 8edbca5 util: Implement qemu_get_thread_id() for OpenBSD by David CARLIER · 4 years, 7 months ago
- 894022e net: check if the file descriptor is valid before using it by Laurent Vivier · 4 years, 8 months ago
- e47f476 util: Introduce qemu_get_host_name() by Michal Privoznik · 4 years, 8 months ago
- 2b9b9e7 util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku by David CARLIER · 4 years, 8 months ago
- 2a4b472 osdep.h: Always include <sys/signal.h> if it exists by David CARLIER · 4 years, 8 months ago
- 2032e24 util/oslib-posix : qemu_init_exec_dir implementation for Mac by David CARLIER · 4 years, 8 months ago
- 9548a89 util/oslib: Returns the real thread identifier on FreeBSD and NetBSD by David Carlier · 4 years, 9 months ago
- 278fb16 oslib-posix: take lock before qemu_cond_broadcast by Bauerchen · 5 years ago
- 78b3f67 oslib-posix: initialize mutex and condition variable by Paolo Bonzini · 5 years ago
- 037fb5e mem-prealloc: optimize large guest startup by bauerchen · 5 years ago
- 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
- 72d41eb memory: fetch pmem size in get_file_size() by Stefan Hajnoczi · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 2ac0f16 util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap by Zhang Yi · 6 years ago
- 2cb73af Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 6 years ago
- 02cdcc9 oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure by Philippe Mathieu-Daudé · 6 years ago
- 314aec4 hostmem-file: reject invalid pmem file sizes by Stefan Hajnoczi · 6 years ago
- 53adb9d mmap-alloc: fix hugetlbfs misaligned length in ppc64 by Murilo Opsfelder Araujo · 6 years ago
- da93b82 util: check the return value of fcntl in qemu_set_{block, nonblock} by Li Qiang · 6 years ago
- fc3d1ba oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD by Brad Smith · 6 years ago
- 35f7f3f util: use fcntl() for qemu_write_pidfile() locking by Marc-André Lureau · 7 years ago
- 9e6bdef util: add qemu_write_pidfile() by Marc-André Lureau · 7 years ago
- 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
- 9bc5a71 oslib-posix: check for posix_memalign in configure script by Andreas Gustafsson · 7 years ago
- 094611b oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD by Kamil Rytarowski · 7 years ago
- e947d47 oslib-posix: Fix compiler warning and some data types by Stefan Weil · 7 years ago
- e916a6e oslib-posix: Print errors before aborting on qemu_alloc_stack() by Eduardo Habkost · 8 years ago
- 02ffa03 util/oslib-posix.c: Avoid warning on NetBSD by Peter Maydell · 8 years ago
- 788cf9f block: rip out all traces of password prompting by Daniel P. Berrange · 8 years ago
- 2a8469a Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 8 years ago
- 462e5d5 oslib: strip trailing '\n' from error_setg() string argument by Philippe Mathieu-Daudé · 8 years ago
- 7e6478e Check the return value of fcntl in qemu_set_cloexec by Stefano Stabellini · 8 years ago
- fcdcf1e util: drop old utimensat() compat code by Greg Kurz · 8 years ago
- dfd0dcc mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case. by Jitendra Kolhe · 8 years ago
- 6b3cca7 oslib-posix: fix compilation on OpenBSD by Paolo Bonzini · 8 years ago
- 9dc44aa os: don't corrupt pre-existing memory-backend data with prealloc by Daniel P. Berrange · 8 years ago
- 1e356fc mem-prealloc: reduce large guest start-up and migration time. by Jitendra Kolhe · 8 years ago
- d98d407 cpus: remove ugly cast on sigbus_handler by Paolo Bonzini · 8 years ago
- a7764f1 Fix FreeBSD (10.x) build after 7dc9ae43 by Ed Maste · 8 years ago
- 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
- 86e121a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
- 7dc9ae4 util: Introduce qemu_get_pid_name by Michal Privoznik · 8 years ago