All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw/piix_pci.c: Fix PIIX3-xen to initialize ids
@ 2011-06-22 15:58 ` anthony.perard
  0 siblings, 0 replies; 10+ messages in thread
From: anthony.perard @ 2011-06-22 15:58 UTC (permalink / raw)
  To: QEMU-devel, Anthony Liguori
  Cc: Anthony PERARD, Xen Devel, Alexander Graf, Stefano Stabellini

From: Anthony PERARD <anthony.perard@citrix.com>

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 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..d08b31a 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, // 82371SB PIIX3 PCI-to-ISA bridge (Step A1)
+        .class_id     = PCI_CLASS_BRIDGE_ISA,
     },{
         /* end of list */
     }
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-06-30 11:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 15:58 [Qemu-devel] [PATCH] hw/piix_pci.c: Fix PIIX3-xen to initialize ids anthony.perard
2011-06-22 15:58 ` anthony.perard
2011-06-22 17:43 ` [Qemu-devel] " Stefano Stabellini
2011-06-22 17:43   ` Stefano Stabellini
2011-06-22 17:48   ` [Qemu-devel] [Xen-devel] " Anthony PERARD
2011-06-22 17:48     ` Anthony PERARD
2011-06-22 18:00     ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2011-06-22 18:00       ` Stefano Stabellini
2011-06-30 11:34 ` [Qemu-devel] " Alexander Graf
2011-06-30 11:34   ` Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.