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-win32.h
Age
Commit message (
Expand
)
Author
2024-02-09
qemu_init: increase NOFILE soft limit on POSIX
Fiona Ebner
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-01
os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
Michael Tokarev
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2023-06-27
console/win32: allocate shareable display surface
Marc-André Lureau
2023-05-28
win32: wrap socket close() with an exception handler
Marc-André Lureau
2023-03-21
win32: add qemu_close_socket_osfhandle()
Marc-André Lureau
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-03-13
win32: avoid mixing SOCKET and file descriptor space
Marc-André Lureau
2023-03-13
win32/socket: introduce qemu_socket_unselect() helper
Marc-André Lureau
2023-03-13
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
2023-02-21
sysemu/os-win32: fix setjmp/longjmp on windows-arm64
Pierrick Bouvier
2022-09-02
util/qemu-sockets: Enable unix socket support on Windows
Bin Meng
2022-04-20
sysemu/os-win32: Test for and use _lock_file/_unlock_file
Richard Henderson
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
2020-10-14
win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...
Yonggang Luo
2019-12-17
glib: use portable g_setenv()
Marc-André Lureau
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
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-11
w32: include winsock2.h before windows.h
Paolo Bonzini
2015-11-30
oslib-win32: Change return type of function getpagesize
Stefan Weil
2015-09-24
oslib-win32: only provide localtime_r/gmtime_r if missing
Daniel P. Berrange
2015-08-19
qemu-common.h: Move Win32 fixups into os-win32.h
Peter Maydell
2015-04-28
os-win32: drop ffs(3) prototype
Stefan Hajnoczi
2015-02-16
utils: drop strtok_r from envlist_parse
Olga Krishtal
2014-06-19
memory: move preallocation code out of exec.c
Paolo Bonzini
2013-04-22
Add option to mlock qemu and guest memory
Satoru Moriya
2013-02-23
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
Peter Maydell
2013-02-02
util: Fix compilation of envlist.c for MinGW
Stefan Weil
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini