Age | Commit message (Expand) | Author | Files | Lines |
2023-02-04 | include/qemu/int128: Use Int128 structure for TCI | Richard Henderson | 1 | -0/+42 |
2023-02-04 | Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into... | Peter Maydell | 1 | -0/+8 |
2023-02-04 | readline: Extract readline_add_completion_of() from monitor | Markus Armbruster | 1 | -0/+8 |
2023-02-02 | util/qht: use striped locks under TSAN | Emilio Cota | 1 | -14/+81 |
2023-02-02 | util/qht: add missing atomic_set(hashes[i]) | Emilio Cota | 1 | -1/+1 |
2023-01-23 | util/aio: Defer disabling poll mode as long as possible | Chao Gao | 1 | -6/+15 |
2023-01-20 | coroutine: Use Coroutine typedef name instead of structure tag | Markus Armbruster | 1 | -2/+2 |
2023-01-19 | coroutine: Clean up superfluous inclusion of qemu/coroutine.h | Markus Armbruster | 3 | -3/+0 |
2023-01-16 | util/bufferiszero: Use __attribute__((target)) for avx2/avx512 | Richard Henderson | 1 | -35/+6 |
2023-01-11 | util/error: add G_GNUC_PRINTF for various functions | Daniel P. Berrangé | 2 | -0/+2 |
2023-01-11 | accel: introduce accelerator blocker API | Emanuele Giuseppe Esposito | 1 | -1/+1 |
2023-01-09 | Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 3 | -12/+8 |
2023-01-09 | error handling: Use RETRY_ON_EINTR() macro where applicable | Nikita Ivanov | 3 | -12/+8 |
2023-01-06 | util: remove support for hex numbers with a scaling suffix | Paolo Bonzini | 1 | -11/+3 |
2023-01-06 | util/log: Always send errors to logfile when daemonized | Greg Kurz | 1 | -19/+53 |
2023-01-06 | util/log: do not close and reopen log files when flags are turned off | Paolo Bonzini | 1 | -8/+6 |
2022-12-20 | util: Add interval-tree.c | Richard Henderson | 2 | -0/+883 |
2022-12-16 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Peter Maydell | 1 | -0/+4 |
2022-12-15 | async: Register/unregister aiocontext in graph lock list | Emanuele Giuseppe Esposito | 1 | -0/+4 |
2022-12-15 | util/oslib-win32: Remove obsolete reference to g_poll code | Thomas Huth | 1 | -4/+0 |
2022-12-15 | util/qemu-config: Fix "query-command-line-options" to provide the right values | Thomas Huth | 1 | -91/+75 |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 4 | -50/+34 |
2022-12-14 | qapi misc: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -12/+5 |
2022-12-14 | qapi: Use returned bool to check for failure (again) | Markus Armbruster | 1 | -8/+2 |
2022-12-14 | sockets: Use ERRP_GUARD() where obviously appropriate | Markus Armbruster | 1 | -16/+10 |
2022-12-14 | qemu-config: Use ERRP_GUARD() where obviously appropriate | Markus Armbruster | 1 | -4/+3 |
2022-12-14 | qemu-config: Make config_parse_qdict() return bool | Markus Armbruster | 1 | -21/+18 |
2022-12-14 | Drop more useless casts from void * to pointer | Markus Armbruster | 1 | -1/+1 |
2022-11-21 | migration: Use non-atomic ops for clear log bitmap | Peter Xu | 1 | -0/+45 |
2022-11-11 | qga: Allow building of the guest agent without system emulators or tools | Thomas Huth | 1 | -8/+12 |
2022-11-08 | Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property" | CĂ©dric Le Goater | 1 | -4/+0 |
2022-11-07 | util/log: Ignore per-thread flag if global file already there | Greg Kurz | 1 | -0/+4 |
2022-11-07 | util/log: Make the per-thread flag immutable | Greg Kurz | 1 | -0/+5 |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana | 1 | -84/+105 |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana | 1 | -7/+7 |
2022-11-06 | module: removed unused function argument "mayfail" | Claudio Fontana | 1 | -11/+9 |
2022-11-06 | util/aio-win32: Correct the event array size in aio_poll() | Bin Meng | 1 | -2/+3 |
2022-11-06 | util/main-loop: Avoid adding the same HANDLE twice | Bin Meng | 1 | -0/+10 |
2022-11-06 | util/main-loop: Fix maximum number of wait objects for win32 | Bin Meng | 1 | -5/+5 |
2022-11-03 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 3 | -0/+160 |
2022-10-31 | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 1 | -0/+22 |
2022-10-31 | util/log: Close per-thread log file on thread termination | Greg Kurz | 1 | -0/+9 |
2022-10-31 | os-posix: asynchronous teardown for shutdown on Linux | Claudio Imbrenda | 2 | -0/+151 |
2022-10-30 | Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s... | Stefan Hajnoczi | 6 | -19/+473 |
2022-10-30 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Stefan Hajnoczi | 1 | -0/+25 |
2022-10-30 | Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s... | Stefan Hajnoczi | 1 | -3/+2 |
2022-10-28 | tests/qtest: Use send/recv for socket communication | Xuzhou Cheng | 1 | -0/+22 |
2022-10-28 | qemu-sockets: update socket_uri() and socket_parse() to be consistent | Laurent Vivier | 1 | -1/+6 |
2022-10-28 | qemu-sockets: move and rename SocketAddress_to_str() | Laurent Vivier | 1 | -0/+20 |
2022-10-27 | util: Make qemu_prealloc_mem() optionally consume a ThreadContext | David Hildenbrand | 2 | -7/+15 |