From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v1 1/2] arm: Add ability to relocate Xen in over 4GB space Date: Tue, 14 Apr 2015 12:00:08 +0100 Message-ID: <1429009208.15516.28.camel@citrix.com> References: <1428496597-18981-1-git-send-email-oiurii.konovalenko@globallogic.com> <1428496597-18981-2-git-send-email-oiurii.konovalenko@globallogic.com> <552551B9.2040602@citrix.com> <5527DD64.5040206@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5527DD64.5040206@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: Iurii Konovalenko , Julien Grall , tim@xen.org, "xen-devel@lists.xen.org" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Fri, 2015-04-10 at 15:25 +0100, Julien Grall wrote: > On 10/04/15 14:58, Iurii Konovalenko wrote: > > Hi, Julien! > > Hi Iurii, > > > On Wed, Apr 8, 2015 at 7:05 PM, Julien Grall wrote: > > > >> The virtualization extension requires LPAE. Any reason to make this > >> optional? > > I agree with you - there is no real reason to make it optional. I will > > rework patch > > to include functionality without any flags by default. > > Before doing a such change, I'd like the point of view of Stefano or Ian > on this patch. Such things shouldn't be compile time optional. I don't think there's any reason why it can't be done for every arm32 platform. Normally I'd ask for a command line option which can overrides (i.e. disable) this behaviour -- just in case. But I suspect that the relevant code runs too early? (I'll read the rest of this thread as I catch up with my email backlog). Ian