summaryrefslogtreecommitdiffstats
path: root/core/pci-iov.c
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2017-08-17 16:04:44 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-21 11:58:19 +1000
commitf77837bda34f4ad68ba0c5723a4e2fafa8a9e017 (patch)
tree0fed23ea33b225f6ffb261bd6f1ebca75f975e62 /core/pci-iov.c
parent2a54e4f87be5c39baecf9403f0faac5121d23358 (diff)
downloadtalos-skiboot-f77837bda34f4ad68ba0c5723a4e2fafa8a9e017.tar.gz
talos-skiboot-f77837bda34f4ad68ba0c5723a4e2fafa8a9e017.zip
pci: Track whether a PCI device is a virtual function
This can be checked from config space, but we will need to know this when restoring the PCI topology, and it is not always safe to access config space during this period. Signed-off-by: Russell Currey <ruscur@russell.cc> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/pci-iov.c')
-rw-r--r--core/pci-iov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pci-iov.c b/core/pci-iov.c
index 9d75b378..06fc4c6f 100644
--- a/core/pci-iov.c
+++ b/core/pci-iov.c
@@ -175,6 +175,7 @@ static void pci_iov_init_VF(struct pci_device *pd, struct pci_device *vf)
{
vf->is_bridge = false;
vf->is_multifunction = false;
+ vf->is_vf = true;
vf->dev_type = PCIE_TYPE_ENDPOINT;
vf->scan_map = -1;
vf->vdid = pd->vdid;
OpenPOWER on IntegriCloud