aboutsummaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2023-02-271-2/+1
* Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2023-02-241-1/+0
|\
| * error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-02-241-1/+8
|\ \
| * | thread-posix: add support for setting threads name on OpenBSDBrad Smith2023-02-171-1/+8
* | | util/cacheflush: fix cache on windows-arm64Pierrick Bouvier2023-02-211-3/+11
| |/ |/|
* | hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko2023-02-171-1/+1
* | util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2023-02-171-1/+1
|/
* Do not include "qemu/error-report.h" in headers that do not need itThomas Huth2023-02-141-0/+1
* util/userfaultfd: Support /dev/userfaultfdPeter Xu2023-02-112-0/+33
* Drop duplicate #includeMarkus Armbruster2023-02-081-4/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-082-3/+0
* Fix non-first inclusions of qemu/osdep.hMarkus Armbruster2023-02-081-6/+2
* io: Add support for MSG_PEEK for socket channelmanish.mishra2023-02-061-1/+1
* util/userfaultfd: Add uffd_open()Peter Xu2023-02-061-2/+11
* include/qemu/int128: Use Int128 structure for TCIRichard Henderson2023-02-041-0/+42
* Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2023-02-041-0/+8
|\
| * readline: Extract readline_add_completion_of() from monitorMarkus Armbruster2023-02-041-0/+8
* | util/qht: use striped locks under TSANEmilio Cota2023-02-021-14/+81
* | util/qht: add missing atomic_set(hashes[i])Emilio Cota2023-02-021-1/+1
|/
* util/aio: Defer disabling poll mode as long as possibleChao Gao2023-01-231-6/+15
* coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster2023-01-201-2/+2
* coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2023-01-193-3/+0
* util/bufferiszero: Use __attribute__((target)) for avx2/avx512Richard Henderson2023-01-161-35/+6
* util/error: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé2023-01-112-0/+2
* accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito2023-01-111-1/+1
* Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into stagingPeter Maydell2023-01-093-12/+8
|\
| * error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2023-01-093-12/+8
* | util: remove support for hex numbers with a scaling suffixPaolo Bonzini2023-01-061-11/+3
* | util/log: Always send errors to logfile when daemonizedGreg Kurz2023-01-061-19/+53
* | util/log: do not close and reopen log files when flags are turned offPaolo Bonzini2023-01-061-8/+6
|/
* util: Add interval-tree.cRichard Henderson2022-12-202-0/+883
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2022-12-161-0/+4
|\
| * async: Register/unregister aiocontext in graph lock listEmanuele Giuseppe Esposito2022-12-151-0/+4
* | util/oslib-win32: Remove obsolete reference to g_poll codeThomas Huth2022-12-151-4/+0
* | util/qemu-config: Fix "query-command-line-options" to provide the right valuesThomas Huth2022-12-151-91/+75
|/
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-154-50/+34
|\
| * qapi: Use returned bool to check for failure (again)Markus Armbruster2022-12-141-8/+2
| * sockets: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster2022-12-141-16/+10
| * qemu-config: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster2022-12-141-4/+3
| * qemu-config: Make config_parse_qdict() return boolMarkus Armbruster2022-12-141-21/+18
| * Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* | qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-12/+5
|/
* migration: Use non-atomic ops for clear log bitmapPeter Xu2022-11-211-0/+45
* qga: Allow building of the guest agent without system emulators or toolsThomas Huth2022-11-111-8/+12
* Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater2022-11-081-4/+0
* util/log: Ignore per-thread flag if global file already thereGreg Kurz2022-11-071-0/+4
* util/log: Make the per-thread flag immutableGreg Kurz2022-11-071-0/+5
* module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-061-84/+105