> From: Yishai Hadas <yishaih@xxxxxxxxxx> > Sent: Monday, February 24, 2025 8:19 PM > > config VIRTIO_VFIO_PCI > - tristate "VFIO support for VIRTIO NET PCI VF devices" > + tristate "VFIO support for VIRTIO NET,BLOCK PCI VF devices" > depends on VIRTIO_PCI > select VFIO_PCI_CORE > help > - This provides migration support for VIRTIO NET PCI VF devices > - using the VFIO framework. Migration support requires the > + This provides migration support for VIRTIO NET,BLOCK PCI VF > + devices using the VFIO framework. Migration support requires the > SR-IOV PF device to support specific VIRTIO extensions, > otherwise this driver provides no additional functionality > beyond vfio-pci. Probably just describe it as "VFIO support for VIRTIO PCI VF devices"? Anyway one needs to check out the specific id table in the driver for which devices are supported. and the config option is called as VIRTIO_VFIO_PCI > MODULE_DESCRIPTION( > - "VIRTIO VFIO PCI - User Level meta-driver for VIRTIO NET devices"); > + "VIRTIO VFIO PCI - User Level meta-driver for VIRTIO NET,BLOCK > devices"); Same here. Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>