aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-09-29util/vhost-user-server: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-16util/cpuinfo-aarch64: Add CPUINFO_BTIRichard Henderson
2023-09-15host/include/aarch64: Implement clmul.hRichard Henderson
2023-09-15host/include/i386: Implement clmul.hRichard Henderson
2023-09-15util: Delete checks for old host definitionsAkihiko Odaki
2023-09-07util/iov: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-01util/async-teardown.c: move to softmmu/, only build it when system build is r...Michael Tokarev
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson
2023-08-31util: spelling fixesMichael Tokarev
2023-08-30aio-posix: zero out io_uring sqe user_dataStefan Hajnoczi
2023-08-29throttle: use THROTTLE_MAX/ARRAY_SIZE for hard codezhenwei pi
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi
2023-08-29throttle: support read-only and write-onlyzhenwei pi
2023-08-29throttle: introduce enum ThrottleDirectionzhenwei pi
2023-08-09util/interval-tree: Check root for null in interval_tree_iter_firstHelge Deller
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson
2023-08-03util/oslib-win32: Fix compiling with Clang from MSYS2Thomas Huth
2023-08-01thread-pool: signal "request_cond" while lockedAnthony PERARD
2023-07-31util/interval-tree: Use qatomic_read/set for rb_parent_colorRichard Henderson
2023-07-31util/interval-tree: Introduce pc_parentRichard Henderson
2023-07-31util/interval-tree: Use qatomic_set_mb in rb_link_nodeRichard Henderson
2023-07-31util/interval-tree: Use qatomic_read for left/right while searchingRichard Henderson
2023-07-10os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' optionThomas Huth
2023-07-08host/include/ppc: Implement aes-round.hRichard Henderson
2023-07-08host/include/aarch64: Implement aes-round.hRichard Henderson
2023-07-08host/include/i386: Implement aes-round.hRichard Henderson
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau
2023-06-14Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...Richard Henderson
2023-06-13util/cacheflush: Avoid possible redundant dcache flush on DarwinPhilippe Mathieu-Daudé
2023-06-13util/cacheflush: Use declarations from <OSCacheControl.h> on DarwinPhilippe Mathieu-Daudé
2023-06-13util/log: Add vector registers to logIvan Klokov
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
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