1. 82e2756 event_notifier: Set ->initialized earlier in event_notifier_init() by Greg Kurz · 4 years, 1 month ago
  2. 342e3a4 util/cutils: Skip "." when looking for next directory component by Stefan Weil · 4 years, 1 month ago
  3. 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 4 years, 2 months ago
  4. 41d306e Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 1 month ago
  5. e34e47e event_notifier: handle initialization failure better by Maxim Levitsky · 4 years, 3 months ago
  6. 0e9b5cd migration: introduce UFFD-WP low-level interface helpers by Andrey Gruzdev · 4 years, 2 months ago
  7. f71407e utils/fifo8: change fatal errors from abort() to assert() by Mark Cave-Ayland · 4 years, 2 months ago
  8. 4c002ce util/iov: make qemu_iovec_init_extended() honest by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  9. 8360ebe Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
  10. 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years, 2 months ago
  11. 651d588 error: rename error_with_timestamp to message_with_timestamp by Stefan Hajnoczi · 4 years, 2 months ago
  12. f4be822 coroutine-sigaltstack: Add SIGUSR2 mutex by Max Reitz · 4 years, 2 months ago
  13. 55d9895 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into staging by Peter Maydell · 4 years, 2 months ago
  14. 0b73ce3 util: Add CRC16 (CCITT) calculation routines by Bin Meng · 4 years, 2 months ago
  15. ccd3b3b qemu-option: warn for short-form boolean options by Paolo Bonzini · 4 years, 4 months ago
  16. afd7362 qemu-option: move help handling to get_opt_name_value by Paolo Bonzini · 4 years, 4 months ago
  17. 63758d1 qemu-option: clean up id vs. list->merge_lists by Paolo Bonzini · 4 years, 4 months ago
  18. acd15fc util/cacheflush: Fix error generated by clang by Gan Qixin · 4 years, 2 months ago
  19. 4d83403 semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ by Keith Packard · 4 years, 2 months ago
  20. 5018605 Introduce yank feature by Lukas Straub · 4 years, 3 months ago
  21. 124bd3e util/oslib-win32: Fix _aligned_malloc() arguments order by Philippe Mathieu-Daudé · 4 years, 2 months ago
  22. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 3 months ago
  23. 664a797 util: Specialize flush_idcache_range for aarch64 by Richard Henderson · 4 years, 3 months ago
  24. 1da8de3 util: Enhance flush_icache_range with separate data pointer by Richard Henderson · 4 years, 3 months ago
  25. ed6f53f util/oslib: Assert qemu_try_memalign() alignment is a power of 2 by Philippe Mathieu-Daudé · 4 years, 5 months ago
  26. dfbd0b8 util/oslib-win32: Use _aligned_malloc for qemu_try_memalign by Richard Henderson · 4 years, 5 months ago
  27. aadac5b Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 2 months ago
  28. c8b2b7f win32: drop fd registration to the main-loop on setting non-block by Marc-André Lureau · 4 years, 3 months ago
  29. 593621f readline: Fix possible array index out of bounds in readline_hist_add() by Alex Chen · 4 years, 3 months ago
  30. 084cfca util: Extract flush_icache_range to cacheflush.c by Richard Henderson · 4 years, 3 months ago
  31. c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years, 3 months ago
  32. 7ece421 keyval: Use GString to accumulate value strings by Markus Armbruster · 4 years, 3 months ago
  33. 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 4 months ago
  34. 45c53fe qemu-option: pass QemuOptsList to opts_accepts_any by Paolo Bonzini · 4 years, 4 months ago
  35. 924e9b0 qemu-option: simplify search for end of key by Paolo Bonzini · 4 years, 4 months ago
  36. b785d25 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 3 months ago
  37. ed7fa56 config-file: move -set implementation to vl.c by Paolo Bonzini · 4 years, 4 months ago
  38. 32c02fd qemu-option: restrict qemu_opts_set to merge-lists QemuOpts by Paolo Bonzini · 4 years, 4 months ago
  39. 4bd802b Clean up includes by Markus Armbruster · 4 years, 4 months ago
  40. 683685e Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
  41. 6d7ccc5 util/cutils: Fix Coverity array overrun in freq_to_str() by Philippe Mathieu-Daudé · 4 years, 4 months ago
  42. b430b51 util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci() by David Hildenbrand · 4 years, 4 months ago
  43. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
  44. c36678b w32: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
  45. 85c3ed4 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 4 months ago
  46. 747c6b3 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 4 months ago
  47. 372bcb2 qapi, qemu-options: make all parsing visitors parse boolean options the same by Paolo Bonzini · 4 years, 4 months ago
  48. e18d9a9 coroutine: let CoQueue wake up outside a coroutine by Marc-André Lureau · 4 years, 5 months ago
  49. bc15e44 configure: introduce --enable-vhost-user-blk-server by Stefan Hajnoczi · 4 years, 5 months ago
  50. fc107d8 util/vfio-helpers: Assert offset is aligned to page size by Philippe Mathieu-Daudé · 4 years, 4 months ago
  51. f6b8104 util/vfio-helpers: Convert vfio_dump_mapping to trace events by Philippe Mathieu-Daudé · 4 years, 4 months ago
  52. 4c946b2 util/vfio-helpers: Improve DMA trace events by Philippe Mathieu-Daudé · 4 years, 4 months ago
  53. 2817fbc util/vfio-helpers: Trace where BARs are mapped by Philippe Mathieu-Daudé · 4 years, 4 months ago
  54. df05822 util/vfio-helpers: Trace PCI BAR region info by Philippe Mathieu-Daudé · 4 years, 4 months ago
  55. 3d87c2d util/vfio-helpers: Trace PCI I/O config accesses by Philippe Mathieu-Daudé · 4 years, 4 months ago
  56. a4bc212 util/vfio-helpers: Improve reporting unsupported IOMMU type by Philippe Mathieu-Daudé · 4 years, 4 months ago
  57. 8507c9d Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years, 4 months ago
  58. eada6d9 qmp: fix aio_poll() assertion failure on Windows by Volker Rümelin · 4 years, 5 months ago
  59. 090afdc cutils: replace strdup with g_strdup by Paolo Bonzini · 4 years, 4 months ago
  60. 8acefc7 sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX by Markus Armbruster · 4 years, 4 months ago
  61. ef298e3 sockets: Bypass "replace empty @path" for abstract unix sockets by Markus Armbruster · 4 years, 4 months ago
  62. 3b14b4e sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets by Markus Armbruster · 4 years, 4 months ago
  63. b08cc97 sockets: Fix default of UnixSocketAddress member @tight by Markus Armbruster · 4 years, 4 months ago
  64. 2ab6c49 Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-request' into staging by Peter Maydell · 4 years, 5 months ago
  65. dfc00eb util: include the target address in socket connect failures by Daniel P. Berrangé · 4 years, 6 months ago
  66. 546323b modules: turn off lazy binding by Gerd Hoffmann · 4 years, 5 months ago
  67. 1e1f9c2 virtio-gpu: add virtio-vga module by Gerd Hoffmann · 4 years, 5 months ago
  68. 74acdf0 virtio-gpu: add virtio-gpu-pci module by Gerd Hoffmann · 4 years, 5 months ago
  69. a95e039 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 5 months ago
  70. 7a3b7f6 win32: boot broken when bind & data dir are the same by Sunil Muthuswamy · 4 years, 5 months ago
  71. 3a213f8 util/vhost-user-server: use static library in meson.build by Stefan Hajnoczi · 4 years, 6 months ago
  72. 80a06cc util/vhost-user-server: move header to include/ by Stefan Hajnoczi · 4 years, 6 months ago
  73. 90fc91d block/export: convert vhost-user-blk server to block export API by Stefan Hajnoczi · 4 years, 6 months ago
  74. 7185c85 util/vhost-user-server: rework vu_client_trip() coroutine lifecycle by Stefan Hajnoczi · 4 years, 6 months ago
  75. edaf620 util/vhost-user-server: check EOF when reading payload by Stefan Hajnoczi · 4 years, 6 months ago
  76. 8c7f7cb util/vhost-user-server: fix memory leak in vu_message_read() by Stefan Hajnoczi · 4 years, 6 months ago
  77. 47ba680 util/vhost-user-server: drop unused DevicePanicNotifier by Stefan Hajnoczi · 4 years, 6 months ago
  78. dad4f19 util/vhost-user-server: drop unnecessary watch deletion by Stefan Hajnoczi · 4 years, 6 months ago
  79. 46a096c util/vhost-user-server: drop unnecessary QOM cast by Stefan Hajnoczi · 4 years, 6 months ago
  80. 1d78745 util/vhost-user-server: s/fileds/fields/ typo fix by Stefan Hajnoczi · 4 years, 6 months ago
  81. 5937835 block: move logical block size check function to a common utility function by Coiby Xu · 4 years, 6 months ago
  82. 70eb2c0 util/vhost-user-server: generic vhost user server by Coiby Xu · 4 years, 6 months ago
  83. c826365 opengl: build opengl helper code modular by Gerd Hoffmann · 4 years, 5 months ago
  84. 4e65151 modules: add spice dependencies by Gerd Hoffmann · 4 years, 5 months ago
  85. 6f13fa7 modules: dependencies infrastructure by Gerd Hoffmann · 4 years, 5 months ago
  86. 709616c util/cutils: Introduce freq_to_str() to display Hertz units by Philippe Mathieu-Daudé · 4 years, 5 months ago
  87. 7daf8f8 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years, 5 months ago
  88. 8bf12c4 keyval: Parse help options by Kevin Wolf · 4 years, 5 months ago
  89. 7051ae6 keyval: Fix parsing of ',' in value of implied key by Markus Armbruster · 4 years, 5 months ago
  90. fec3331 keyval: Fix and clarify grammar by Markus Armbruster · 4 years, 5 months ago
  91. 23ebeaa chardev/spice: build spice chardevs as module by Gerd Hoffmann · 4 years, 5 months ago
  92. f88908c modules: update qom object module comment by Gerd Hoffmann · 4 years, 6 months ago
  93. 5010932 module: silence errors for module_load_qom_all(). by Gerd Hoffmann · 4 years, 6 months ago
  94. 7c3afc8 win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defined on msys2/mingw by Yonggang Luo · 4 years, 5 months ago
  95. 26b0b69 util/async: Add aio_co_reschedule_self() by Kevin Wolf · 4 years, 5 months ago
  96. 9ce44e2 qmp: Move dispatcher to a coroutine by Kevin Wolf · 4 years, 5 months ago
  97. 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 5 months ago
  98. f2687fd Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 5 months ago
  99. 430065d cpus: prepare new CpusAccel cpu accelerator interface by Claudio Fontana · 4 years, 8 months ago
  100. 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 7 months ago