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