Displaying 1 result from an estimated 1 matches for "61ec78692b13".
2009 Jul 16
0
Re: Xen-devel Digest, Vol 52, Issue 178
...;, Simon Horman
<horms@verge.net.au >
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com >
Message-ID:
<EADF0A36011179459010BDF5142A457501C9E2AFB5@pdsmsx502.ccr.corp.intel.com >
Content-Type: text/plain; charset="gb2312"
Using changeset 19783: 61ec78692b13, device assignment can't work:
e.g., in find_the_uppermost_pci_bridge(),
parent = dev_parent.find_parent()
...
dev_parent = PciDevice(parent),
we can see parent['domain'] is int and in PciDevice's __init__, int(dev['domain'], 16) would fail:
TypeError: int() can't co...