aboutsummaryrefslogtreecommitdiff
path: root/util/oslib-win32.c
AgeCommit message (Expand)Author
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda
2024-01-05util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé
2023-10-03win32: avoid discarding the exception handlerMarc-André Lureau
2023-08-03util/oslib-win32: Fix compiling with Clang from MSYS2Thomas Huth
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-13osdep: implement qemu_socketpair() for win32Marc-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-03-13util: drop qemu_fork()Marc-André Lureau
2022-12-15util/oslib-win32: Remove obsolete reference to g_poll codeThomas Huth
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand
2022-05-28util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21qga: move qga_get_host_name()Marc-André Lureau
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell
2022-03-07util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell
2021-06-19util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-02configure: bump min required glib version to 2.56Daniel P. Berrangé
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-04oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-01-11util/oslib-win32: Fix _aligned_malloc() arguments orderPhilippe Mathieu-Daudé
2021-01-07util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé
2021-01-07util/oslib-win32: Use _aligned_malloc for qemu_try_memalignRichard Henderson
2021-01-06win32: drop fd registration to the main-loop on setting non-blockMarc-André Lureau
2020-11-15w32: Fix Lesser GPL version numberChetan Pant
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo
2020-09-30oslib-posix: default exec_dir to bindirPaolo Bonzini
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini
2020-07-27util/oslib-win32: add qemu_get_host_physmem implementationAlex Bennée
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-04util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau