Hi, > > + pc->realize = pvpanic_pci_realizefn; > > + pc->vendor_id = PCI_VENDOR_ID_REDHAT; > > + pc->device_id = PCI_DEVICE_ID_REDHAT_PVPANIC; > > Please fill out subsystem and subsystem vendor IDs as well: > pc->subsystem_vendor_id > pc->subsystem_id
Not needed, when left blank they are set to the default qemu subsystem id (1af4:1100) by the pci core. take care, Gerd