aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-0/+11
2023-10-08cutils: squelch compiler warnings with custom pathsPaolo Bonzini1-0/+9
2023-10-07util/log: re-allow switching away from stderr log fileFiona Ebner1-0/+2
2023-10-06util/guest-random: Clean up global variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-10-06util/cutils: Clean up global variable shadowing in get_relocated_path()Philippe Mathieu-Daudé1-1/+0
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+14
2023-10-04util/uuid: add a hash functionAlbert Esteve1-0/+14
2023-10-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2-4/+4
2023-10-04osdep: set _FORTIFY_SOURCE=2 when optimization is enabledDaniel P. Berrangé2-4/+4
2023-10-03win32: avoid discarding the exception handlerMarc-André Lureau1-1/+1
2023-09-29util/vhost-user-server: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-8/+0
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi1-32/+52
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi1-8/+0
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-12/+10
2023-09-16util/cpuinfo-aarch64: Add CPUINFO_BTIRichard Henderson1-0/+7
2023-09-15host/include/aarch64: Implement clmul.hRichard Henderson1-1/+3
2023-09-15host/include/i386: Implement clmul.hRichard Henderson1-0/+1
2023-09-15util: Delete checks for old host definitionsAkihiko Odaki1-12/+3
2023-09-07util/iov: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+1
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi1-7/+20
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-147/+0
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-5/+7
2023-09-01util/async-teardown.c: move to softmmu/, only build it when system build is r...Michael Tokarev2-147/+0
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson1-5/+7
2023-08-31util: spelling fixesMichael Tokarev8-10/+10
2023-08-30aio-posix: zero out io_uring sqe user_dataStefan Hajnoczi1-0/+2
2023-08-29throttle: use THROTTLE_MAX/ARRAY_SIZE for hard codezhenwei pi1-5/+6
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi1-14/+17
2023-08-29throttle: support read-only and write-onlyzhenwei pi1-14/+28
2023-08-29throttle: introduce enum ThrottleDirectionzhenwei pi1-7/+9
2023-08-09util/interval-tree: Check root for null in interval_tree_iter_firstHelge Deller1-1/+1
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson1-45/+69
2023-08-03util/oslib-win32: Fix compiling with Clang from MSYS2Thomas Huth1-2/+3
2023-08-01thread-pool: signal "request_cond" while lockedAnthony PERARD1-1/+1
2023-07-31util/interval-tree: Use qatomic_read/set for rb_parent_colorRichard Henderson1-21/+26
2023-07-31util/interval-tree: Introduce pc_parentRichard Henderson1-4/+9
2023-07-31util/interval-tree: Use qatomic_set_mb in rb_link_nodeRichard Henderson1-1/+5
2023-07-31util/interval-tree: Use qatomic_read for left/right while searchingRichard Henderson1-6/+9
2023-07-10os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' optionThomas Huth1-21/+0
2023-07-08host/include/ppc: Implement aes-round.hRichard Henderson1-0/+8
2023-07-08host/include/aarch64: Implement aes-round.hRichard Henderson1-0/+2
2023-07-08host/include/i386: Implement aes-round.hRichard Henderson1-0/+3
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson2-0/+58
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau2-0/+37
2023-06-14Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...Richard Henderson1-0/+2
2023-06-13util/cacheflush: Avoid possible redundant dcache flush on DarwinPhilippe Mathieu-Daudé1-1/+8
2023-06-13util/cacheflush: Use declarations from <OSCacheControl.h> on DarwinPhilippe Mathieu-Daudé1-2/+2
2023-06-13util/log: Add vector registers to logIvan Klokov1-0/+2
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-2/+2