aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-03-20replace TABs with spacesYeqi Fu
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-13main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau
2023-03-13aio/win32: aio_set_fd_handler() only supports SOCKETMarc-André Lureau
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-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-13error: add global &error_warn destinationMarc-André Lureau
2023-03-13util: drop qemu_fork()Marc-André Lureau
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell
2023-03-08log: Remove unneeded new lineBALATON Zoltan
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-03-07async: clarify usage of barriers in the polling casePaolo Bonzini
2023-03-07async: update documentation of the memory barriersPaolo Bonzini
2023-03-07qemu-coroutine-lock: add smp_mb__after_rmw()Paolo Bonzini
2023-03-07qemu-thread-win32: cleanup, fix, document QemuEventPaolo Bonzini
2023-03-07qemu-thread-posix: cleanup, fix, document QemuEventPaolo Bonzini
2023-03-05include/qemu/cpuid: Introduce xgetbv_lowRichard Henderson
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-21util/cacheflush: fix cache on windows-arm64Pierrick Bouvier
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko
2023-02-17util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito
2023-02-17thread-posix: add support for setting threads name on OpenBSDBrad Smith
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2023-02-11util/userfaultfd: Support /dev/userfaultfdPeter Xu
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu
2023-02-04include/qemu/int128: Use Int128 structure for TCIRichard Henderson
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster
2023-02-02util/qht: use striped locks under TSANEmilio Cota
2023-02-02util/qht: add missing atomic_set(hashes[i])Emilio Cota
2023-01-23util/aio: Defer disabling poll mode as long as possibleChao Gao
2023-01-20coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster
2023-01-16util/bufferiszero: Use __attribute__((target)) for avx2/avx512Richard Henderson
2023-01-11util/error: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini