summary refs log tree commit diff stats
path: root/include/sysemu/os-posix.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* qemu_init: increase NOFILE soft limit on POSIXFiona Ebner2024-02-091-0/+1
* os-posix: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-2/+2
* os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev2023-09-011-1/+0
* os-posix.c: create and export os_set_chroot()Michael Tokarev2023-09-011-0/+1
* os-posix.c: create and export os_set_runas()Michael Tokarev2023-09-011-0/+1
* include/sysemu/os-posix.h: move *daemonize* declarations togetherMichael Tokarev2023-09-011-3/+2
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-131-2/+0
* os-posix: remove useless ioctlsocket() defineMarc-André Lureau2023-03-131-1/+0
* block: move fcntl_setfl()Marc-André Lureau2022-05-031-2/+0
* Move fcntl_setfl() to oslib-posixMarc-André Lureau2022-04-061-0/+2
* include: move os_*() to os-foo.hMarc-André Lureau2022-04-061-0/+2
* oslib: drop qemu_gettimeofday()Marc-André Lureau2022-04-061-3/+0
* os-posix: Add os_set_daemonize()Hanna Reitz2022-03-041-0/+1
* osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell2021-05-101-0/+8
* util: drop old utimensat() compat codeGreg Kurz2017-05-251-11/+0
* build: include sys/sysmacros.h for major() and minor()Christopher Covington2017-03-141-0/+4
* log: Add locking to large logging blocksRichard Henderson2016-11-011-0/+12
* oslib-posix: add helpers for stack alloc and freePeter Lieven2016-09-291-0/+27
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-0/+1
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2016-03-101-2/+0
* osdep: add wrappers for socket functionsDaniel P. Berrange2016-03-101-0/+9
* osdep: fix socket_error() to work with Mingw64Daniel P. Berrange2016-03-101-0/+2
* include: Clean up includesPeter Maydell2016-02-231-1/+0
* os-posix: include sys/time.hWenchao Xia2014-06-231-0/+2
* Add option to mlock qemu and guest memorySatoru Moriya2013-04-221-0/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-0/+51