search for: pcideviceparseerror

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

2009 Jul 16
0
Re: Xen-devel Digest, Vol 52, Issue 178
...= int(lst[0], 16) - dev['func'] = int(lst[1], 16) + dev['slot'] = '%02x' % int(lst[0], 16) + dev['func'] = '%x' % int(lst[1], 16) return dev except OSError, (errno, strerr): raise PciDeviceParseError('Can not locate the parent of %s', ------------------------------ Message: 3 Date: Wed, 17 Jun 2009 21:31:08 +1000 From: Simon Horman <horms@verge.net.au > Subject: [Xen-devel] Re: [PATCH] xend: pci: find_parent: should return string rather than int To: "Cui, Dexuan" &lt...
2013 Oct 19
1
Bug#726827: xen-utils-4.1: Xen doesn't start on a laptop with Nvidia Optimus graphics
...sfs() File "/usr/lib/xen-4.1/bin/../lib/python/xen/util/pci.py", line 1269, in get_info_from_sysfs self.find_capability(0x11) File "/usr/lib/xen-4.1/bin/../lib/python/xen/util/pci.py", line 1236, in find_capability ('Looped capability chain: %s' % self.name)) PciDeviceParseError: Looped capability chain: 0000:01:00.0 [2013-10-19 17:14:27 4238] INFO (SrvDaemon:220) Xend exited with status 1. * What exactly did you do (or not do) that was effective (or ineffective)? Searching for the error message (Looped capability chain: 0000:01:00.0) led to this page: http://mar...
2012 Apr 02
6
[PATCH 0 of 3] Patches for Xen 4.2 (v2).
Patches that were posted last week - with review comments addressed.