- 7494926 Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
- f6b174f Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Stefan Hajnoczi · 1 year, 5 months ago
- 0885f12 util: Add cpuinfo for loongarch64 by Richard Henderson · 1 year, 7 months ago
- 2e12dd4 util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow by Vladimir Sementsov-Ogievskiy · 1 year, 5 months ago
- 721da03 util/uuid: Add UUID_STR_LEN definition by Cédric Le Goater · 1 year, 5 months ago
- b439595 range: Introduce range_inverse_array() by Eric Auger · 1 year, 5 months ago
- c310484 util/reserved-region: Add new ReservedRegion helpers by Eric Auger · 1 year, 5 months ago
- 43f04cb range: Make range_compare() public by Eric Auger · 1 year, 5 months ago
- 84d61e5 virtio: use defer_call() in virtio_irqfd_notify() by Stefan Hajnoczi · 1 year, 7 months ago
- 433fcea util/defer-call: move defer_call() to util/ by Stefan Hajnoczi · 1 year, 7 months ago
- dfd3bb0 cutils: Fix get_relocated_path on Windows by Akihiko Odaki · 1 year, 6 months ago
- 655e2a7 meson, cutils: allow non-relocatable installs by Paolo Bonzini · 1 year, 6 months ago
- 230f6e0 meson: do not use set10 by Paolo Bonzini · 1 year, 6 months ago
- 1527c6b Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
- a492e28 cutils: squelch compiler warnings with custom paths by Paolo Bonzini · 1 year, 6 months ago
- f05142d util/log: re-allow switching away from stderr log file by Fiona Ebner · 1 year, 6 months ago
- ca84e7b util/guest-random: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 5bebe03 util/cutils: Clean up global variable shadowing in get_relocated_path() by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 2f3913f Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
- a6ceee5 util/uuid: add a hash function by Albert Esteve · 1 year, 6 months ago
- 7598971 Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
- 9afa888 osdep: set _FORTIFY_SOURCE=2 when optimization is enabled by Daniel P. Berrangé · 1 year, 6 months ago
- 75b773d win32: avoid discarding the exception handler by Marc-André Lureau · 1 year, 6 months ago
- fbf58f2 util/vhost-user-server: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 7 months ago
- 3da71a2 Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Stefan Hajnoczi · 1 year, 6 months ago
- 416af85 Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
- 652b0dd block: remove AIOCBInfo->get_aio_context() by Stefan Hajnoczi · 1 year, 7 months ago
- d775494 Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
- 095859e util/cpuinfo-aarch64: Add CPUINFO_BTI by Richard Henderson · 1 year, 8 months ago
- 055c990 host/include/aarch64: Implement clmul.h by Richard Henderson · 1 year, 9 months ago
- d6493db host/include/i386: Implement clmul.h by Richard Henderson · 1 year, 9 months ago
- a1eaa62 util: Delete checks for old host definitions by Akihiko Odaki · 1 year, 7 months ago
- 522a9b9 util/iov: Avoid dynamic stack allocation by Philippe Mathieu-Daudé · 1 year, 7 months ago
- 06e0f09 io: follow coroutine AioContext in qio_channel_yield() by Stefan Hajnoczi · 1 year, 7 months ago
- 03a3a62 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 7 months ago
- bde438c Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 7 months ago
- bb5c77c util/async-teardown.c: move to softmmu/, only build it when system build is requested by Michael Tokarev · 1 year, 7 months ago
- 79be812 util/selfmap: Use dev_t and ino_t in MapInfo by Richard Henderson · 1 year, 8 months ago
- d02d06f util: spelling fixes by Michael Tokarev · 1 year, 7 months ago
- 87ec6f5 aio-posix: zero out io_uring sqe user_data by Stefan Hajnoczi · 1 year, 11 months ago
- 7017313 throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code by zhenwei pi · 1 year, 8 months ago
- e76f201f throttle: use enum ThrottleDirection instead of bool is_write by zhenwei pi · 1 year, 8 months ago
- d85b08c throttle: support read-only and write-only by zhenwei pi · 1 year, 8 months ago
- 8ba02c2 throttle: introduce enum ThrottleDirection by zhenwei pi · 1 year, 8 months ago
- 47d1e98 util/interval-tree: Check root for null in interval_tree_iter_first by Helge Deller · 1 year, 8 months ago
- 3ce3dd8 util/selfmap: Rewrite using qemu/interval-tree.h by Richard Henderson · 1 year, 8 months ago
- c5b5288 util/oslib-win32: Fix compiling with Clang from MSYS2 by Thomas Huth · 1 year, 8 months ago
- f4f7136 thread-pool: signal "request_cond" while locked by Anthony PERARD · 1 year, 9 months ago
- 79e2985 util/interval-tree: Use qatomic_read/set for rb_parent_color by Richard Henderson · 1 year, 8 months ago
- d37a259 util/interval-tree: Introduce pc_parent by Richard Henderson · 1 year, 8 months ago
- 4c8baa0 util/interval-tree: Use qatomic_set_mb in rb_link_node by Richard Henderson · 1 year, 8 months ago
- 055b86e util/interval-tree: Use qatomic_read for left/right while searching by Richard Henderson · 1 year, 8 months ago
- 9ffcbe2 os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option by Thomas Huth · 1 year, 9 months ago
- 5735732 host/include/ppc: Implement aes-round.h by Richard Henderson · 1 year, 10 months ago
- 8d97f28 host/include/aarch64: Implement aes-round.h by Richard Henderson · 1 year, 10 months ago
- d6a2443 host/include/i386: Implement aes-round.h by Richard Henderson · 1 year, 10 months ago
- 623d7e3 util: Add cpuinfo-ppc.c by Richard Henderson · 1 year, 10 months ago
- 09b4c19 console/win32: allocate shareable display surface by Marc-André Lureau · 1 year, 10 months ago
- 7efd654 Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qemu into staging by Richard Henderson · 1 year, 10 months ago
- bb6af0f util/cacheflush: Avoid possible redundant dcache flush on Darwin by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 0baf54d util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin by Philippe Mathieu-Daudé · 1 year, 10 months ago
- b84694d util/log: Add vector registers to log by Ivan Klokov · 2 years ago
- 0683100 atomics: eliminate mb_read/mb_set by Paolo Bonzini · 2 years, 1 month ago
- cc63f6f util/iov: Remove qemu_iovec_init_extended() by Hanna Czenczek · 2 years ago
- 3d06cea util/iov: Make qiov_slice() public by Hanna Czenczek · 2 years ago
- 42cc08d cutils: Improve qemu_strtosz handling of fractions by Eric Blake · 1 year, 10 months ago
- c25b168 cutils: Improve qemu_strtod* error paths by Eric Blake · 1 year, 10 months ago
- b87ac96 cutils: Use parse_uint in qemu_strtosz for negative rejection by Eric Blake · 1 year, 10 months ago
- 3c5f246 cutils: Set value in all integral qemu_strto* error paths by Eric Blake · 1 year, 10 months ago
- 896fbd9 cutils: Set value in all qemu_strtosz* error paths by Eric Blake · 1 year, 10 months ago
- f49371e cutils: Allow NULL str in qemu_strtosz by Eric Blake · 1 year, 10 months ago
- 52d606a cutils: Allow NULL endptr in parse_uint() by Eric Blake · 1 year, 10 months ago
- bd1386c cutils: Adjust signature of parse_uint[_full] by Eric Blake · 1 year, 10 months ago
- 84760bb cutils: Document differences between parse_uint and qemu_strtou64 by Eric Blake · 1 year, 10 months ago
- 56ddafd cutils: Fix wraparound parsing in qemu_strtoui by Eric Blake · 1 year, 10 months ago
- 367189e accel/tcg: include cs_base in our hash calculations by Alex Bennée · 1 year, 10 months ago
- 60f782b aio: remove aio_disable_external() API by Stefan Hajnoczi · 1 year, 11 months ago
- e1054cd block/export: stop using is_external in vhost-user-blk server by Stefan Hajnoczi · 1 year, 11 months ago
- 8f5e9a8 block/export: wait for vhost-user-blk requests when draining by Stefan Hajnoczi · 1 year, 11 months ago
- 75d33e8 util/vhost-user-server: rename refcount to in_flight counter by Stefan Hajnoczi · 1 year, 11 months ago
- d89f30b win32: wrap socket close() with an exception handler by Marc-André Lureau · 1 year, 11 months ago
- b300c13 Merge tag 'pull-vfio-20230524' of https://github.com/legoater/qemu into staging by Richard Henderson · 1 year, 10 months ago
- dbdea0d util/vfio-helpers: Use g_file_read_link() by Akihiko Odaki · 1 year, 10 months ago
- 0dd0c7f util: Add cpuinfo-aarch64.c by Richard Henderson · 1 year, 11 months ago
- 51f4d91 util/bufferiszero: Use i386 host/cpuinfo.h by Richard Henderson · 1 year, 11 months ago
- a48b6af util: Add i386 CPUINFO_ATOMIC_VMOVDQU by Richard Henderson · 1 year, 11 months ago
- 6bc12fd util: Add cpuinfo-i386.c by Richard Henderson · 1 year, 11 months ago
- 907209e igb: Implement Rx SCTP CSO by Akihiko Odaki · 1 year, 10 months ago
- 6d740fb aio-posix: do not nest poll handlers by Stefan Hajnoczi · 1 year, 11 months ago
- 6739825 build: move coroutine backend selection to meson by Paolo Bonzini · 2 years, 6 months ago
- fc9a809 build: move glib detection and workarounds to meson by Paolo Bonzini · 2 years, 6 months ago
- 80bd81c util/async-teardown: wire up query-command-line-options by Claudio Imbrenda · 1 year, 11 months ago
- 3edf660 aio-wait: avoid AioContext lock in aio_wait_bh_oneshot() by Stefan Hajnoczi · 2 years ago
- 8f593ba call_rcu: stop using mb_set/mb_read by Paolo Bonzini · 2 years, 1 month ago
- 6e288b0 rcu: remove qatomic_mb_set, expand comments by Paolo Bonzini · 2 years, 1 month ago
- 7ade2b1 systemd: Also clear LISTEN_FDNAMES during systemd socket activation by Eric Blake · 2 years ago
- 7915bd0 async: avoid use-after-free on re-entrancy guard by Alexander Bulekov · 1 year, 11 months ago
- 7c18f2d Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 1 year, 11 months ago
- d66ba6d async: Suppress GCC13 false positive in aio_bh_poll() by Cédric Le Goater · 2 years ago
- 2074424 Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into staging by Richard Henderson · 1 year, 11 months ago