Age | Commit message (Expand) | Author |
2023-06-14 | Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem... | Richard Henderson |
2023-06-13 | util/cacheflush: Avoid possible redundant dcache flush on Darwin | Philippe Mathieu-Daudé |
2023-06-13 | util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin | Philippe Mathieu-Daudé |
2023-06-13 | util/log: Add vector registers to log | Ivan Klokov |
2023-06-06 | atomics: eliminate mb_read/mb_set | Paolo Bonzini |
2023-06-05 | util/iov: Remove qemu_iovec_init_extended() | Hanna Czenczek |
2023-06-05 | util/iov: Make qiov_slice() public | Hanna Czenczek |
2023-06-02 | cutils: Improve qemu_strtosz handling of fractions | Eric Blake |
2023-06-02 | cutils: Improve qemu_strtod* error paths | Eric Blake |
2023-06-02 | cutils: Use parse_uint in qemu_strtosz for negative rejection | Eric Blake |
2023-06-02 | cutils: Set value in all integral qemu_strto* error paths | Eric Blake |
2023-06-02 | cutils: Set value in all qemu_strtosz* error paths | Eric Blake |
2023-06-02 | cutils: Allow NULL str in qemu_strtosz | Eric Blake |
2023-06-02 | cutils: Allow NULL endptr in parse_uint() | Eric Blake |
2023-06-02 | cutils: Adjust signature of parse_uint[_full] | Eric Blake |
2023-06-02 | cutils: Document differences between parse_uint and qemu_strtou64 | Eric Blake |
2023-06-02 | cutils: Fix wraparound parsing in qemu_strtoui | Eric Blake |
2023-06-01 | accel/tcg: include cs_base in our hash calculations | Alex Bennée |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-05-30 | block/export: stop using is_external in vhost-user-blk server | Stefan Hajnoczi |
2023-05-30 | block/export: wait for vhost-user-blk requests when draining | Stefan Hajnoczi |
2023-05-30 | util/vhost-user-server: rename refcount to in_flight counter | Stefan Hajnoczi |
2023-05-28 | win32: wrap socket close() with an exception handler | Marc-André Lureau |
2023-05-24 | Merge tag 'pull-vfio-20230524' of https://github.com/legoater/qemu into staging | Richard Henderson |
2023-05-24 | util/vfio-helpers: Use g_file_read_link() | Akihiko Odaki |
2023-05-23 | util: Add cpuinfo-aarch64.c | Richard Henderson |
2023-05-23 | util/bufferiszero: Use i386 host/cpuinfo.h | Richard Henderson |
2023-05-23 | util: Add i386 CPUINFO_ATOMIC_VMOVDQU | Richard Henderson |
2023-05-23 | util: Add cpuinfo-i386.c | Richard Henderson |
2023-05-23 | igb: Implement Rx SCTP CSO | Akihiko Odaki |
2023-05-19 | aio-posix: do not nest poll handlers | Stefan Hajnoczi |
2023-05-18 | build: move coroutine backend selection to meson | Paolo Bonzini |
2023-05-18 | build: move glib detection and workarounds to meson | Paolo Bonzini |
2023-05-16 | util/async-teardown: wire up query-command-line-options | Claudio Imbrenda |
2023-05-10 | aio-wait: avoid AioContext lock in aio_wait_bh_oneshot() | Stefan Hajnoczi |
2023-05-08 | call_rcu: stop using mb_set/mb_read | Paolo Bonzini |
2023-05-08 | rcu: remove qatomic_mb_set, expand comments | Paolo Bonzini |
2023-05-03 | systemd: Also clear LISTEN_FDNAMES during systemd socket activation | Eric Blake |
2023-05-02 | async: avoid use-after-free on re-entrancy guard | Alexander Bulekov |
2023-04-29 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2023-04-29 | async: Suppress GCC13 false positive in aio_bh_poll() | Cédric Le Goater |
2023-04-28 | Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson |
2023-04-28 | async: Add an optional reentrancy guard to the BH API | Alexander Bulekov |
2023-04-27 | stat64: Add stat64_set() operation | Paolo Bonzini |
2023-04-25 | thread-pool: avoid passing the pool parameter every time | Emanuele Giuseppe Esposito |
2023-04-25 | thread-pool: use ThreadPool from the running thread | Emanuele Giuseppe Esposito |
2023-04-24 | util/mmap-alloc: qemu_fd_getfs() | Peter Xu |
2023-04-20 | qemu-coroutine: remove qatomic_mb_read() | Paolo Bonzini |
2023-04-10 | Merge tag 'pull_error_handle_fix_use_after_free.v1' of https://github.com/ste... | Peter Maydell |
2023-04-06 | util/error: Fix use-after-free errors reported by Coverity | Stefan Berger |