Revision 525e0514
b/hw/pci.c | ||
---|---|---|
1290 | 1290 |
} |
1291 | 1291 |
|
1292 | 1292 |
class = pci_get_word(dev->config + PCI_CLASS_DEVICE); |
1293 |
if (class == 0x0604) {
|
|
1293 |
if (class == PCI_CLASS_BRIDGE_HOST || class == PCI_CLASS_BRIDGE_PCI) {
|
|
1294 | 1294 |
QDict *qdict; |
1295 | 1295 |
QObject *pci_bridge; |
1296 | 1296 |
|
Also available in: Unified diff