92 Commits (e9d635ea1809a6e114c33413c359abbb88a35737)

Author SHA1 Message Date
Philippe Mathieu-Daudé ed6f53f9ca util/oslib: Assert qemu_try_memalign() alignment is a power of 2 6 years ago
Daniele Buono c905a3680d cfi: Initial support for cfi-icall in QEMU 6 years ago
Paolo Bonzini fcb4f59c87 oslib-posix: relocate path to /var 6 years ago
Paolo Bonzini 9386a4a715 oslib-posix: default exec_dir to bindir 6 years ago
Paolo Bonzini a4c13869f9 oslib: do not call g_strdup from qemu_get_exec_dir 6 years ago
Daniel P. Berrangé 448058aa99 util: rename qemu_open() to qemu_open_old() 6 years ago
Alex Bennée ad06ef0efb util: add qemu_get_host_physmem utility function 6 years ago
David CARLIER 8edbca515c util: Implement qemu_get_thread_id() for OpenBSD 6 years ago
Laurent Vivier 894022e616 net: check if the file descriptor is valid before using it 6 years ago
Michal Privoznik e47f4765af util: Introduce qemu_get_host_name() 6 years ago
David CARLIER 2b9b9e7010 util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku 6 years ago
David CARLIER 2a4b472c3c osdep.h: Always include <sys/signal.h> if it exists 6 years ago
David CARLIER 2032e243a5 util/oslib-posix : qemu_init_exec_dir implementation for Mac 6 years ago
David Carlier 9548a89173 util/oslib: Returns the real thread identifier on FreeBSD and NetBSD 6 years ago
Bauerchen 278fb16273 oslib-posix: take lock before qemu_cond_broadcast 6 years ago
Paolo Bonzini 78b3f67acd oslib-posix: initialize mutex and condition variable 7 years ago
bauerchen 037fb5eb39 mem-prealloc: optimize large guest startup 7 years ago
Wei Yang 038adc2f58 core: replace getpagesize() with qemu_real_host_page_size 7 years ago
Stefan Hajnoczi 72d41eb4b8 memory: fetch pmem size in get_file_size() 7 years ago
Markus Armbruster db72581598 Include qemu/main-loop.h less 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Zhang Yi 2ac0f1621c util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap 8 years ago
Philippe Mathieu-Daudé 02cdcc96be oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure 8 years ago
Stefan Hajnoczi 314aec4a6e hostmem-file: reject invalid pmem file sizes 8 years ago
Murilo Opsfelder Araujo 7265c2b971 mmap-alloc: fix hugetlbfs misaligned length in ppc64 8 years ago
Murilo Opsfelder Araujo 53adb9d43e mmap-alloc: fix hugetlbfs misaligned length in ppc64 8 years ago
Li Qiang da93b82079 util: check the return value of fcntl in qemu_set_{block, nonblock} 8 years ago
Brad Smith fc3d1bad1e oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD 8 years ago
Marc-André Lureau 35f7f3fb5c util: use fcntl() for qemu_write_pidfile() locking 8 years ago
Marc-André Lureau 9e6bdef224 util: add qemu_write_pidfile() 8 years ago
Marcel Apfelbaum 06329ccecf mem: add share parameter to memory-backend-ram 9 years ago
Andreas Gustafsson 9bc5a7193f oslib-posix: check for posix_memalign in configure script 9 years ago
Kamil Rytarowski 094611b426 oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD 9 years ago
Stefan Weil e947d47da0 oslib-posix: Fix compiler warning and some data types 9 years ago
Eduardo Habkost e916a6e88a oslib-posix: Print errors before aborting on qemu_alloc_stack() 9 years ago
Peter Maydell 02ffa034fb util/oslib-posix.c: Avoid warning on NetBSD 9 years ago
Daniel P. Berrange 788cf9f8c8 block: rip out all traces of password prompting 9 years ago
Philippe Mathieu-Daudé 462e5d5065 oslib: strip trailing '\n' from error_setg() string argument 9 years ago
Stefano Stabellini 7e6478e7d4 Check the return value of fcntl in qemu_set_cloexec 9 years ago
Greg Kurz fcdcf1eed2 util: drop old utimensat() compat code 9 years ago
Jitendra Kolhe dfd0dcc717 mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case. 10 years ago
Paolo Bonzini 6b3cca76dd oslib-posix: fix compilation on OpenBSD 10 years ago
Daniel P. Berrange 9dc44aa582 os: don't corrupt pre-existing memory-backend data with prealloc 10 years ago
Jitendra Kolhe 1e356fc14b mem-prealloc: reduce large guest start-up and migration time. 10 years ago
Paolo Bonzini d98d407234 cpus: remove ugly cast on sigbus_handler 10 years ago
Ed Maste a7764f1548 Fix FreeBSD (10.x) build after 7dc9ae43 10 years ago
Anand J 814bb12a56 clean-up: removed duplicate #includes 10 years ago
Michal Privoznik 7dc9ae4339 util: Introduce qemu_get_pid_name 10 years ago
Peter Lieven 7d992e4d5a oslib-posix: add a configure switch to debug stack usage 10 years ago
Peter Lieven 8737d9e0c4 oslib-posix: add helpers for stack alloc and free 10 years ago