mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 01:07:57 +00:00
hv: pci: remove host bridge BDF definition
We should check whether a PCI device is host bridge or not by Base Class (06h) and Sub-Class (00h). Tracked-On: #4550 Signed-off-by: Li Fei1 <fei1.li@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -183,7 +183,6 @@
|
||||
#define PCIR_AF_CTRL 0x4U
|
||||
#define PCIM_AF_FLR 0x1U
|
||||
|
||||
#define HOST_BRIDGE_BDF 0U
|
||||
#define PCI_STD_NUM_BARS 6U
|
||||
|
||||
union pci_bdf {
|
||||
|
Reference in New Issue
Block a user