summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
10 daysmonitor: move monitor_hmp_print*() functions to hmp.cMarc-André Lureau
10 daysmonitor: tighten monitor_printf*()Marc-André Lureau
10 dayserror-report: switch to use monitor_cur_hmp()Marc-André Lureau
10 daysqemu-print: document HMP/QMP behaviour betterMarc-André Lureau
10 daysmonitor: isolate HMP declarations in hmp.hMarc-André Lureau
11 daysmigration: update capability conflict test for postcopy-ram+mapped-ramAadeshveer Singh
12 daysutil/cpuinfo-aarch64: Fix build with older glibc headersTao Tang
2026-08-18util/cpuinfo-aarch64: Detect FEAT_CSSCRichard Henderson
2026-08-18util/cpuinfo-riscv: Detect ZbkbRichard Henderson
2026-08-03coroutine: fix lost wakeup in qemu_co_sleep_wake()Denis V. Lunev
2026-07-10common-user: Move selfmap from utilRichard Henderson
2026-07-07Merge tag 'hw-misc-20260707' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2026-07-07utils/module: fix memleak in module_load()Dmitry Frolov
2026-07-07util/filemonitor-inotify: Use QEMU_LOCK_GUARD()Evgeny Kolmakov
2026-07-07util: use dynamic cast in error vreportDaniel P. Berrangé
2026-07-07qom: replace 'can_be_deleted' with 'prepare_delete'Daniel P. Berrangé
2026-06-25Merge tag 'ui-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into stagingStefan Hajnoczi
2026-06-24util: make notifer_remove() saferMarc-André Lureau
2026-06-22thread-pool: Allow at least 1 thread in thread_pool_adjust_max_threads_to_work()Maciej S. Szmigiero
2026-06-18util/cutils: drop qemu_strnlen() in favor of strnlen()Bin Guo
2026-06-05buildsys: Stop checking for ESA/390 hostPhilippe Mathieu-Daudé
2026-06-03util/envlist: fix prefix-match in envlist_unsetenv() name lookupDenis V. Lunev
2026-05-21buildsys: Remove support for MIPS hostsPhilippe Mathieu-Daudé
2026-05-09char: error out if given unhandled size optionsMarc-André Lureau
2026-05-05qemu-print: Document qemu_fprintf(), qemu_vfprintf() failureMarkus Armbruster
2026-05-05error: Restore error_printf()'s function commentMarkus Armbruster
2026-05-05error: Fix "to current monitor if we have one" commentsMarkus Armbruster
2026-04-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2026-04-29qapi/iothread: introduce poll-weight parameter for aio-pollJaehoon Kim
2026-04-29aio-poll: refine iothread polling using weighted handler intervalsJaehoon Kim
2026-04-29aio-poll: avoid unnecessary polling time computationJaehoon Kim
2026-04-29util: export CRC32[C] lookup tablesEmmanuel Blot
2026-04-27util: fix use of pthread_get_name_np on OpenBSDDaniel P. Berrangé
2026-04-23thread-win32: replace CRITICAL_SECTION with SRWLOCKPaolo Bonzini
2026-04-23util: Remove unused sys/param.hKostiantyn Kostiuk
2026-04-23util: Remove unused dirent.hKostiantyn Kostiuk
2026-04-22util: move datadir.c from system/Marc-André Lureau
2026-04-14util/cutils: Fix heap corruption under WindowsBernhard Beschow
2026-04-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2026-04-08util/readline: Fix out-of-bounds access in readline_insert_char().Nguyen Dinh Phi
2026-04-08util: fix missing aio_wait sym in qemu guest agent only buildDaniel P. Berrangé
2026-04-03util/meson.build: do not add cpuinfo-$arch to util_ss for 32bit CPUsMichael Tokarev
2026-03-25treewide: replace qemu_hw_version() with QEMU_HW_VERSIONPaolo Bonzini
2026-03-16rename CONFIG_EPOLL_CREATE1 to CONFIG_EPOLL, and stop checking for epoll in m...Michael Tokarev
2026-03-10Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into stagingPeter Maydell
2026-03-10block: Move qemu_fcntl_addfl() into osdep.cHanna Czenczek
2026-03-10Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2026-03-09qemu-coroutine-lock: fix has_waiters()Paolo Bonzini
2026-03-08util/fifo8: Make all read-only methods const-correctBernhard Beschow
2026-03-05util/oslib-posix: increase memprealloc thread count to 32Jon Kohler