aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-05-16util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi
2023-05-08call_rcu: stop using mb_set/mb_readPaolo Bonzini
2023-05-08rcu: remove qatomic_mb_set, expand commentsPaolo Bonzini
2023-05-03systemd: Also clear LISTEN_FDNAMES during systemd socket activationEric Blake
2023-05-02async: avoid use-after-free on re-entrancy guardAlexander Bulekov
2023-04-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-29async: Suppress GCC13 false positive in aio_bh_poll()Cédric Le Goater
2023-04-28Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov
2023-04-27stat64: Add stat64_set() operationPaolo Bonzini
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito
2023-04-24util/mmap-alloc: qemu_fd_getfs()Peter Xu
2023-04-20qemu-coroutine: remove qatomic_mb_read()Paolo Bonzini
2023-04-10Merge tag 'pull_error_handle_fix_use_after_free.v1' of https://github.com/ste...Peter Maydell
2023-04-06util/error: Fix use-after-free errors reported by CoverityStefan Berger
2023-03-28tcg: use QTree instead of GTreeEmilio Cota
2023-03-28util: import GTree as QTreeEmilio Cota
2023-03-27aio-posix: fix race between epoll upgrade and aio_set_fd_handler()Stefan Hajnoczi
2023-03-27block/export: only acquire AioContext once for vhost_user_server_stop()Stefan Hajnoczi
2023-03-21win32: add qemu_close_socket_osfhandle()Marc-André Lureau
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