From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Re: Konrad devel/next-3.0, pci-passthrough not working: Error: pci: PCI Backend and pci-stub don't own device Date: Tue, 21 Jun 2011 13:05:25 -0400 Message-ID: <20110621170525.GA10328@dumpdata.com> References: <437780710.20110621154126@eikelenboom.it> <20110621141355.GA15205@dumpdata.com> <1918309554.20110621171142@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1918309554.20110621171142@eikelenboom.it> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Sander Eikelenboom Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, Jun 21, 2011 at 05:11:42PM +0200, Sander Eikelenboom wrote: > Hello Konrad, > > Tuesday, June 21, 2011, 4:13:55 PM, you wrote: > > > On Tue, Jun 21, 2011 at 03:41:26PM +0200, Sander Eikelenboom wrote: > >> Hi Konrad, > >> > >> I'm trying to use a kernel compiled from your devel/next-3.0 branch. > > > Ok, good. > >> But trying to start a PV guest with pci-passthrough makes xen complain: > >> > >> xm create /etc/xen/domU/production/security.cfg > >> Using config file "/etc/xen/domU/production/security.cfg". > >> Error: pci: PCI Backend and pci-stub don't own device 0000:04:00.0 > > Ah it seems to be the sysfs indeed, in > module name: xen_pciback > driver: xen-pciback This is above (and the sysfs below) is 2.6.39 based and it worked? > > in 3.0 the > module name: xen_pciback > driver: pciback > > Quite a mix of names, and different use of minus and underscore. Hmm, you are a right. I somehow I thought I backed up the patch that used the wrong name (well, not wrong but just incorrect). > > -- > Sander