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 18:13:43 +0000 Message-ID: <1197569623.17691.8.camel@localhost.localdomain> References: <1197539028.16562.149.camel@localhost.localdomain> <1197565135.10056.7.camel@localhost.localdomain> 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 Re-adding xen-devel. On Thu, 2007-12-13 at 09:55 -0800, Phani Babu Giddi wrote: > Hi Ian, > > The device that I want to interface are custome FPGA's connected using > different busses it could be LPC or else SMbus or I2c. LPC might be doable by passing the I/O ports through to the guest as Mark described or if the SMbus/I2C controller is a PCI device you might be able to pass that through. > So has this feature been taken off in Xen 3.0 i.e to run native > drivers in Gues OS. Apart from PCI devices, pretty much, yes. Ian.