aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2024-10-31target/i386/hvf: fix handling of XSAVE-related CPUID bitsPaolo Bonzini
2024-10-24Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-10-22util: Add RISC-V vector extension probe in cpuinfoTANG Tiancheng
2024-10-22util: don't set SO_REUSEADDR on client socketsDaniel P. Berrangé
2024-10-22sockets: Remove deadcodeDr. David Alan Gilbert
2024-10-18block: Adjust check_block_size() signatureMarkus Armbruster
2024-10-18block: Improve errors about block sizesMarkus Armbruster
2024-10-15include: Move QemuLockCnt APIs to their own headerPeter Maydell
2024-10-14util/memfd: report potential errors on freeMarc-André Lureau
2024-10-10Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...Peter Maydell
2024-10-10util/iov: Introduce iov_send_recv_with_flags()Alejandro Zeise
2024-10-08util/iova-tree: Remove deadcodeDr. David Alan Gilbert
2024-10-08util/userfaultfd: Remove unused uffd_poll_eventsDr. David Alan Gilbert
2024-10-08util/userfaultfd: Return -errno on errorDr. David Alan Gilbert
2024-10-03Merge tag 'warn-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Peter Maydell
2024-10-02Merge tag 'pull-riscv-to-apply-20241002' of https://github.com/alistair23/qem...Peter Maydell
2024-10-02util/timer: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-10-02util/coroutine: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-10-02qemu-timer: Remove unused timer functionsDr. David Alan Gilbert
2024-10-02util/util/cpuinfo-riscv.c: fix riscv64 build on musl libcMilan P. Stanić
2024-09-30util/co-shared-resource: Remove unused co_try_get_from_shresDr. David Alan Gilbert
2024-09-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-09-20license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé
2024-09-20util/cutils: Remove unused qemu_get_exec_dirDr. David Alan Gilbert
2024-09-20envlist: Remove unused envlist_parseDr. David Alan Gilbert
2024-09-19util/timer: avoid deadlock when shutting downAlex Bennée
2024-09-13fifo8: introduce fifo8_peek() functionMark Cave-Ayland
2024-09-13fifo8: add fifo8_peek_buf() functionMark Cave-Ayland
2024-09-13fifo8: honour do_pop argument in fifo8_peekpop_buf()Mark Cave-Ayland
2024-09-13fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()Mark Cave-Ayland
2024-09-13fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf()Mark Cave-Ayland
2024-09-13fifo8: add skip parameter to fifo8_peekpop_bufptr()Mark Cave-Ayland
2024-09-13fifo8: introduce head variable for fifo8_peekpop_bufptr()Mark Cave-Ayland
2024-09-13fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()Mark Cave-Ayland
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-08-13module: Prevent crash by resetting local_err in module_load_qom_all()Alexander Ivanov
2024-08-05qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger
2024-08-05qemu/osdep: Split qemu_close_all_open_fd() and add fallbackClément Léger
2024-08-05qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger
2024-07-30util/cpuinfo: Make use of elf_aux_info(3) on OpenBSDBrad Smith
2024-07-30util/getauxval: Ensure setting errno if not foundVivian Wang
2024-07-25util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params()Peter Maydell
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé
2024-07-23util/fifo8: Use fifo8_reset() in fifo8_create()Philippe Mathieu-Daudé
2024-07-17util/oslib-posix: Fix superfluous trailing semicolonZhao Liu
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-03util/cpuinfo-riscv: Use linux __riscv_hwprobe syscallRichard Henderson