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