aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/os-posix.h
AgeCommit message (Expand)Author
2024-02-09qemu_init: increase NOFILE soft limit on POSIXFiona Ebner
2023-10-06os-posix: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev
2023-09-01os-posix.c: create and export os_set_chroot()Michael Tokarev
2023-09-01os-posix.c: create and export os_set_runas()Michael Tokarev
2023-09-01include/sysemu/os-posix.h: move *daemonize* declarations togetherMichael Tokarev
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-03-13os-posix: remove useless ioctlsocket() defineMarc-André Lureau
2022-05-03block: move fcntl_setfl()Marc-André Lureau
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau
2022-03-04os-posix: Add os_set_daemonize()Hanna Reitz
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell
2017-05-25util: drop old utimensat() compat codeGreg Kurz
2017-03-14build: include sys/sysmacros.h for major() and minor()Christopher Covington
2016-11-01log: Add locking to large logging blocksRichard Henderson
2016-09-29oslib-posix: add helpers for stack alloc and freePeter Lieven
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange
2016-02-23include: Clean up includesPeter Maydell
2014-06-23os-posix: include sys/time.hWenchao Xia
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini