From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: run real drivers in differnt domains Date: Thu, 13 Dec 2007 09:43:48 +0000 Message-ID: <1197539028.16562.149.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: 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: Phani Babu Giddi Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, 2007-12-12 at 20:39 -0800, Phani Babu Giddi wrote: > Hello All, > > I want to run 'real device drivers' I mean native drivers (ofcourse > recompiled for xen) as part of the two guests (Linux OS). These > drivers will be accessing seperate devices and will not be shared by > guests. Do you think this configuration is possible ? I am referring > to a system with just PV and no HVM. Sounds like you need the PV PCI pass-through functionality (pcifront/pciback). This will allow you to assign a PCI device to a domU instead of dom0. http://www.wlug.org.nz/XenPciPassthrough looks like a reasonable doc, you should also search the list archives. Ian.