From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v5 3/3] xen/arm: introduce XENFEAT_grant_map_identity Date: Mon, 28 Jul 2014 16:52:37 +0100 Message-ID: <53D671C5.906@linaro.org> References: <1406561793-24630-3-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1406561793-24630-3-git-send-email-stefano.stabellini@eu.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: Stefano Stabellini , xen-devel@lists.xensource.com Cc: julien.grall@citrix.com, Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Hi Stefano, On 07/28/2014 04:36 PM, Stefano Stabellini wrote: > diff --git a/xen/include/public/features.h b/xen/include/public/features.h > index a149aa6..ba753a0 100644 > --- a/xen/include/public/features.h > +++ b/xen/include/public/features.h > @@ -94,6 +94,9 @@ > /* operation as Dom0 is supported */ > #define XENFEAT_dom0 11 > > +/* Xen also maps grant references at pfn = mfn */ > +#define XENFEAT_grant_map_identity 12 > + NIT: Every define value are aligned except this one. Other than that, for the ARM part: Acked-by: Julien Grall Regards, -- Julien Grall