mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 01:07:57 +00:00
HV: vdev passthough hidding SRIOV
Support hide SRIOV extend capability for passthough device Tracked-On: #5041 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> Reviewed-by: Fei Li <fei1.li@intel.com>
This commit is contained in:
committed by
wenlingz
parent
585c652f81
commit
eb36337622
@@ -221,6 +221,8 @@ struct pci_msix_cap {
|
||||
struct pci_sriov_cap {
|
||||
uint32_t capoff;
|
||||
uint32_t caplen;
|
||||
uint32_t pre_pos;
|
||||
bool hide_sriov;
|
||||
};
|
||||
|
||||
struct pci_pdev {
|
||||
|
Reference in New Issue
Block a user