From: Laszlo Ersek Date: Wed, 17 Oct 2012 09:55:55 +0000 (+0200) Subject: xen PV passthru: assign SR-IOV virtual functions to separate virtual slots X-Git-Tag: v3.7-rc3~37^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5248fe10b101104d92d01438f918e899414fd1;p=pandora-kernel.git xen PV passthru: assign SR-IOV virtual functions to separate virtual slots VFs are reported as single-function devices in PCI_HEADER_TYPE, which causes pci_scan_slot() in the PV domU to skip all VFs beyond #0 in the pciback-provided slot. Avoid this by assigning each VF to a separate virtual slot. Acked-by: Jan Beulich Signed-off-by: Laszlo Ersek Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed