aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2023-03-07qemu-coroutine-lock: add smp_mb__after_rmw()Paolo Bonzini1-1/+8
2023-03-07qemu-thread-win32: cleanup, fix, document QemuEventPaolo Bonzini1-26/+56
2023-03-07qemu-thread-posix: cleanup, fix, document QemuEventPaolo Bonzini1-20/+49
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-1/+1
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran1-2/+1
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+0
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+8
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2023-02-21util/cacheflush: fix cache on windows-arm64Pierrick Bouvier1-3/+11
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko1-1/+1
2023-02-17util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito1-1/+1
2023-02-17thread-posix: add support for setting threads name on OpenBSDBrad Smith1-1/+8
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2023-02-11util/userfaultfd: Support /dev/userfaultfdPeter Xu2-0/+33
2023-02-08Drop duplicate #includeMarkus Armbruster1-4/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster2-3/+0
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster1-6/+2
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra1-1/+1
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu1-2/+11
2023-02-04include/qemu/int128: Use Int128 structure for TCIRichard Henderson1-0/+42
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell1-0/+8
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster1-0/+8
2023-02-02util/qht: use striped locks under TSANEmilio Cota1-14/+81
2023-02-02util/qht: add missing atomic_set(hashes[i])Emilio Cota1-1/+1
2023-01-23util/aio: Defer disabling poll mode as long as possibleChao Gao1-6/+15
2023-01-20coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster1-2/+2
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster3-3/+0
2023-01-16util/bufferiszero: Use __attribute__((target)) for avx2/avx512Richard Henderson1-35/+6
2023-01-11util/error: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé2-0/+2
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito1-1/+1
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-12/+8
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov3-12/+8
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini1-11/+3
2023-01-06util/log: Always send errors to logfile when daemonizedGreg Kurz1-19/+53
2023-01-06util/log: do not close and reopen log files when flags are turned offPaolo Bonzini1-8/+6
2022-12-20util: Add interval-tree.cRichard Henderson2-0/+883
2022-12-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell1-0/+4
2022-12-15async: Register/unregister aiocontext in graph lock listEmanuele Giuseppe Esposito1-0/+4
2022-12-15util/oslib-win32: Remove obsolete reference to g_poll codeThomas Huth1-4/+0
2022-12-15util/qemu-config: Fix "query-command-line-options" to provide the right valuesThomas Huth1-91/+75
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell4-50/+34
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster1-12/+5
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-8/+2
2022-12-14sockets: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster1-16/+10
2022-12-14qemu-config: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster1-4/+3
2022-12-14qemu-config: Make config_parse_qdict() return boolMarkus Armbruster1-21/+18
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-11-21migration: Use non-atomic ops for clear log bitmapPeter Xu1-0/+45
2022-11-11qga: Allow building of the guest agent without system emulators or toolsThomas Huth1-8/+12
2022-11-08Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater1-4/+0