aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/os-win32.h
AgeCommit message (Expand)Author
2024-02-09qemu_init: increase NOFILE soft limit on POSIXFiona Ebner
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau
2023-03-21win32: add qemu_close_socket_osfhandle()Marc-André Lureau
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau
2023-03-13win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau
2023-02-21sysemu/os-win32: fix setjmp/longjmp on windows-arm64Pierrick Bouvier
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng
2022-04-20sysemu/os-win32: Test for and use _lock_file/_unlock_fileRichard Henderson
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
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo
2019-12-17glib: use portable g_setenv()Marc-André Lureau
2016-11-01log: Add locking to large logging blocksRichard Henderson
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-11w32: include winsock2.h before windows.hPaolo Bonzini
2015-11-30oslib-win32: Change return type of function getpagesizeStefan Weil
2015-09-24oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange
2015-08-19qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell
2015-04-28os-win32: drop ffs(3) prototypeStefan Hajnoczi
2015-02-16utils: drop strtok_r from envlist_parseOlga Krishtal
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-02util: Fix compilation of envlist.c for MinGWStefan Weil
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini