+static const struct pci_device_id vp_vdpa_id_table[] = {This looks like it'll create a mess with either virtio pci
+ÂÂÂ { PCI_DEVICE(PCI_VENDOR_ID_REDHAT_QUMRANET, PCI_ANY_ID) },
+ÂÂÂ { 0 }
+};
or vdpa being loaded at random. Maybe just don't specify
any IDs for now. Down the road we could get a
distinct vendor ID or a range of device IDs for this.
Right, will do.
Thanks