1. 57ba843 hw/arm/virt-acpi-build.c: Migrate virtio creation to common location by Sunil V L · 1 year, 3 months ago
  2. 9c878ad misc: Simplify qemu_prealloc_mem() calls by Philippe Mathieu-Daudé · 1 year, 4 months ago
  3. 05470c3 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 1 year, 2 months ago
  4. 0d66549 meson: remove CONFIG_ALL by Paolo Bonzini · 1 year, 6 months ago
  5. ca02a17 hw/virtio: Constify VMState by Richard Henderson · 1 year, 3 months ago
  6. f6fe3e3 vdpa: move memory listener to vhost_vdpa_shared by Eugenio Pérez · 1 year, 3 months ago
  7. b06a38f vdpa: use dev_shared in vdpa_iommu by Eugenio Pérez · 1 year, 3 months ago
  8. 6f03d9e vdpa: use VhostVDPAShared in vdpa_dma_map and unmap by Eugenio Pérez · 1 year, 3 months ago
  9. 3c6d12a vdpa: move iommu_list to vhost_vdpa_shared by Eugenio Pérez · 1 year, 3 months ago
  10. 74e76c7 vdpa: remove msg type of vhost_vdpa by Eugenio Pérez · 1 year, 3 months ago
  11. 4da38d1 vdpa: move backend_cap to vhost_vdpa_shared by Eugenio Pérez · 1 year, 3 months ago
  12. 7627f0a vdpa: move iotlb_batch_begin_sent to vhost_vdpa_shared by Eugenio Pérez · 1 year, 3 months ago
  13. f12b249 vdpa: move file descriptor to vhost_vdpa_shared by Eugenio Pérez · 1 year, 3 months ago
  14. e36b999 vdpa: use vdpa shared for tracing by Eugenio Pérez · 1 year, 3 months ago
  15. a6e823d vdpa: move shadow_data to vhost_vdpa_shared by Eugenio Pérez · 1 year, 3 months ago
  16. ae25ff4 vdpa: move iova_range to vhost_vdpa_shared by Eugenio Pérez · 1 year, 3 months ago
  17. 5edb02e vdpa: move iova tree to the shared struct by Eugenio Pérez · 1 year, 3 months ago
  18. bc865bf vdpa: do not set virtio status bits if unneeded by Eugenio Pérez · 1 year, 3 months ago
  19. 9aad781 vhost: Add worker backend callouts by Mike Christie · 1 year, 3 months ago
  20. df72f01 virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDX by Mathieu Poirier · 1 year, 4 months ago
  21. 95e1019 vhost-user-scsi: free the inflight area when reset by Li Feng · 1 year, 4 months ago
  22. 298d4f8 vhost-user: fix the reconnect error by Li Feng · 1 year, 4 months ago
  23. c8559fc virtio-iommu: Remove useless !sdev check in virtio_iommu_probe() by Eric Auger · 1 year, 4 months ago
  24. c9a4aa0 hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize() by Philippe Mathieu-Daudé · 1 year, 4 months ago
  25. 837053a hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field by Philippe Mathieu-Daudé · 1 year, 4 months ago
  26. 364eff6 virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug() by David Hildenbrand · 1 year, 5 months ago
  27. f6b615b Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 4 months ago
  28. bca3e2a vhost-user-fs: Implement internal migration by Hanna Czenczek · 1 year, 5 months ago
  29. 4a00d5d vhost: Add high-level state save/load functions by Hanna Czenczek · 1 year, 5 months ago
  30. cda83ad vhost-user: Interface for migration state transfer by Hanna Czenczek · 1 year, 5 months ago
  31. bb59f35 Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging by Stefan Hajnoczi · 1 year, 4 months ago
  32. 2d7f108 Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion" by Maciej S. Szmigiero · 1 year, 4 months ago
  33. ba7d12e hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps by Yi Liu · 1 year, 5 months ago
  34. 5c476ba virtio-iommu: Consolidate host reserved regions and property set ones by Eric Auger · 1 year, 5 months ago
  35. 30d40e3 virtio-iommu: Implement set_iova_ranges() callback by Eric Auger · 1 year, 5 months ago
  36. 09b4c3d virtio-iommu: Record whether a probe request has been issued by Eric Auger · 1 year, 5 months ago
  37. 908cae0 virtio-iommu: Introduce per IOMMUDevice reserved regions by Eric Auger · 1 year, 5 months ago
  38. 41cc70c virtio-iommu: Rename reserved_regions into prop_resv_regions by Eric Auger · 1 year, 5 months ago
  39. e8f433f memory: Let ReservedRegion use Range by Eric Auger · 1 year, 5 months ago
  40. 8941579 cpr: relax vhost migration blockers by Steve Sistare · 1 year, 4 months ago
  41. 99b16e8 migration: Use vmstate_register_any() by Juan Quintela · 1 year, 5 months ago
  42. 84d61e5 virtio: use defer_call() in virtio_irqfd_notify() by Stefan Hajnoczi · 1 year, 6 months ago
  43. 126e7f7 kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH by Paolo Bonzini · 1 year, 5 months ago
  44. 5d9ec1f kvm: assume that many ioeventfds can be created by Paolo Bonzini · 1 year, 5 months ago
  45. 1b4a5a2 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
  46. f02a4b8 vhost-user: fix lost reconnect by Li Feng · 1 year, 5 months ago
  47. 4dfcc09 vhost: move and rename the conn retry times by Li Feng · 1 year, 5 months ago
  48. c0c4f14 virtio: call ->vhost_reset_device() during reset by Stefan Hajnoczi · 1 year, 5 months ago
  49. e638329 vhost-backend: remove vhost_kernel_reset_device() by Stefan Hajnoczi · 1 year, 5 months ago
  50. 22d2464 vhost-user: do not send RESET_OWNER on device reset by Stefan Hajnoczi · 1 year, 5 months ago
  51. d7dc068 vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously by Laszlo Ersek · 1 year, 5 months ago
  52. 75b6b6d vhost-user: allow "vhost_set_vring" to wait for a reply by Laszlo Ersek · 1 year, 5 months ago
  53. df3b2ab vhost-user: hoist "write_sync", "get_features", "get_u64" by Laszlo Ersek · 1 year, 5 months ago
  54. 99ad9ec vhost-user: flatten "enforce_reply" into "vhost_user_write_sync" by Laszlo Ersek · 1 year, 5 months ago
  55. 54ae368 vhost-user: factor out "vhost_user_write_sync" by Laszlo Ersek · 1 year, 5 months ago
  56. ed0b3eb vhost-user: tighten "reply_supported" scope in "set_vring_addr" by Laszlo Ersek · 1 year, 5 months ago
  57. 1428831 vhost-user: strip superfluous whitespace by Laszlo Ersek · 1 year, 5 months ago
  58. 384dbdd Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quintela/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  59. c8a7fc5 migration: simplify blockers by Steve Sistare · 1 year, 5 months ago
  60. 5960f25 hw/virtio/virtio-pmem: Replace impossible check by assertion by Philippe Mathieu-Daudé · 1 year, 5 months ago
  61. 99d6a32 vhost: Expose vhost_svq_available_slots() by Hawkins Jiawei · 1 year, 5 months ago
  62. 0193b3b Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  63. 605a16a virtio: Add shared memory capability by Dr. David Alan Gilbert · 1 year, 10 months ago
  64. ee6398d virtio-mem: Mark memslot alias memory regions unmergeable by David Hildenbrand · 1 year, 5 months ago
  65. 533f5d6 memory,vhost: Allow for marking memory device memory regions unmergeable by David Hildenbrand · 1 year, 5 months ago
  66. 177f9b1 virtio-mem: Expose device memory dynamically via multiple memslots if enabled by David Hildenbrand · 1 year, 5 months ago
  67. 884a0c2 virtio-mem: Update state to match bitmap as soon as it's been migrated by David Hildenbrand · 1 year, 5 months ago
  68. a45171d virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb by David Hildenbrand · 1 year, 5 months ago
  69. a233511 memory-device,vhost: Support automatic decision on the number of memslots by David Hildenbrand · 1 year, 5 months ago
  70. cd89c06 vhost: Add vhost_get_max_memslots() by David Hildenbrand · 1 year, 5 months ago
  71. 766aa0a memory-device,vhost: Support memory devices that dynamically consume memslots by David Hildenbrand · 1 year, 5 months ago
  72. 8c49951 vhost: Return number of free memslots by David Hildenbrand · 1 year, 5 months ago
  73. 309ebfa vhost: Remove vhost_backend_can_merge() callback by David Hildenbrand · 1 year, 5 months ago
  74. 552b252 vhost: Rework memslot filtering and fix "used_memslot" tracking by David Hildenbrand · 1 year, 5 months ago
  75. da31828 hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow by Thomas Huth · 1 year, 5 months ago
  76. 5ae80e6 hw/virtio/virtio-pci: Avoid compiler warning with -Wshadow by Thomas Huth · 1 year, 5 months ago
  77. 1609476 vhost-user: add shared_object msg by Albert Esteve · 1 year, 5 months ago
  78. 70f8843 virtio: remove unused next argument from virtqueue_split_read_next_desc() by Ilya Maximets · 1 year, 5 months ago
  79. d501f97 virtio: remove unnecessary thread fence while reading next descriptor by Ilya Maximets · 1 year, 5 months ago
  80. 850cd20 virtio: use shadow_avail_idx while checking number of heads by Ilya Maximets · 1 year, 5 months ago
  81. 3d123a8 vhost-user: move VhostUserProtocolFeature definition to header file by Jonah Palmer · 1 year, 5 months ago
  82. 58f8168 qmp: update virtio feature maps, vhost-user-gpio introspection by Jonah Palmer · 1 year, 5 months ago
  83. b532c68 qmp: remove virtio_list, search QOM tree instead by Jonah Palmer · 1 year, 5 months ago
  84. b0de17a vhost: Add count argument to vhost_svq_poll() by Hawkins Jiawei · 1 year, 6 months ago
  85. 6c48254 vdpa: move vhost_vdpa_set_vring_ready to the caller by Eugenio Pérez · 1 year, 7 months ago
  86. d7ce084 vdpa: export vhost_vdpa_set_vring_ready by Eugenio Pérez · 1 year, 7 months ago
  87. 43d6376 virtio: don't zero out memory region cache for indirect descriptors by Ilya Maximets · 1 year, 7 months ago
  88. f92a2d6 hw/virtio: add config support to vhost-user-device by Alex Bennée · 1 year, 8 months ago
  89. eee7780 virtio: add vhost-user-base and a generic vhost-user-device by Alex Bennée · 1 year, 8 months ago
  90. f05356f hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[] by Philippe Mathieu-Daudé · 1 year, 8 months ago
  91. 0563263 hw/virtio: Build vhost-vdpa.o once by Philippe Mathieu-Daudé · 1 year, 8 months ago
  92. 33f2186 hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask() by Philippe Mathieu-Daudé · 1 year, 8 months ago
  93. 1dca36f hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macro by Philippe Mathieu-Daudé · 1 year, 8 months ago
  94. 8b1a888 hw/virtio: Propagate page_mask to vhost_vdpa_section_end() by Philippe Mathieu-Daudé · 1 year, 8 months ago
  95. 961d60e hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section() by Philippe Mathieu-Daudé · 1 year, 8 months ago
  96. 9b4b4e5 hw/other: spelling fixes by Michael Tokarev · 1 year, 8 months ago
  97. 92e2e6a virtio: Drop out of coroutine context in virtio_load() by Kevin Wolf · 1 year, 6 months ago
  98. 9d38a84 virtio-crypto: verify src&dst buffer length for sym request by zhenwei pi · 1 year, 7 months ago
  99. 18f2971 vhost: fix the fd leak by Li Feng · 1 year, 7 months ago
  100. c92f4fc virtio: Fix packed virtqueue used_idx mask by Hanna Czenczek · 1 year, 8 months ago