aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2023-05-08call_rcu: stop using mb_set/mb_readPaolo Bonzini1-13/+32
2023-05-08rcu: remove qatomic_mb_set, expand commentsPaolo Bonzini1-13/+11
2023-05-03systemd: Also clear LISTEN_FDNAMES during systemd socket activationEric Blake1-0/+1
2023-05-02async: avoid use-after-free on re-entrancy guardAlexander Bulekov1-6/+8
2023-04-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+14
2023-04-29async: Suppress GCC13 false positive in aio_bh_poll()Cédric Le Goater1-0/+14
2023-04-28Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta...Richard Henderson3-3/+22
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov3-3/+22
2023-04-27stat64: Add stat64_set() operationPaolo Bonzini1-0/+11
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-8/+8
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito1-5/+4
2023-04-24util/mmap-alloc: qemu_fd_getfs()Peter Xu1-0/+28
2023-04-20qemu-coroutine: remove qatomic_mb_read()Paolo Bonzini1-3/+7
2023-04-10Merge tag 'pull_error_handle_fix_use_after_free.v1' of https://github.com/ste...Peter Maydell1-6/+4
2023-04-06util/error: Fix use-after-free errors reported by CoverityStefan Berger1-6/+4
2023-03-28tcg: use QTree instead of GTreeEmilio Cota1-4/+4
2023-03-28util: import GTree as QTreeEmilio Cota2-0/+1391
2023-03-27aio-posix: fix race between epoll upgrade and aio_set_fd_handler()Stefan Hajnoczi1-7/+18
2023-03-27block/export: only acquire AioContext once for vhost_user_server_stop()Stefan Hajnoczi1-4/+1
2023-03-21win32: add qemu_close_socket_osfhandle()Marc-André Lureau1-35/+40
2023-03-20replace TABs with spacesYeqi Fu2-105/+105
2023-03-13osdep: implement qemu_socketpair() for win32Marc-André Lureau1-0/+110
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau2-38/+40
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau2-36/+192
2023-03-13main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau1-11/+0
2023-03-13aio/win32: aio_set_fd_handler() only supports SOCKETMarc-André Lureau1-1/+6
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau2-10/+3
2023-03-13win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau1-1/+6
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau3-5/+20
2023-03-13error: add global &error_warn destinationMarc-André Lureau1-3/+7
2023-03-13util: drop qemu_fork()Marc-André Lureau2-79/+0
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell1-1/+1
2023-03-08log: Remove unneeded new lineBALATON Zoltan1-1/+1
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell4-63/+140
2023-03-07async: clarify usage of barriers in the polling casePaolo Bonzini1-2/+8
2023-03-07async: update documentation of the memory barriersPaolo Bonzini1-14/+19
2023-03-07qemu-coroutine-lock: add smp_mb__after_rmw()Paolo Bonzini1-1/+8
2023-03-07qemu-thread-win32: cleanup, fix, document QemuEventPaolo Bonzini1-26/+56
2023-03-07qemu-thread-posix: cleanup, fix, document QemuEventPaolo Bonzini1-20/+49
2023-03-05include/qemu/cpuid: Introduce xgetbv_lowRichard Henderson1-2/+1
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-1/+1
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran1-2/+1
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+0
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+8
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2023-02-21util/cacheflush: fix cache on windows-arm64Pierrick Bouvier1-3/+11
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko1-1/+1
2023-02-17util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito1-1/+1
2023-02-17thread-posix: add support for setting threads name on OpenBSDBrad Smith1-1/+8
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1