Displaying 1 result from an estimated 1 matches for "pci_perm_dev_config".
2009 Feb 10
0
[PATCH] pciquirk.py can refer to undeclared variable
...er/pciquirk.py
--- a/tools/python/xen/xend/server/pciquirk.py Tue Feb 10 10:25:33 2009 +0000
+++ b/tools/python/xen/xend/server/pciquirk.py Tue Feb 10 10:31:31 2009 +0000
@@ -123,7 +123,8 @@
log.info("Config file does not exist: %s" % PERMISSIVE_CONFIG_FILE)
self.pci_perm_dev_config = [''xend-pci-perm-devs'']
- devices = child_at(child(pci_perm_dev_config, ''unconstrained_dev_ids''),0)
+ devices = child_at(child(self.pci_perm_dev_config,
+ ''unconstrained_dev_ids''),0)
if s...