aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
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