Displaying 1 result from an estimated 1 matches for "sysfs_pci_devs_path".
2008 Sep 27
0
[PATCH 9/9] xen: add SR-IOV support to xm
...diff -r b642e39d96cf tools/python/xen/util/pci.py
--- a/tools/python/xen/util/pci.py Thu Sep 25 17:41:29 2008 +0100
+++ b/tools/python/xen/util/pci.py Sat Sep 27 01:08:05 2008 -0400
@@ -17,7 +17,7 @@
PROC_PCI_PATH = ''/proc/bus/pci/devices''
PROC_PCI_NUM_RESOURCES = 7
-SYSFS_PCI_DEVS_PATH = ''/bus/pci/devices''
+SYSFS_PCI_DEVS_PATH = ''/bus/pci/devices/''
SYSFS_PCI_DEV_RESOURCE_PATH = ''/resource''
SYSFS_PCI_DEV_CONFIG_PATH = ''/config''
SYSFS_PCI_DEV_IRQ_PATH = ''/irq''
@@ -28,6 +28,14 @@
SYSFS_PCI_...