Age | Commit message (Expand) | Author | Files | Lines |
2024-02-06 | oslib-posix: initialize backend memory objects in parallel | Mark Kanda | 1 | -1/+7 |
2024-01-05 | util/oslib: Have qemu_prealloc_mem() handler return a boolean | Philippe Mathieu-Daudé | 1 | -1/+3 |
2023-10-03 | win32: avoid discarding the exception handler | Marc-André Lureau | 1 | -1/+1 |
2023-08-03 | util/oslib-win32: Fix compiling with Clang from MSYS2 | Thomas Huth | 1 | -2/+3 |
2023-06-27 | console/win32: allocate shareable display surface | Marc-André Lureau | 1 | -0/+33 |
2023-05-28 | win32: wrap socket close() with an exception handler | Marc-André Lureau | 1 | -6/+17 |
2023-03-21 | win32: add qemu_close_socket_osfhandle() | Marc-André Lureau | 1 | -35/+40 |
2023-03-13 | osdep: implement qemu_socketpair() for win32 | Marc-André Lureau | 1 | -0/+110 |
2023-03-13 | win32: replace closesocket() with close() wrapper | Marc-André Lureau | 1 | -27/+29 |
2023-03-13 | win32: avoid mixing SOCKET and file descriptor space | Marc-André Lureau | 1 | -33/+186 |
2023-03-13 | win32/socket: introduce qemu_socket_unselect() helper | Marc-André Lureau | 1 | -1/+6 |
2023-03-13 | win32/socket: introduce qemu_socket_select() helper | Marc-André Lureau | 1 | -1/+16 |
2023-03-13 | util: drop qemu_fork() | Marc-André Lureau | 1 | -9/+0 |
2022-12-15 | util/oslib-win32: Remove obsolete reference to g_poll code | Thomas Huth | 1 | -4/+0 |
2022-10-27 | util: Make qemu_prealloc_mem() optionally consume a ThreadContext | David Hildenbrand | 1 | -1/+1 |
2022-10-27 | util: Cleanup and rename os_mem_prealloc() | David Hildenbrand | 1 | -4/+4 |
2022-05-28 | util/win32: simplify qemu_get_local_state_dir() | Marc-André Lureau | 1 | -13/+4 |
2022-05-28 | include: move qemu_*_exec_dir() to cutils | Marc-André Lureau | 1 | -36/+0 |
2022-05-03 | util: rename qemu_*block() socket functions | Marc-André Lureau | 1 | -4/+4 |
2022-04-21 | util: replace qemu_get_local_state_pathname() | Marc-André Lureau | 1 | -3/+2 |
2022-04-21 | qga: move qga_get_host_name() | Marc-André Lureau | 1 | -13/+0 |
2022-04-21 | include: move qemu_msync() to osdep | Marc-André Lureau | 1 | -0/+10 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -1/+1 |
2022-04-06 | oslib: drop qemu_gettimeofday() | Marc-André Lureau | 1 | -20/+0 |
2022-03-07 | util: Put qemu_vfree() in memalign.c | Peter Maydell | 1 | -6/+0 |
2022-03-07 | util: Share qemu_try_memalign() implementation between POSIX and Windows | Peter Maydell | 1 | -17/+0 |
2022-03-07 | util: Return valid allocation for qemu_try_memalign() with zero size | Peter Maydell | 1 | -1/+3 |
2022-03-07 | util: Unify implementations of qemu_memalign() | Peter Maydell | 1 | -14/+0 |
2022-03-07 | util: Make qemu_oom_check() a static function | Peter Maydell | 1 | -1/+1 |
2021-06-19 | util/oslib-win32: Fix fatal assertion in qemu_try_memalign | Stefan Weil | 1 | -1/+5 |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand | 1 | -1/+12 |
2021-06-02 | configure: bump min required glib version to 2.56 | Daniel P. Berrangé | 1 | -204/+0 |
2021-05-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2021-05-04 | oslib-win32: do not rely on macro to get redefined function name | Paolo Bonzini | 1 | -1/+1 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-01-11 | util/oslib-win32: Fix _aligned_malloc() arguments order | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-07 | util/oslib: Assert qemu_try_memalign() alignment is a power of 2 | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-01-07 | util/oslib-win32: Use _aligned_malloc for qemu_try_memalign | Richard Henderson | 1 | -7/+4 |
2021-01-06 | win32: drop fd registration to the main-loop on setting non-block | Marc-André Lureau | 1 | -1/+0 |
2020-11-15 | w32: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-10-14 | win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi... | Yonggang Luo | 1 | -2/+2 |
2020-09-30 | oslib-posix: default exec_dir to bindir | Paolo Bonzini | 1 | -1/+3 |
2020-09-30 | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 1 | -4/+8 |
2020-07-27 | util/oslib-win32: add qemu_get_host_physmem implementation | Alex Bennée | 1 | -1/+6 |
2020-07-27 | util: add qemu_get_host_physmem utility function | Alex Bennée | 1 | -0/+6 |
2020-07-15 | net: check if the file descriptor is valid before using it | Laurent Vivier | 1 | -25/+32 |
2020-07-13 | util: Introduce qemu_get_host_name() | Michal Privoznik | 1 | -0/+13 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-10-04 | util: WSAEWOULDBLOCK on connect should map to EINPROGRESS | Marc-André Lureau | 1 | -1/+5 |