search for: child_at

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

2009 Feb 10
0
[PATCH] pciquirk.py can refer to undeclared variable
...09 +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 self.__matchPCIdev( devices ): log.debug("Permissive mod...