diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c index 12742b1433f82ffc2c482518eaa8671829dff851..d64d06ec6378c9275b7c23af0c53829501aebb90 100644 --- a/hw/i386/amd_iommu.c +++ b/hw/i386/amd_iommu.c @@ -1631,6 +1631,7 @@ static void amdvi_pci_class_init(ObjectClass *klass, void *data) PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); k->vendor_id = PCI_VENDOR_ID_AMD; + k->device_id = 0x1419; k->class_id = 0x0806; k->realize = amdvi_pci_realize;