aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-02-04include/qemu/int128: Use Int128 structure for TCIRichard Henderson
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster
2023-02-02util/qht: use striped locks under TSANEmilio Cota
2023-02-02util/qht: add missing atomic_set(hashes[i])Emilio Cota
2023-01-23util/aio: Defer disabling poll mode as long as possibleChao Gao
2023-01-20coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster
2023-01-16util/bufferiszero: Use __attribute__((target)) for avx2/avx512Richard Henderson
2023-01-11util/error: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini
2023-01-06util/log: Always send errors to logfile when daemonizedGreg Kurz
2023-01-06util/log: do not close and reopen log files when flags are turned offPaolo Bonzini
2022-12-20util: Add interval-tree.cRichard Henderson
2022-12-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2022-12-15async: Register/unregister aiocontext in graph lock listEmanuele Giuseppe Esposito
2022-12-15util/oslib-win32: Remove obsolete reference to g_poll codeThomas Huth
2022-12-15util/qemu-config: Fix "query-command-line-options" to provide the right valuesThomas Huth
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-12-14sockets: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster
2022-12-14qemu-config: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster
2022-12-14qemu-config: Make config_parse_qdict() return boolMarkus Armbruster
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-11-21migration: Use non-atomic ops for clear log bitmapPeter Xu
2022-11-11qga: Allow building of the guest agent without system emulators or toolsThomas Huth
2022-11-08Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"CĂ©dric Le Goater
2022-11-07util/log: Ignore per-thread flag if global file already thereGreg Kurz
2022-11-07util/log: Make the per-thread flag immutableGreg Kurz
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-11-06module: removed unused function argument "mayfail"Claudio Fontana
2022-11-06util/aio-win32: Correct the event array size in aio_poll()Bin Meng
2022-11-06util/main-loop: Avoid adding the same HANDLE twiceBin Meng
2022-11-06util/main-loop: Fix maximum number of wait objects for win32Bin Meng
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-31util/log: Close per-thread log file on thread terminationGreg Kurz
2022-10-31os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi
2022-10-28tests/qtest: Use send/recv for socket communicationXuzhou Cheng
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand