projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d5ad5
)
hw/piix_pci.c: Fix PIIX3-xen to initialize ids
author
Anthony PERARD
<anthony.perard@citrix.com>
Wed, 22 Jun 2011 15:58:31 +0000
(16:58 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 17 Jul 2011 15:47:34 +0000
(18:47 +0300)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/piix_pci.c
patch
|
blob
|
history
diff --git
a/hw/piix_pci.c
b/hw/piix_pci.c
index 26ce90451afa50329e8b952a54f556864d2ce895..d08b31a266b88a6018108687b58f8d8e229dae59 100644
(file)
--- 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 */
}