aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2023-06-02cutils: Document differences between parse_uint and qemu_strtou64Eric Blake1-8/+12
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake1-6/+19
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée1-1/+1
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi10-58/+20
2023-05-30block/export: stop using is_external in vhost-user-blk serverStefan Hajnoczi1-5/+5
2023-05-30block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi1-6/+12
2023-05-30util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi1-7/+7
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau1-6/+17
2023-05-24Merge tag 'pull-vfio-20230524' of https://github.com/legoater/qemu into stagingRichard Henderson1-3/+5
2023-05-24util/vfio-helpers: Use g_file_read_link()Akihiko Odaki1-3/+5
2023-05-23util: Add cpuinfo-aarch64.cRichard Henderson2-1/+70
2023-05-23util/bufferiszero: Use i386 host/cpuinfo.hRichard Henderson1-80/+45
2023-05-23util: Add i386 CPUINFO_ATOMIC_VMOVDQURichard Henderson1-1/+3
2023-05-23util: Add cpuinfo-i386.cRichard Henderson2-0/+101
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki1-0/+8
2023-05-19aio-posix: do not nest poll handlersStefan Hajnoczi1-0/+11
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini2-1/+1
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini1-1/+3
2023-05-16util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda1-0/+21
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi1-1/+1
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