aboutsummaryrefslogtreecommitdiff
path: root/util/oslib-posix.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée1-0/+15
2020-07-20util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER1-0/+2
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier1-8/+18
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik1-0/+35
2020-07-13util/oslib-posix.c: Implement qemu_init_exec_dir() for HaikuDavid CARLIER1-0/+19
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER1-1/+0
2020-06-23util/oslib-posix : qemu_init_exec_dir implementation for MacDavid CARLIER1-0/+15
2020-06-10util/oslib: Returns the real thread identifier on FreeBSD and NetBSDDavid Carlier1-0/+9
2020-04-11oslib-posix: take lock before qemu_cond_broadcastBauerchen1-0/+3
2020-03-16oslib-posix: initialize mutex and condition variablePaolo Bonzini1-0/+7
2020-02-25mem-prealloc: optimize large guest startupbauerchen1-8/+24
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-2/+2
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi1-54/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi1-1/+1
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+53
2019-03-11oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failurePhilippe Mathieu-Daudé1-0/+12
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi1-0/+53
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo1-1/+1
2019-01-14util: check the return value of fcntl in qemu_set_{block, nonblock}Li Qiang1-2/+6
2018-11-06oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSDBrad Smith1-2/+13
2018-10-02util: use fcntl() for qemu_write_pidfile() lockingMarc-André Lureau1-1/+6
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau1-0/+68
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-2/+2
2018-02-10oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson1-1/+1
2017-11-02oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSDKamil Rytarowski1-1/+10
2017-10-20oslib-posix: Fix compiler warning and some data typesStefan Weil1-7/+8
2017-08-30oslib-posix: Print errors before aborting on qemu_alloc_stack()Eduardo Habkost1-0/+2
2017-07-21util/oslib-posix.c: Avoid warning on NetBSDPeter Maydell1-1/+1
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange1-66/+0
2017-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2017-06-07oslib: strip trailing '\n' from error_setg() string argumentPhilippe Mathieu-Daudé1-1/+1
2017-06-06Check the return value of fcntl in qemu_set_cloexecStefano Stabellini1-1/+3
2017-05-25util: drop old utimensat() compat codeGreg Kurz1-47/+0
2017-03-24mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.Jitendra Kolhe1-2/+14
2017-03-17oslib-posix: fix compilation on OpenBSDPaolo Bonzini1-2/+0
2017-03-15os: don't corrupt pre-existing memory-backend data with preallocDaniel P. Berrange1-1/+13
2017-03-14mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe1-21/+87
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini1-0/+33
2016-11-22Fix FreeBSD (10.x) build after 7dc9ae43Ed Maste1-0/+1
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+27
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik1-0/+27
2016-09-29oslib-posix: add a configure switch to debug stack usagePeter Lieven1-0/+35
2016-09-29oslib-posix: add helpers for stack alloc and freePeter Lieven1-0/+42
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov1-13/+13
2016-07-17use g_path_get_dirname instead of dirnameWei Jiangang1-1/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0