search for: detect_dev_info

Displaying 3 results from an estimated 3 matches for "detect_dev_info".

2008 Oct 08
6
pci pass-through failure on xen 3.3.0
...coassigned_devices dev = self.find_the_uppermost_pci_bridge() File "/usr/lib64/python2.5/xen/util/pci.py", line 424, in find_the_uppermost_pci_bridge dev_parent = PciDevice(dom, b, d, f) File "/usr/lib64/python2.5/xen/util/pci.py", line 382, in __init__ self.detect_dev_info() File "/usr/lib64/python2.5/xen/util/pci.py", line 604, in detect_dev_info class_dev = self.pci_conf_read16(PCI_CLASS_DEVICE) File "/usr/lib64/python2.5/xen/util/pci.py", line 567, in pci_conf_read16 fd = os.open(self.cfg_space_path, os.O_RDONLY) OSError: [Errn...
2008 Oct 07
0
xend accesses wrong pci slot while enabling pci pass-through on xen3.3.0
...ind_coassigned_devices dev = self.find_the_uppermost_pci_bridge() File "//usr/lib64/python/xen/util/pci.py", line 423, in find_the_uppermost_pci_bridge dev_parent = PciDevice(dom, b, d, f) File "//usr/lib64/python/xen/util/pci.py", line 382, in __init__ self.detect_dev_info() File "//usr/lib64/python/xen/util/pci.py", line 603, in detect_dev_info class_dev = self.pci_conf_read16(PCI_CLASS_DEVICE) File "//usr/lib64/python/xen/util/pci.py", line 566, in pci_conf_read16 fd = os.open(self.cfg_space_path, os.O_RDONLY) OSError: [Errno 2]...
2009 Feb 24
4
[PATCH]xend: fix a typo in pci.py
The PCI_EXP_TYPE_PCI_BRIDGE should be PCI_EXP_FLAGS_TYPE here. Also a tiny fix to the python comment. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel