aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-06-05util/iov: Remove qemu_iovec_init_extended()Hanna Czenczek
2023-06-05util/iov: Make qiov_slice() publicHanna Czenczek
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake
2023-06-02cutils: Allow NULL endptr in parse_uint()Eric Blake
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake
2023-06-02cutils: Document differences between parse_uint and qemu_strtou64Eric Blake
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30block/export: stop using is_external in vhost-user-blk serverStefan Hajnoczi
2023-05-30block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi
2023-05-30util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau
2023-05-24Merge tag 'pull-vfio-20230524' of https://github.com/legoater/qemu into stagingRichard Henderson
2023-05-24util/vfio-helpers: Use g_file_read_link()Akihiko Odaki
2023-05-23util: Add cpuinfo-aarch64.cRichard Henderson
2023-05-23util/bufferiszero: Use i386 host/cpuinfo.hRichard Henderson
2023-05-23util: Add i386 CPUINFO_ATOMIC_VMOVDQURichard Henderson
2023-05-23util: Add cpuinfo-i386.cRichard Henderson
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki
2023-05-19aio-posix: do not nest poll handlersStefan Hajnoczi
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini
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