mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
pci: Use device PCI header type for our root bridge
The Bridge header type is really meant to be for PCI-to-PCI bridges. Fixes: #85 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ impl PciRoot {
|
|||||||
PciClassCode::BridgeDevice,
|
PciClassCode::BridgeDevice,
|
||||||
&PciBridgeSubclass::HostBridge,
|
&PciBridgeSubclass::HostBridge,
|
||||||
None,
|
None,
|
||||||
PciHeaderType::Bridge,
|
PciHeaderType::Device,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
None,
|
None,
|
||||||
|
|||||||
Reference in New Issue
Block a user