1. 7cac7aa target/i386/hvf: fix handling of XSAVE-related CPUID bits by Paolo Bonzini · 4 months ago
  2. 6b37565 Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into staging by Peter Maydell · 4 months ago
  3. f7230e0 util: Add RISC-V vector extension probe in cpuinfo by TANG Tiancheng · 5 months ago
  4. b5b89e9 util: don't set SO_REUSEADDR on client sockets by Daniel P. Berrangé · 4 months ago
  5. a347207 sockets: Remove deadcode by Dr. David Alan Gilbert · 5 months ago
  6. 5551449 block: Adjust check_block_size() signature by Markus Armbruster · 5 months ago
  7. 0f799b8 block: Improve errors about block sizes by Markus Armbruster · 5 months ago
  8. 51483f6 include: Move QemuLockCnt APIs to their own header by Peter Maydell · 4 months ago
  9. c90204b util/memfd: report potential errors on free by Marc-André Lureau · 5 months ago
  10. 7e3b6d8 Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu into staging by Peter Maydell · 5 months ago
  11. 78a5822 util/iov: Introduce iov_send_recv_with_flags() by Alejandro Zeise · 5 months ago
  12. 255db3b util/iova-tree: Remove deadcode by Dr. David Alan Gilbert · 5 months ago
  13. ccf6b78 util/userfaultfd: Remove unused uffd_poll_events by Dr. David Alan Gilbert · 5 months ago
  14. 6f81bd1 util/userfaultfd: Return -errno on error by Dr. David Alan Gilbert · 5 months ago
  15. 423be09 Merge tag 'warn-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging by Peter Maydell · 5 months ago
  16. 35ba77d Merge tag 'pull-riscv-to-apply-20241002' of https://github.com/alistair23/qemu into staging by Peter Maydell · 5 months ago
  17. 5491295 util/timer: fix -Werror=maybe-uninitialized false-positive by Marc-André Lureau · 11 months ago
  18. 25bc7d1 util/coroutine: fix -Werror=maybe-uninitialized false-positive by Marc-André Lureau · 11 months ago
  19. d9d5914 qemu-timer: Remove unused timer functions by Dr. David Alan Gilbert · 5 months ago
  20. c5757f8 util/util/cpuinfo-riscv.c: fix riscv64 build on musl libc by Milan P. Stanić · 6 months ago
  21. b74987c util/co-shared-resource: Remove unused co_try_get_from_shres by Dr. David Alan Gilbert · 5 months ago
  22. a53b931 Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging by Peter Maydell · 5 months ago
  23. dc86dd5 license: Simplify GPL-2.0-or-later license descriptions by Philippe Mathieu-Daudé · 6 months ago
  24. ecffadf util/cutils: Remove unused qemu_get_exec_dir by Dr. David Alan Gilbert · 5 months ago
  25. 0058f85 envlist: Remove unused envlist_parse by Dr. David Alan Gilbert · 5 months ago
  26. bc02be4 util/timer: avoid deadlock when shutting down by Alex Bennée · 5 months ago
  27. 570bf14 fifo8: introduce fifo8_peek() function by Mark Cave-Ayland · 6 months ago
  28. 28fbf33 fifo8: add fifo8_peek_buf() function by Mark Cave-Ayland · 6 months ago
  29. cfc65db fifo8: honour do_pop argument in fifo8_peekpop_buf() by Mark Cave-Ayland · 6 months ago
  30. 7fd6866 fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf() by Mark Cave-Ayland · 6 months ago
  31. 90c9332 fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf() by Mark Cave-Ayland · 6 months ago
  32. e8b3324 fifo8: add skip parameter to fifo8_peekpop_bufptr() by Mark Cave-Ayland · 6 months ago
  33. 0b73afe fifo8: introduce head variable for fifo8_peekpop_bufptr() by Mark Cave-Ayland · 6 months ago
  34. f9309d9 fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr() by Mark Cave-Ayland · 6 months ago
  35. ef834aa qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix by Markus Armbruster · 6 months ago
  36. 940d802 module: Prevent crash by resetting local_err in module_load_qom_all() by Alexander Ivanov · 7 months ago
  37. 7532ca5 qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd() by Clément Léger · 7 months ago
  38. ffa28f9 qemu/osdep: Split qemu_close_all_open_fd() and add fallback by Clément Léger · 7 months ago
  39. 4ec5ebe qemu/osdep: Move close_all_open_fds() to oslib-posix by Clément Léger · 7 months ago
  40. 27fca0a util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD by Brad Smith · 7 months ago
  41. 22531d8 util/getauxval: Ensure setting errno if not found by Vivian Wang · 7 months ago
  42. 8514955 util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params() by Peter Maydell · 7 months ago
  43. e4e9db2 util/fifo8: Introduce fifo8_drop() by Philippe Mathieu-Daudé · 7 months ago
  44. 23ad571 util/fifo8: Expose fifo8_pop_buf() by Philippe Mathieu-Daudé · 7 months ago
  45. 06252bf util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr() by Philippe Mathieu-Daudé · 7 months ago
  46. 06a16e7 util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr() by Philippe Mathieu-Daudé · 7 months ago
  47. b81bc8d util/fifo8: Use fifo8_reset() in fifo8_create() by Philippe Mathieu-Daudé · 1 year, 4 months ago
  48. 083c4e7 util/oslib-posix: Fix superfluous trailing semicolon by Zhao Liu · 8 months ago
  49. 1406b7f Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Richard Henderson · 8 months ago
  50. e571730 util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall by Richard Henderson · 8 months ago
  51. adc0284 util/cpuinfo-riscv: Support OpenBSD signal frame by Richard Henderson · 8 months ago
  52. b86c6ba util/cpuinfo-riscv: Support host/cpuinfo.h for riscv by Richard Henderson · 8 months ago
  53. ab08990 util/cpuinfo-aarch64: Add OpenBSD support by Brad Smith · 8 months ago
  54. 6527cee util/cpuinfo-ppc: Add FreeBSD support by Brad Smith · 8 months ago
  55. 272d3de util/cpuinfo-ppc: Fix building on OpenBSD by Brad Smith · 8 months ago
  56. 4c58843 vhost-user-server: do not set memory fd non-blocking by Stefano Garzarella · 8 months ago
  57. 87b8bde Revert "host/i386: assume presence of SSE2" by Paolo Bonzini · 8 months ago
  58. 39a367a Revert "host/i386: assume presence of SSSE3" by Paolo Bonzini · 8 months ago
  59. fe721c1 Revert "host/i386: assume presence of POPCNT" by Paolo Bonzini · 8 months ago
  60. ffbc394 sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time by Alex Bennée · 8 months ago
  61. b43b61d migration: Add direct-io parameter by Fabiano Rosas · 8 months ago
  62. 960f29b monitor: Report errors from monitor_fdset_dup_fd_add by Fabiano Rosas · 8 months ago
  63. 1cd93fb monitor: Drop monitor_fdset_dup_fd_find/_remove() by Peter Xu · 8 months ago
  64. 02d9c38 Merge tag 'pull-tcg-20240619' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 8 months ago
  65. 2d32a5d util/bufferiszero: Split out host include files by Richard Henderson · 9 months ago
  66. 9d77918 util/loongarch64: Detect LASX vector support by Richard Henderson · 9 months ago
  67. e1e55d3 util/readline: Add C-u shortcut by Manos Pitsidianakis · 9 months ago
  68. 96c99e3 util/readline: Add C-n, C-p shortcuts by Manos Pitsidianakis · 9 months ago
  69. 9051350 util/readline: Fix lints for readline_handle_byte by Manos Pitsidianakis · 9 months ago
  70. 3e246da Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 9 months ago
  71. 210b7b2 osdep: Make qemu_madvise() return ENOSYS on unsupported OSes by Michal Privoznik · 9 months ago
  72. bfb8c79 osdep: Make qemu_madvise() to set errno in all cases by Michal Privoznik · 9 months ago
  73. 10e4927 util/hexdump: Inline g_string_append_printf "%02x" by Richard Henderson · 11 months ago
  74. c49d1c3 util/hexdump: Add unit_len and block_len to qemu_hexdump_line by Richard Henderson · 11 months ago
  75. 53ee5f5 util/hexdump: Use a GString for qemu_hexdump_line by Richard Henderson · 11 months ago
  76. f1572ab Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 9 months ago
  77. 45ccdbc host/i386: assume presence of POPCNT by Paolo Bonzini · 9 months ago
  78. 433cd6d host/i386: assume presence of SSSE3 by Paolo Bonzini · 9 months ago
  79. b182368 host/i386: assume presence of SSE2 by Paolo Bonzini · 9 months ago
  80. e68e97c host/i386: assume presence of CMOV by Paolo Bonzini · 9 months ago
  81. 72baef1 host/i386: nothing looks at CPUINFO_SSE4 by Paolo Bonzini · 9 months ago
  82. 13dfa93 util/hexdump: Remove ascii parameter from qemu_hexdump_line by Richard Henderson · 11 months ago
  83. 5837a76 util/hexdump: Remove b parameter from qemu_hexdump_line by Richard Henderson · 11 months ago
  84. da79537 util/uri: Remove the old URI parsing code by Thomas Huth · 10 months ago
  85. 82fe5d0 Remove glib compatibility code that is not required anymore by Thomas Huth · 10 months ago
  86. 22437b4 util/bufferiszero: Add simd acceleration for aarch64 by Richard Henderson · 1 year, 1 month ago
  87. bf67aa3 util/bufferiszero: Simplify test_buffer_is_zero_next_accel by Richard Henderson · 1 year ago
  88. 0100ce2 util/bufferiszero: Introduce biz_accel_fn typedef by Richard Henderson · 1 year ago
  89. 7ae6399 util/bufferiszero: Improve scalar variant by Richard Henderson · 11 months ago
  90. f28e0bb util/bufferiszero: Optimize SSE2 and AVX2 variants by Alexander Monakov · 1 year, 1 month ago
  91. 93a6085 util/bufferiszero: Remove useless prefetches by Alexander Monakov · 1 year, 1 month ago
  92. cbe3d52 util/bufferiszero: Reorganize for early test for acceleration by Alexander Monakov · 1 year, 1 month ago
  93. d018425 util/bufferiszero: Remove AVX512 variant by Alexander Monakov · 1 year ago
  94. 8a917b9 util/bufferiszero: Remove SSE4.1 variant by Alexander Monakov · 1 year, 1 month ago
  95. b384c73 plugins: Replace pr_ops with a proper debug dump flag by Richard Henderson · 12 months ago
  96. 1e0a754 Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging by Richard Henderson · 10 months ago
  97. c6f5d40 qapi: Inline and remove QERR_INVALID_PARAMETER definition by Philippe Mathieu-Daudé · 12 months ago
  98. 3df4c28 util/qemu-config: Extract QMP commands to qemu-config-qmp.c by Philippe Mathieu-Daudé · 11 months ago
  99. b9ad27a yank: only build if needed by Paolo Bonzini · 11 months ago
  100. 9352f80 coroutine: reserve 5,000 mappings by Stefan Hajnoczi · 11 months ago