index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sysemu
/
os-posix.h
Age
Commit message (
Expand
)
Author
2024-02-09
qemu_init: increase NOFILE soft limit on POSIX
Fiona Ebner
2023-10-06
os-posix: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-09-01
os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
Michael Tokarev
2023-09-01
os-posix.c: create and export os_set_chroot()
Michael Tokarev
2023-09-01
os-posix.c: create and export os_set_runas()
Michael Tokarev
2023-09-01
include/sysemu/os-posix.h: move *daemonize* declarations together
Michael Tokarev
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-03-13
os-posix: remove useless ioctlsocket() define
Marc-André Lureau
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
include: move os_*() to os-foo.h
Marc-André Lureau
2022-04-06
oslib: drop qemu_gettimeofday()
Marc-André Lureau
2022-03-04
os-posix: Add os_set_daemonize()
Hanna Reitz
2021-05-10
osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Peter Maydell
2017-05-25
util: drop old utimensat() compat code
Greg Kurz
2017-03-14
build: include sys/sysmacros.h for major() and minor()
Christopher Covington
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
2016-09-29
oslib-posix: add helpers for stack alloc and free
Peter Lieven
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2016-03-10
osdep: add wrappers for socket functions
Daniel P. Berrange
2016-03-10
osdep: fix socket_error() to work with Mingw64
Daniel P. Berrange
2016-02-23
include: Clean up includes
Peter Maydell
2014-06-23
os-posix: include sys/time.h
Wenchao Xia
2013-04-22
Add option to mlock qemu and guest memory
Satoru Moriya
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini