summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2026-03-05util: fix interleaving of error prefixesDaniel P. Berrangé
2026-03-05util: don't skip error prefixes when QMP is activeDaniel P. Berrangé
2026-03-05util: fix interleaving of error & trace outputDaniel P. Berrangé
2026-03-05monitor: move error_vprintf back to error-report.cDaniel P. Berrangé
2026-03-05util/log: add missing error reporting in qemu_log_trylock_with_errDaniel P. Berrangé
2026-03-05util: avoid repeated prefix on incremental qemu_log callsDaniel P. Berrangé
2026-03-05util: add API to fetch the current thread nameDaniel P. Berrangé
2026-03-05util: set the name for the 'main' thread on WindowsDaniel P. Berrangé
2026-03-05util: expose qemu_thread_set_nameDaniel P. Berrangé
2026-03-05util: fix race setting thread name on Win32Daniel P. Berrangé
2026-03-05system: unconditionally enable thread namingDaniel P. Berrangé
2026-03-02Merge tag 'bsd-user-2026q1-upstream-pull-request' of ssh://github.com/bsdimp/...Peter Maydell
2026-03-01freebsd: FreeBSD 15 has native inotifyWarner Losh
2026-02-27Reapply "rcu: Unify force quiescent state"Akihiko Odaki
2026-02-24Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2026-02-23fdmon-io_uring: check CQ ring directly in gsource_checkJens Axboe
2026-02-23aio-posix: notify main loop when SQEs are queuedJens Axboe
2026-02-23util: add some extra stubs for qemu modules initializationMarc-André Lureau
2026-02-13error-report: make real_time_iso8601() publicVladimir Sementsov-Ogievskiy
2026-02-12Revert "rcu: Unify force quiescent state"Thomas Huth
2026-02-02tests/unit: add unit test for qemu_hexdump()Vladimir Sementsov-Ogievskiy
2026-01-24Merge tag 'pull-target-arm-20260123' of https://gitlab.com/pm215/qemu into st...Richard Henderson
2026-01-22misc: Clean up includesPeter Maydell
2026-01-22bswap: Use 'qemu/bswap.h' instead of 'qemu/host-utils.h'Philippe Mathieu-Daudé
2026-01-22bswap: Include missing 'qemu/bswap.h' headerPhilippe Mathieu-Daudé
2026-01-20Revert "gdbstub: Try unlinking the unix socket before binding"Michael Tokarev
2026-01-17include/qemu/atomic: Drop aligned_{u}int64_tRichard Henderson
2026-01-17include/qemu/atomic: Drop qatomic_{read,set}_[iu]64Richard Henderson
2026-01-17util: Remove stats64Richard Henderson
2026-01-17*: Remove __i386__ testsRichard Henderson
2026-01-13util/vfio-helper: Fix endianness in PCI config read/write functionsFarhan Ali
2026-01-12target/s390x: Fix infinite loop during replayIlya Leoshkevich
2026-01-07error: Use error_setg_file_open() for simplicity and consistencyMarkus Armbruster
2025-12-30util: Move qemu_ftruncate64 from block/file-win32.c to oslib-win32.cNguyen Dinh Phi
2025-12-27block: rename block/aio-wait.h to qemu/aio-wait.hPaolo Bonzini
2025-12-27block: rename block/aio.h to qemu/aio.hPaolo Bonzini
2025-12-27block: reduce files included by block/aio.hPaolo Bonzini
2025-12-27block: extract include/qemu/aiocb.h out of include/block/aio.hPaolo Bonzini
2025-12-27thread-pool: Fix thread raceMarc Morcos
2025-12-27include: reorganize memory API headersPaolo Bonzini
2025-12-09Fix const qualifier build errors with recent glibcCédric Le Goater
2025-11-11block/io_uring: use aio_add_sqe()Stefan Hajnoczi
2025-11-11aio-posix: add aio_add_sqe() API for user-defined io_uring requestsStefan Hajnoczi
2025-11-11aio-posix: add fdmon_ops->dispatch()Stefan Hajnoczi
2025-11-11aio-posix: unindent fdmon_io_uring_destroy()Stefan Hajnoczi
2025-11-11aio-posix: gracefully handle io_uring_queue_init() failureStefan Hajnoczi
2025-11-11aio: add errp argument to aio_context_setup()Stefan Hajnoczi
2025-11-11aio: free AioContext when aio_context_new() failsStefan Hajnoczi
2025-11-11aio: remove aio_context_use_g_source()Stefan Hajnoczi
2025-11-11aio-posix: integrate fdmon into glib event loopStefan Hajnoczi