1. a8e63ff virtio-pci: Fix the use of an uninitialized irqfd by Cindy Lu · 4 months ago
  2. f937309 virtio-net: Fix network stall at the host side waiting for kick by thomas · 5 months ago
  3. 67f5b27 Revert "virtio-pci: Implement SR-IOV PF" by Michael S. Tsirkin · 5 months ago
  4. cc91ac0 Revert "virtio-net: Implement SR-IOV VF" by Michael S. Tsirkin · 5 months ago
  5. 024d046 virtio-rng: block max-bytes=0 by Michael S. Tsirkin · 5 months ago
  6. 6c027a9 virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domain by Eric Auger · 5 months ago
  7. 1993d63 virtio-iommu: Remove the end point on detach by Eric Auger · 5 months ago
  8. 62ac01d virtio-iommu: Free [host_]resv_ranges on unset_iommu_devices by Eric Auger · 5 months ago
  9. 3745768 virtio-iommu: Remove probe_done by Eric Auger · 5 months ago
  10. 935c391 Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged" by Eric Auger · 5 months ago
  11. c2d6db6 virtio-net: Implement SR-IOV VF by Akihiko Odaki · 5 months ago
  12. 3f868ff virtio-pci: Implement SR-IOV PF by Akihiko Odaki · 5 months ago
  13. c03213f vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits by Jonah Palmer · 5 months ago
  14. 8446191 virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support by Jonah Palmer · 5 months ago
  15. b44135d virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support by Jonah Palmer · 5 months ago
  16. 2256e84 virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support by Jonah Palmer · 5 months ago
  17. 89cf657 hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_session by Zheyu Ma · 5 months ago
  18. 4d13ae4 virtio-mem: improve error message when unplug of device fails due to plugged memory by David Hildenbrand · 8 months ago
  19. 956b30b virtio-iommu: Revert transient enablement of IOMMU MR in bypass mode by Eric Auger · 6 months ago
  20. 2457343 memory: remove IOMMU MR iommu_set_page_size_mask() callback by Eric Auger · 6 months ago
  21. d7c8c95 virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device() by Eric Auger · 6 months ago
  22. d59ca1c HostIOMMUDevice : remove Error handle from get_iova_ranges callback by Eric Auger · 6 months ago
  23. 37baedf virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges() by Eric Auger · 6 months ago
  24. 1b889d6 virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged by Cédric Le Goater · 6 months ago
  25. 7aa6492 virtio: remove virtio_tswap16s() call in vring_packed_event_read() by Stefano Garzarella · 6 months ago
  26. 7c211eb0 vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requests by BillXiang · 6 months ago
  27. 704391f virtio-iommu: add error check before assert by Manos Pitsidianakis · 6 months ago
  28. 25b8a0f hw/virtio: Free vqs after vhost_dev_cleanup() by Akihiko Odaki · 6 months ago
  29. 5d98e18 virtio-pci: implement No_Soft_Reset bit by Jiqian Chen · 6 months ago
  30. a113d04 virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one() by Cindy Lu · 7 months ago
  31. 6eaf0e6 vhost-user: fix lost reconnect again by Li Feng · 7 months ago
  32. 9569fe0 Revert "vhost-user: fix lost reconnect" by Li Feng · 7 months ago
  33. 84b5816 virtio-pci: only reset pm state during resetting by Jiqian Chen · 7 months ago
  34. 33abfea hw/virtio: Fix obtain the buffer id from the last descriptor by Wafer · 7 months ago
  35. a0eebd7 vhost-vsock: add VIRTIO_F_RING_PACKED to feature_bits by Halil Pasic · 8 months ago
  36. b937fa8 vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits by Jonah Palmer · 9 months ago
  37. 5486936 virtio-mmio: Handle extra notification data by Jonah Palmer · 9 months ago
  38. 78378f4 virtio: Prevent creation of device using notification-data with ioeventfd by Jonah Palmer · 9 months ago
  39. cf39b82 virtio/virtio-pci: Handle extra notification data by Jonah Palmer · 9 months ago
  40. c5cd7e5 vhost: Perform memory section dirty scans once per iteration by Si-Wei Liu · 9 months ago
  41. 51d59a6 vhost: dirty log should be per backend type by Si-Wei Liu · 9 months ago
  42. 3ba100b virtio-iommu: Remove the implementation of iommu_set_iova_range by Eric Auger · 6 months ago
  43. cf2647a virtio-iommu: Compute host reserved regions by Eric Auger · 6 months ago
  44. 817ef10 virtio-iommu: Implement set|unset]_iommu_device() callbacks by Eric Auger · 6 months ago
  45. 0e0bf77 hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug() by Philippe Mathieu-Daudé · 10 months ago
  46. c49d1c3 util/hexdump: Add unit_len and block_len to qemu_hexdump_line by Richard Henderson · 8 months ago
  47. 53ee5f5 util/hexdump: Use a GString for qemu_hexdump_line by Richard Henderson · 8 months ago
  48. 13dfa93 util/hexdump: Remove ascii parameter from qemu_hexdump_line by Richard Henderson · 8 months ago
  49. 5837a76 util/hexdump: Remove b parameter from qemu_hexdump_line by Richard Henderson · 8 months ago
  50. ebb481c memory: Add Error** argument to memory_get_xlat_addr() by Cédric Le Goater · 7 months ago
  51. 4250826 exec: Declare target_words_bigendian() in 'exec/tswap.h' by Philippe Mathieu-Daudé · 1 year ago
  52. ad80e36 hw, target: Add ResetType argument to hold and exit phase methods by Peter Maydell · 8 months ago
  53. 88daa11 Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu into staging by Richard Henderson · 8 months ago
  54. 3688fec memory: Add Error** argument to .log_global_start() handler by Cédric Le Goater · 9 months ago
  55. f2604d8 hw/virtio: move stubs out of stubs/ by Paolo Bonzini · 8 months ago
  56. 0c2a380 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Peter Maydell · 8 months ago
  57. 2ce6cff virtio-pci: fix use of a released vector by Cindy Lu · 8 months ago
  58. f4729ec hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs by Philippe Mathieu-Daudé · 8 months ago
  59. ec0504b hw/virtio: Introduce virtio_bh_new_guarded() helper by Philippe Mathieu-Daudé · 8 months ago
  60. 6ae72f6 vdpa-dev: Fix the issue of device status not updating when configuration interruption is triggered by lyx634449800 · 8 months ago
  61. 2d9a31b hw/virtio: Fix packed virtqueue flush used_idx by Wafer · 8 months ago
  62. 4034159 Revert "hw/virtio: Add support for VDPA network simulation devices" by Michael S. Tsirkin · 8 months ago
  63. 2c66de6 vdpa-dev: Fix initialisation order to restore VDUSE compatibility by Kevin Wolf · 9 months ago
  64. 6fc6931 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Peter Maydell · 9 months ago
  65. 01e7e49 virtio-iommu: Add an option to define the input range width by Eric Auger · 9 months ago
  66. fdda908 virtio-iommu: Trace domain range limits as unsigned int by Eric Auger · 9 months ago
  67. 9dd5e80 virtio-iommu: Change the default granule to the host page size by Eric Auger · 9 months ago
  68. 294ac5f virtio-iommu: Add a granule property by Eric Auger · 9 months ago
  69. cd341fd hw/virtio: Add support for VDPA network simulation devices by Hao Chen · 10 months ago
  70. 043e127 hw/virtio: check owner for removing objects by Albert Esteve · 10 months ago
  71. a8516e5 vdpa: trace skipped memory sections by Eugenio Pérez · 10 months ago
  72. a558345 vdpa: stash memory region properties in vars by Eugenio Pérez · 10 months ago
  73. 9ed6280 vdpa: fix network breakage after cancelling migration by Si-Wei Liu · 10 months ago
  74. 19a060b vdpa: add vhost_vdpa_set_dev_vring_base trace for svq mode by Si-Wei Liu · 10 months ago
  75. 6ec0a74 vdpa: add vhost_vdpa_get_vring_base trace for svq mode by Si-Wei Liu · 10 months ago
  76. c812b06 vdpa: factor out vhost_vdpa_last_dev by Si-Wei Liu · 10 months ago
  77. e692f9c Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into staging by Peter Maydell · 9 months ago
  78. ee1004b bulk: Access existing variables initialized to &S->F when available by Philippe Mathieu-Daudé · 11 months ago
  79. ff88dbe hw/virtio/vhost: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 9 months ago
  80. b403c8d hw/virtio/vhost-vsock: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 9 months ago
  81. f853fa0 migration: remove migration.h references by Steve Sistare · 9 months ago
  82. f3bff6c migration: export fewer options by Steve Sistare · 9 months ago
  83. d91f33c migration: remove error from notifier data by Steve Sistare · 10 months ago
  84. be19d83 notify: pass error to notifier with return by Steve Sistare · 10 months ago
  85. 9a45738 virtio_iommu: Clear IOMMUPciBus pointer cache when system reset by Zhenzhong Duan · 11 months ago
  86. bad3872 hw/virtio: derive vhost-user-input from vhost-user-base by Leo Yan · 11 months ago
  87. 87c7fb7 hw/virtio: Move vhost-user-input into virtio folder by Leo Yan · 11 months ago
  88. a26105d hw/virtio: Support set_config() callback in vhost-user-base by Leo Yan · 11 months ago
  89. 4ae0fc1 hw/virtio: add vhost-user-snd and vhost-user-snd-pci devices by Manos Pitsidianakis · 11 months ago
  90. a50616b hw/virtio: derive vhost-user-i2c from vhost-user-base by Alex Bennée · 11 months ago
  91. 5ba5875 hw/virtio: derive vhost-user-gpio from vhost-user-base by Alex Bennée · 11 months ago
  92. 233412b hw/virtio: derive vhost-user-rng from vhost-user-base by Alex Bennée · 11 months ago
  93. 64a312a hw/virtio: convert vhost-user-base to async shutdown by Alex Bennée · 11 months ago
  94. 6275989 virtio: split into vhost-user-base and vhost-user-device by Alex Bennée · 11 months ago
  95. e2beaf7 Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Peter Maydell · 10 months ago
  96. 5bdbaeb virtio: Re-enable notifications after drain by Hanna Czenczek · 11 months ago
  97. 04accf4 oslib-posix: initialize backend memory objects in parallel by Mark Kanda · 11 months ago
  98. ee88df5 acpi: Clean up includes by Peter Maydell · 11 months ago
  99. 57ba843 hw/arm/virt-acpi-build.c: Migrate virtio creation to common location by Sunil V L · 12 months ago
  100. 9c878ad misc: Simplify qemu_prealloc_mem() calls by Philippe Mathieu-Daudé · 1 year, 1 month ago