From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] add upstream GRUB to the Xen build system Date: Fri, 13 Mar 2015 15:58:19 +0000 Message-ID: <5503091B.4010901@citrix.com> References: <1426260788-12697-1-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: <1426260788-12697-1-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.xen.org Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org On 13/03/15 15:33, Stefano Stabellini wrote: > Clone and build upstream GRUB to generate x86_64 and i386 pvgrub2 > binaries. See Ian's blog post for more information: Why? If pvgrub2 is available on the system libxl should make use of it, but there doesn't seem to be a good reason for cloning and building yet another third-party project as part of the Xen build. At a minimum this needs a configure option to disable it. David