aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/os-win32.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09qemu_init: increase NOFILE soft limit on POSIXFiona Ebner1-0/+5
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+0
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev1-1/+0
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé1-2/+2
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau1-0/+3
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau1-0/+4
2023-03-21win32: add qemu_close_socket_osfhandle()Marc-André Lureau1-2/+13
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-4/+4
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau1-2/+2
2023-03-13win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau1-0/+2
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau1-0/+5
2023-02-21sysemu/os-win32: fix setjmp/longjmp on windows-arm64Pierrick Bouvier1-4/+24
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng1-0/+17
2022-04-20sysemu/os-win32: Test for and use _lock_file/_unlock_fileRichard Henderson1-7/+9
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau1-1/+3
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau1-6/+0
2022-03-04os-posix: Add os_set_daemonize()Hanna Reitz1-0/+8
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell1-0/+8
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo1-2/+2
2019-12-17glib: use portable g_setenv()Marc-André Lureau1-2/+0
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+15
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/+79
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange1-26/+1
2016-02-11w32: include winsock2.h before windows.hPaolo Bonzini1-1/+1
2015-11-30oslib-win32: Change return type of function getpagesizeStefan Weil1-1/+1
2015-09-24oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange1-0/+2
2015-08-19qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell1-0/+18
2015-04-28os-win32: drop ffs(3) prototypeStefan Hajnoczi1-3/+0
2015-02-16utils: drop strtok_r from envlist_parseOlga Krishtal1-1/+0
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini1-0/+2
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya1-0/+5
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell1-0/+8
2013-02-02util: Fix compilation of envlist.c for MinGWStefan Weil1-0/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-0/+99