1. b785d25 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 3 months ago
  2. ed7fa56 config-file: move -set implementation to vl.c by Paolo Bonzini · 4 years, 4 months ago
  3. 32c02fd qemu-option: restrict qemu_opts_set to merge-lists QemuOpts by Paolo Bonzini · 4 years, 4 months ago
  4. 4bd802b Clean up includes by Markus Armbruster · 4 years, 4 months ago
  5. 683685e Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging by Peter Maydell · 4 years, 3 months ago
  6. 6d7ccc5 util/cutils: Fix Coverity array overrun in freq_to_str() by Philippe Mathieu-Daudé · 4 years, 3 months ago
  7. b430b51 util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci() by David Hildenbrand · 4 years, 3 months ago
  8. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  9. c36678b w32: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  10. 85c3ed4 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 4 months ago
  11. 747c6b3 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 4 months ago
  12. 372bcb2 qapi, qemu-options: make all parsing visitors parse boolean options the same by Paolo Bonzini · 4 years, 4 months ago
  13. e18d9a9 coroutine: let CoQueue wake up outside a coroutine by Marc-André Lureau · 4 years, 4 months ago
  14. bc15e44 configure: introduce --enable-vhost-user-blk-server by Stefan Hajnoczi · 4 years, 4 months ago
  15. fc107d8 util/vfio-helpers: Assert offset is aligned to page size by Philippe Mathieu-Daudé · 4 years, 4 months ago
  16. f6b8104 util/vfio-helpers: Convert vfio_dump_mapping to trace events by Philippe Mathieu-Daudé · 4 years, 4 months ago
  17. 4c946b2 util/vfio-helpers: Improve DMA trace events by Philippe Mathieu-Daudé · 4 years, 4 months ago
  18. 2817fbc util/vfio-helpers: Trace where BARs are mapped by Philippe Mathieu-Daudé · 4 years, 4 months ago
  19. df05822 util/vfio-helpers: Trace PCI BAR region info by Philippe Mathieu-Daudé · 4 years, 4 months ago
  20. 3d87c2d util/vfio-helpers: Trace PCI I/O config accesses by Philippe Mathieu-Daudé · 4 years, 4 months ago
  21. a4bc212 util/vfio-helpers: Improve reporting unsupported IOMMU type by Philippe Mathieu-Daudé · 4 years, 4 months ago
  22. 8507c9d Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years, 4 months ago
  23. eada6d9 qmp: fix aio_poll() assertion failure on Windows by Volker Rümelin · 4 years, 4 months ago
  24. 090afdc cutils: replace strdup with g_strdup by Paolo Bonzini · 4 years, 4 months ago
  25. 8acefc7 sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX by Markus Armbruster · 4 years, 4 months ago
  26. ef298e3 sockets: Bypass "replace empty @path" for abstract unix sockets by Markus Armbruster · 4 years, 4 months ago
  27. 3b14b4e sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets by Markus Armbruster · 4 years, 4 months ago
  28. b08cc97 sockets: Fix default of UnixSocketAddress member @tight by Markus Armbruster · 4 years, 4 months ago
  29. 2ab6c49 Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
  30. dfc00eb util: include the target address in socket connect failures by Daniel P. Berrangé · 4 years, 5 months ago
  31. 546323b modules: turn off lazy binding by Gerd Hoffmann · 4 years, 4 months ago
  32. 1e1f9c2 virtio-gpu: add virtio-vga module by Gerd Hoffmann · 4 years, 4 months ago
  33. 74acdf0 virtio-gpu: add virtio-gpu-pci module by Gerd Hoffmann · 4 years, 4 months ago
  34. a95e039 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 4 months ago
  35. 7a3b7f6 win32: boot broken when bind & data dir are the same by Sunil Muthuswamy · 4 years, 4 months ago
  36. 3a213f8 util/vhost-user-server: use static library in meson.build by Stefan Hajnoczi · 4 years, 5 months ago
  37. 80a06cc util/vhost-user-server: move header to include/ by Stefan Hajnoczi · 4 years, 5 months ago
  38. 90fc91d block/export: convert vhost-user-blk server to block export API by Stefan Hajnoczi · 4 years, 5 months ago
  39. 7185c85 util/vhost-user-server: rework vu_client_trip() coroutine lifecycle by Stefan Hajnoczi · 4 years, 5 months ago
  40. edaf620 util/vhost-user-server: check EOF when reading payload by Stefan Hajnoczi · 4 years, 5 months ago
  41. 8c7f7cb util/vhost-user-server: fix memory leak in vu_message_read() by Stefan Hajnoczi · 4 years, 5 months ago
  42. 47ba680 util/vhost-user-server: drop unused DevicePanicNotifier by Stefan Hajnoczi · 4 years, 5 months ago
  43. dad4f19 util/vhost-user-server: drop unnecessary watch deletion by Stefan Hajnoczi · 4 years, 5 months ago
  44. 46a096c util/vhost-user-server: drop unnecessary QOM cast by Stefan Hajnoczi · 4 years, 5 months ago
  45. 1d78745 util/vhost-user-server: s/fileds/fields/ typo fix by Stefan Hajnoczi · 4 years, 5 months ago
  46. 5937835 block: move logical block size check function to a common utility function by Coiby Xu · 4 years, 5 months ago
  47. 70eb2c0 util/vhost-user-server: generic vhost user server by Coiby Xu · 4 years, 5 months ago
  48. c826365 opengl: build opengl helper code modular by Gerd Hoffmann · 4 years, 4 months ago
  49. 4e65151 modules: add spice dependencies by Gerd Hoffmann · 4 years, 4 months ago
  50. 6f13fa7 modules: dependencies infrastructure by Gerd Hoffmann · 4 years, 4 months ago
  51. 709616c util/cutils: Introduce freq_to_str() to display Hertz units by Philippe Mathieu-Daudé · 4 years, 5 months ago
  52. 7daf8f8 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years, 5 months ago
  53. 8bf12c4 keyval: Parse help options by Kevin Wolf · 4 years, 5 months ago
  54. 7051ae6 keyval: Fix parsing of ',' in value of implied key by Markus Armbruster · 4 years, 5 months ago
  55. fec3331 keyval: Fix and clarify grammar by Markus Armbruster · 4 years, 5 months ago
  56. 23ebeaa chardev/spice: build spice chardevs as module by Gerd Hoffmann · 4 years, 5 months ago
  57. f88908c modules: update qom object module comment by Gerd Hoffmann · 4 years, 5 months ago
  58. 5010932 module: silence errors for module_load_qom_all(). by Gerd Hoffmann · 4 years, 5 months ago
  59. 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
  60. 26b0b69 util/async: Add aio_co_reschedule_self() by Kevin Wolf · 4 years, 5 months ago
  61. 9ce44e2 qmp: Move dispatcher to a coroutine by Kevin Wolf · 4 years, 5 months ago
  62. 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 5 months ago
  63. f2687fd Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 5 months ago
  64. 430065d cpus: prepare new CpusAccel cpu accelerator interface by Claudio Fontana · 4 years, 7 months ago
  65. 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 6 months ago
  66. 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 6 months ago
  67. 9ab5741 util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regions by Eric Auger · 4 years, 5 months ago
  68. 4487d42 util/vfio-helpers: Collect IOVA reserved regions by Eric Auger · 4 years, 5 months ago
  69. b02c01a util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar() by Philippe Mathieu-Daudé · 4 years, 5 months ago
  70. 1b93406 module: relocate path to modules by Paolo Bonzini · 4 years, 6 months ago
  71. fcb4f59 oslib-posix: relocate path to /var by Paolo Bonzini · 4 years, 6 months ago
  72. f4f5ed2 cutils: introduce get_relocated_path by Paolo Bonzini · 4 years, 6 months ago
  73. 9386a4a oslib-posix: default exec_dir to bindir by Paolo Bonzini · 4 years, 6 months ago
  74. a4c1386 oslib: do not call g_strdup from qemu_get_exec_dir by Paolo Bonzini · 4 years, 6 months ago
  75. bbb1690 util/hexdump: introduce qemu_hexdump_line() by Laurent Vivier · 4 years, 5 months ago
  76. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
  77. 5cd9c38 fdmon-poll: reset npfd when upgrading to fdmon-epoll by Stefan Hajnoczi · 4 years, 6 months ago
  78. 9dd6f7c util/iov: add iov_discard_undo() by Stefan Hajnoczi · 4 years, 5 months ago
  79. 834b927 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 5 months ago
  80. 8cc360b util/: fix some comment spelling errors by zhaolichang · 4 years, 5 months ago
  81. 5e0a8fd Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-16' into staging by Peter Maydell · 4 years, 5 months ago
  82. da0652c tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c by Yonggang Luo · 4 years, 6 months ago
  83. 661b3e8 util: give a specific error message when O_DIRECT doesn't work by Daniel P. Berrangé · 4 years, 7 months ago
  84. c490af5 util: introduce qemu_open and qemu_create with error reporting by Daniel P. Berrangé · 4 years, 8 months ago
  85. ebb3d49 util: add Error object for qemu_open_internal error reporting by Daniel P. Berrangé · 4 years, 6 months ago
  86. bf93d2a util: refactor qemu_open_old to split off variadic args handling by Daniel P. Berrangé · 4 years, 8 months ago
  87. 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 7 months ago
  88. c2069ff util: split off a helper for dealing with O_CLOEXEC flag by Daniel P. Berrangé · 4 years, 6 months ago
  89. 60efffa monitor: simplify functions for getting a dup'd fdset entry by Daniel P. Berrangé · 4 years, 6 months ago
  90. d816614 rcu: Implement drain_call_rcu by Maxim Levitsky · 4 years, 6 months ago
  91. 7b0de5b virtio-gpu: build modular by Gerd Hoffmann · 4 years, 6 months ago
  92. 842038f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
  93. b42581f util/hexdump: Reorder qemu_hexdump() arguments by Philippe Mathieu-Daudé · 4 years, 6 months ago
  94. 67263b3 util/hexdump: Convert to take a void pointer argument by Philippe Mathieu-Daudé · 4 years, 6 months ago
  95. b15e402 trace-events: Fix attribution of trace points to source by Markus Armbruster · 4 years, 7 months ago
  96. 8c27876 stubs: Move qemu_fd_register stub to util/main-loop.c by Thomas Huth · 4 years, 6 months ago
  97. ce0ce71 util/vfio-helpers: Unify trace-events size format by Philippe Mathieu-Daudé · 4 years, 6 months ago
  98. a6da793 util/vfio-helpers: Fix typo in description by Philippe Mathieu-Daudé · 4 years, 7 months ago
  99. 3cf10b2 util/qemu-timer: Fix typo in description by Philippe Mathieu-Daudé · 4 years, 7 months ago
  100. 3a52b42 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 6 months ago