From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH] xend: pci: find_parent: should return string rather than int Date: Wed, 17 Jun 2009 22:07:28 +1000 Message-ID: <20090617120728.GA9449@verge.net.au> References: <20090617113102.GA3504@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Cui, Dexuan" Cc: "xen-devel@lists.xensource.com" , Keir Fraser List-Id: xen-devel@lists.xenproject.org On Wed, Jun 17, 2009 at 07:40:47PM +0800, Cui, Dexuan wrote: > Hi Simon, > Attached is my host info of 'lspci'. > I pciback.hide 01:00.0 and 00:1b.0 and when I tried to statically assign 01:00.0 to guest, I got the " TypeError: int() can't convert non-string with explicit base". Interesting. That is pretty similar to a test I run, but I didn't see this particular problem. I'll investigate further tomorrow.