qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V2] hw/piix_pci.c: Fix PIIX3-xen to initialize ids


From: Anthony PERARD
Subject: [Qemu-devel] [PATCH V2] hw/piix_pci.c: Fix PIIX3-xen to initialize ids
Date: Thu, 30 Jun 2011 16:53:22 +0100

Signed-off-by: Anthony PERARD <address@hidden>
---
 hw/piix_pci.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hw/piix_pci.c b/hw/piix_pci.c
index 26ce904..71528f4 100644
--- a/hw/piix_pci.c
+++ b/hw/piix_pci.c
@@ -478,6 +478,9 @@ static PCIDeviceInfo i440fx_info[] = {
         .no_hotplug   = 1,
         .init         = piix3_initfn,
         .config_write = piix3_write_config_xen,
+        .vendor_id    = PCI_VENDOR_ID_INTEL,
+        .device_id    = PCI_DEVICE_ID_INTEL_82371SB_0,
+        .class_id     = PCI_CLASS_BRIDGE_ISA,
     },{
         /* end of list */
     }
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]