mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +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:
parent
d6d9b76c7e
commit
2b2c31d206
@ -45,7 +45,7 @@ impl PciRoot {
|
||||
PciClassCode::BridgeDevice,
|
||||
&PciBridgeSubclass::HostBridge,
|
||||
None,
|
||||
PciHeaderType::Bridge,
|
||||
PciHeaderType::Device,
|
||||
0,
|
||||
0,
|
||||
None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user