From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: PCI Passthrough ARM Design : Draft1 Date: Fri, 12 Jun 2015 12:52:02 +0100 Message-ID: <1434109922.30003.205.camel@citrix.com> References: <557549D7.5090407@caviumnetworks.com> <1433940302.30003.75.camel@citrix.com> <55788E1C.6080307@citrix.com> <5579FFC6.9070509@caviumnetworks.com> <1434097967.30003.181.camel@citrix.com> <557AC569.6000305@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <557AC569.6000305@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: Vijay Kilari , Manish Jaggi , Prasun Kapoor , "Kumar, Vijaya" , "xen-devel@lists.xen.org" , Stefano Stabellini , "Kulkarni, Ganapatrao" , Roger Pau =?ISO-8859-1?Q?Monn=E9?= List-Id: xen-devel@lists.xenproject.org On Fri, 2015-06-12 at 07:41 -0400, Julien Grall wrote: > I was suggesting to expose the host layout to the guest layout (similar > to e820). We do this on x86 only as a workaround for broken hardware (essentially magic system devices which bypass the IOMMU). We shouldn't do this on ARM by default, but only as and when a similar requirement arises. > Although, this is not my preferred way and a non 1:1 mapping would be > the best. Yes, a non-1:1 mapping is the right answer. Ian.