> From: Brett Creeley <brett.creeley@xxxxxxx> > Sent: Saturday, June 3, 2023 6:03 AM > + > + # Prevent non-vfio VF driver from probing the VF device > + echo 0 > > /sys/class/pci_bus/$PF_BUS/device/$PF_BDF/sriov_drivers_autoprobe > + > + # Create single VF for Live Migration via VFIO > + echo 1 > /sys/bus/pci/drivers/pds_core/$PF_BDF/sriov_numvfs s/via VFIO/via pds_core/ > + > +config PDS_VFIO_PCI > + tristate "VFIO support for PDS PCI devices" > + depends on PDS_CORE > + depends on VFIO_PCI_CORE this should be rebased on Alex's Kconfig change.