1. 493bc2d misc: Clean up includes by Peter Maydell · 1 year, 1 month ago
  2. b0b1313 qapi: Fix dangling references to docs/devel/qapi-code-gen.txt by Markus Armbruster · 1 year, 2 months ago
  3. 5bab95d Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into staging by Peter Maydell · 1 year, 1 month ago
  4. e7b9914 util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM() by Thomas Huth · 1 year, 1 month ago
  5. 8fd4667 util/uri: Remove the uri_string_escape() function by Thomas Huth · 1 year, 1 month ago
  6. fdd16f1 util/uri: Remove unused functions uri_resolve() and uri_resolve_relative() by Thomas Huth · 1 year, 1 month ago
  7. 7536acb util/uri: Remove uri_string_unescape() by Thomas Huth · 1 year, 1 month ago
  8. d9945cc coroutine-ucontext: Save fake stack for pooled coroutine by Akihiko Odaki · 1 year, 2 months ago
  9. 3f2a357 Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging by Peter Maydell · 1 year, 2 months ago
  10. 72c603f util/async: Only call icount_notify_exit() if icount is enabled by Philippe Mathieu-Daudé · 1 year, 3 months ago
  11. 592d0bc remove unnecessary casts from uintptr_t by Paolo Bonzini · 1 year, 3 months ago
  12. 1d513e0 util: fix build with musl libc on ppc64le by Natanael Copa · 1 year, 3 months ago
  13. 995d834 util/fifo8: Introduce fifo8_peek_buf() by Philippe Mathieu-Daudé · 1 year, 4 months ago
  14. cd04033 util/fifo8: Allow fifo8_pop_buf() to not populate popped length by Philippe Mathieu-Daudé · 1 year, 4 months ago
  15. a4a411f Replace "iothread lock" with "BQL" in comments by Stefan Hajnoczi · 1 year, 2 months ago
  16. 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
  17. 897a06c iothread: Remove unused Error** argument in aio_context_set_aio_params by Philippe Mathieu-Daudé · 1 year, 4 months ago
  18. b622ee9 util/oslib: Have qemu_prealloc_mem() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 4 months ago
  19. 05470c3 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 1 year, 2 months ago
  20. d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
  21. dc49549 meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos by Paolo Bonzini · 1 year, 6 months ago
  22. 53e8868 meson: remove OS definitions from config_targetos by Paolo Bonzini · 1 year, 10 months ago
  23. 59c2dde util/fifo8: Constify VMState by Richard Henderson · 1 year, 3 months ago
  24. 9f8d2fd aio: remove aio_context_acquire()/aio_context_release() API by Stefan Hajnoczi · 1 year, 3 months ago
  25. b49f475 block: remove AioContext locking by Stefan Hajnoczi · 1 year, 3 months ago
  26. b5f4fda aio: make aio_context_acquire()/aio_context_release() a no-op by Stefan Hajnoczi · 1 year, 3 months ago
  27. d6b5c4c util/char_dev: Add open_cdev() by Yi Liu · 1 year, 4 months ago
  28. 411132c export/vhost-user-blk: Fix consecutive drains by Kevin Wolf · 1 year, 3 months ago
  29. f779357 util/range.c: spelling fix: inbetween by Michael Tokarev · 1 year, 4 months ago
  30. f0dbe42 util/filemonitor-inotify.c: spelling fix: kenel by Michael Tokarev · 1 year, 4 months ago
  31. 7494926 Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 4 months ago
  32. f6b174f Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Stefan Hajnoczi · 1 year, 4 months ago
  33. 0885f12 util: Add cpuinfo for loongarch64 by Richard Henderson · 1 year, 6 months ago
  34. 2e12dd4 util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow by Vladimir Sementsov-Ogievskiy · 1 year, 4 months ago
  35. 721da03 util/uuid: Add UUID_STR_LEN definition by Cédric Le Goater · 1 year, 4 months ago
  36. b439595 range: Introduce range_inverse_array() by Eric Auger · 1 year, 5 months ago
  37. c310484 util/reserved-region: Add new ReservedRegion helpers by Eric Auger · 1 year, 5 months ago
  38. 43f04cb range: Make range_compare() public by Eric Auger · 1 year, 5 months ago
  39. 84d61e5 virtio: use defer_call() in virtio_irqfd_notify() by Stefan Hajnoczi · 1 year, 6 months ago
  40. 433fcea util/defer-call: move defer_call() to util/ by Stefan Hajnoczi · 1 year, 6 months ago
  41. dfd3bb0 cutils: Fix get_relocated_path on Windows by Akihiko Odaki · 1 year, 5 months ago
  42. 655e2a7 meson, cutils: allow non-relocatable installs by Paolo Bonzini · 1 year, 5 months ago
  43. 230f6e0 meson: do not use set10 by Paolo Bonzini · 1 year, 5 months ago
  44. 1527c6b Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  45. a492e28 cutils: squelch compiler warnings with custom paths by Paolo Bonzini · 1 year, 5 months ago
  46. f05142d util/log: re-allow switching away from stderr log file by Fiona Ebner · 1 year, 5 months ago
  47. ca84e7b util/guest-random: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
  48. 5bebe03 util/cutils: Clean up global variable shadowing in get_relocated_path() by Philippe Mathieu-Daudé · 1 year, 5 months ago
  49. 2f3913f Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  50. a6ceee5 util/uuid: add a hash function by Albert Esteve · 1 year, 5 months ago
  51. 7598971 Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  52. 9afa888 osdep: set _FORTIFY_SOURCE=2 when optimization is enabled by Daniel P. Berrangé · 1 year, 5 months ago
  53. 75b773d win32: avoid discarding the exception handler by Marc-André Lureau · 1 year, 5 months ago
  54. fbf58f2 util/vhost-user-server: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
  55. 3da71a2 Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Stefan Hajnoczi · 1 year, 6 months ago
  56. 416af85 Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  57. 652b0dd block: remove AIOCBInfo->get_aio_context() by Stefan Hajnoczi · 1 year, 6 months ago
  58. d775494 Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  59. 095859e util/cpuinfo-aarch64: Add CPUINFO_BTI by Richard Henderson · 1 year, 7 months ago
  60. 055c990 host/include/aarch64: Implement clmul.h by Richard Henderson · 1 year, 8 months ago
  61. d6493db host/include/i386: Implement clmul.h by Richard Henderson · 1 year, 8 months ago
  62. a1eaa62 util: Delete checks for old host definitions by Akihiko Odaki · 1 year, 6 months ago
  63. 522a9b9 util/iov: Avoid dynamic stack allocation by Philippe Mathieu-Daudé · 1 year, 7 months ago
  64. 06e0f09 io: follow coroutine AioContext in qio_channel_yield() by Stefan Hajnoczi · 1 year, 6 months ago
  65. 03a3a62 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  66. bde438c Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  67. bb5c77c util/async-teardown.c: move to softmmu/, only build it when system build is requested by Michael Tokarev · 1 year, 6 months ago
  68. 79be812 util/selfmap: Use dev_t and ino_t in MapInfo by Richard Henderson · 1 year, 7 months ago
  69. d02d06f util: spelling fixes by Michael Tokarev · 1 year, 7 months ago
  70. 87ec6f5 aio-posix: zero out io_uring sqe user_data by Stefan Hajnoczi · 1 year, 10 months ago
  71. 7017313 throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code by zhenwei pi · 1 year, 7 months ago
  72. e76f201f throttle: use enum ThrottleDirection instead of bool is_write by zhenwei pi · 1 year, 7 months ago
  73. d85b08c throttle: support read-only and write-only by zhenwei pi · 1 year, 7 months ago
  74. 8ba02c2 throttle: introduce enum ThrottleDirection by zhenwei pi · 1 year, 7 months ago
  75. 47d1e98 util/interval-tree: Check root for null in interval_tree_iter_first by Helge Deller · 1 year, 7 months ago
  76. 3ce3dd8 util/selfmap: Rewrite using qemu/interval-tree.h by Richard Henderson · 1 year, 7 months ago
  77. c5b5288 util/oslib-win32: Fix compiling with Clang from MSYS2 by Thomas Huth · 1 year, 7 months ago
  78. f4f7136 thread-pool: signal "request_cond" while locked by Anthony PERARD · 1 year, 8 months ago
  79. 79e2985 util/interval-tree: Use qatomic_read/set for rb_parent_color by Richard Henderson · 1 year, 8 months ago
  80. d37a259 util/interval-tree: Introduce pc_parent by Richard Henderson · 1 year, 8 months ago
  81. 4c8baa0 util/interval-tree: Use qatomic_set_mb in rb_link_node by Richard Henderson · 1 year, 8 months ago
  82. 055b86e util/interval-tree: Use qatomic_read for left/right while searching by Richard Henderson · 1 year, 8 months ago
  83. 9ffcbe2 os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option by Thomas Huth · 1 year, 8 months ago
  84. 5735732 host/include/ppc: Implement aes-round.h by Richard Henderson · 1 year, 9 months ago
  85. 8d97f28 host/include/aarch64: Implement aes-round.h by Richard Henderson · 1 year, 9 months ago
  86. d6a2443 host/include/i386: Implement aes-round.h by Richard Henderson · 1 year, 9 months ago
  87. 623d7e3 util: Add cpuinfo-ppc.c by Richard Henderson · 1 year, 9 months ago
  88. 09b4c19 console/win32: allocate shareable display surface by Marc-André Lureau · 1 year, 9 months ago
  89. 7efd654 Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qemu into staging by Richard Henderson · 1 year, 9 months ago
  90. bb6af0f util/cacheflush: Avoid possible redundant dcache flush on Darwin by Philippe Mathieu-Daudé · 1 year, 9 months ago
  91. 0baf54d util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin by Philippe Mathieu-Daudé · 1 year, 9 months ago
  92. b84694d util/log: Add vector registers to log by Ivan Klokov · 1 year, 11 months ago
  93. 0683100 atomics: eliminate mb_read/mb_set by Paolo Bonzini · 2 years ago
  94. cc63f6f util/iov: Remove qemu_iovec_init_extended() by Hanna Czenczek · 1 year, 11 months ago
  95. 3d06cea util/iov: Make qiov_slice() public by Hanna Czenczek · 1 year, 11 months ago
  96. 42cc08d cutils: Improve qemu_strtosz handling of fractions by Eric Blake · 1 year, 10 months ago
  97. c25b168 cutils: Improve qemu_strtod* error paths by Eric Blake · 1 year, 10 months ago
  98. b87ac96 cutils: Use parse_uint in qemu_strtosz for negative rejection by Eric Blake · 1 year, 10 months ago
  99. 3c5f246 cutils: Set value in all integral qemu_strto* error paths by Eric Blake · 1 year, 10 months ago
  100. 896fbd9 cutils: Set value in all qemu_strtosz* error paths by Eric Blake · 1 year, 10 months ago