search for: permissive_config_fil

Displaying 1 result from an estimated 1 matches for "permissive_config_fil".

Did you mean: permissive_config_file
2009 Feb 10
0
[PATCH] pciquirk.py can refer to undeclared variable
...-r 1efbb12b6860 tools/python/xen/xend/server/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, + ''unconstra...