projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103f9af
)
apb: use normal PCI device header for PBM device
author
Blue Swirl
<blauwirbel@gmail.com>
Sat, 10 Mar 2012 16:53:47 +0000
(16:53 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 17 Mar 2012 16:29:47 +0000
(16:29 +0000)
PBM has a normal PCI device header, fix.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/apb_pci.c
patch
|
blob
|
history
diff --git
a/hw/apb_pci.c
b/hw/apb_pci.c
index 1d25da8da9194e075728aa7f7e6f1fabe3e4381f..b10f31ea3a61a97d6c7415b3b40b121b7af99b8e 100644
(file)
--- a/
hw/apb_pci.c
+++ b/
hw/apb_pci.c
@@
-444,7
+444,6
@@
static void pbm_pci_host_class_init(ObjectClass *klass, void *data)
k->vendor_id = PCI_VENDOR_ID_SUN;
k->device_id = PCI_DEVICE_ID_SUN_SABRE;
k->class_id = PCI_CLASS_BRIDGE_HOST;
- k->is_bridge = 1;
}
static TypeInfo pbm_pci_host_info = {