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