aboutsummaryrefslogtreecommitdiffstats
path: root/util/oslib-win32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* oslib-posix: initialize backend memory objects in parallelMark Kanda2024-02-061-1/+7
* util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* win32: avoid discarding the exception handlerMarc-André Lureau2023-10-031-1/+1
* util/oslib-win32: Fix compiling with Clang from MSYS2Thomas Huth2023-08-031-2/+3
* console/win32: allocate shareable display surfaceMarc-André Lureau2023-06-271-0/+33
* win32: wrap socket close() with an exception handlerMarc-André Lureau2023-05-281-6/+17
* win32: add qemu_close_socket_osfhandle()Marc-André Lureau2023-03-211-35/+40
* osdep: implement qemu_socketpair() for win32Marc-André Lureau2023-03-131-0/+110
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-131-27/+29
* win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau2023-03-131-33/+186
* win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau2023-03-131-1/+6
* win32/socket: introduce qemu_socket_select() helperMarc-André Lureau2023-03-131-1/+16
* util: drop qemu_fork()Marc-André Lureau2023-03-131-9/+0
* util/oslib-win32: Remove obsolete reference to g_poll codeThomas Huth2022-12-151-4/+0
* util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-271-1/+1
* util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-4/+4
* util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau2022-05-281-13/+4
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-36/+0
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-031-4/+4
* util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-3/+2
* qga: move qga_get_host_name()Marc-André Lureau2022-04-211-13/+0
* include: move qemu_msync() to osdepMarc-André Lureau2022-04-211-0/+10
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* oslib: drop qemu_gettimeofday()Marc-André Lureau2022-04-061-20/+0
* util: Put qemu_vfree() in memalign.cPeter Maydell2022-03-071-6/+0
* util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell2022-03-071-17/+0
* util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell2022-03-071-1/+3
* util: Unify implementations of qemu_memalign()Peter Maydell2022-03-071-14/+0
* util: Make qemu_oom_check() a static functionPeter Maydell2022-03-071-1/+1
* util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil2021-06-191-1/+5
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-1/+12
* configure: bump min required glib version to 2.56Daniel P. Berrangé2021-06-021-204/+0
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into stagingPeter Maydell2021-05-061-1/+1
|\
| * oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini2021-05-041-1/+1
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
|/
* util/oslib-win32: Fix _aligned_malloc() arguments orderPhilippe Mathieu-Daudé2021-01-111-1/+1
* util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé2021-01-071-0/+1
* util/oslib-win32: Use _aligned_malloc for qemu_try_memalignRichard Henderson2021-01-071-7/+4
* win32: drop fd registration to the main-loop on setting non-blockMarc-André Lureau2021-01-061-1/+0
* w32: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defined on msys2/mingwYonggang Luo2020-10-141-2/+2
* oslib-posix: default exec_dir to bindirPaolo Bonzini2020-09-301-1/+3
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-4/+8
* util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée2020-07-271-1/+6
* util: add qemu_get_host_physmem utility functionAlex Bennée2020-07-271-0/+6
* net: check if the file descriptor is valid before using itLaurent Vivier2020-07-151-25/+32
* util: Introduce qemu_get_host_name()Michal Privoznik2020-07-131-0/+13
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
* util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau2019-10-041-1/+5