PCIDriverRebindConfig

PCIDriverRebindConfig allows to configure PCI driver rebinds.
apiVersion: v1alpha1
kind: PCIDriverRebindConfig
pciID: 0000:04:00.00 # PCI device id
targetDriver: vfio-pci # Target driver to rebind the PCI device to.
FieldTypeDescriptionValue(s)
pciIDstringPCI device id
targetDriverstringTarget driver to rebind the PCI device to.
Last modified November 30, 2024: feat: pcirebind controller (a5660ed77)