From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1b1JW1-0002Yd-1v for mharc-grub-devel@gnu.org; Fri, 13 May 2016 16:16:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1JVy-0002Ts-Bi for grub-devel@gnu.org; Fri, 13 May 2016 16:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1JVu-00008x-2X for grub-devel@gnu.org; Fri, 13 May 2016 16:16:49 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:27954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1JVt-00008U-Q0 for grub-devel@gnu.org; Fri, 13 May 2016 16:16:46 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u4DKGfg5018907 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 13 May 2016 20:16:42 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u4DKGegb030812 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 13 May 2016 20:16:40 GMT Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id u4DKGdrW004021; Fri, 13 May 2016 20:16:39 GMT Received: from char.us.oracle.com (/10.137.176.158) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 13 May 2016 13:16:39 -0700 Received: by char.us.oracle.com (Postfix, from userid 1000) id 18D096A0111; Fri, 13 May 2016 16:16:38 -0400 (EDT) Date: Fri, 13 May 2016 16:16:38 -0400 From: Konrad Rzeszutek Wilk To: The development of GNU GRUB Cc: arvidjaar@gmail.com, phcoder@gmail.com, xen-devel@lists.xensource.com, Ian.Campbell@citrix.com, jcm@redhat.com, julien.grall@linaro.org, leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, Fu Wei Subject: Re: [PATCH v4 0/4] arm64,xen: add xen_boot support into grup-mkconfig Message-ID: <20160513201638.GA20323@char.us.oracle.com> References: <1462889006-23671-1-git-send-email-fu.wei@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462889006-23671-1-git-send-email-fu.wei@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 20:16:51 -0000 On Tue, May 10, 2016 at 10:03:22PM +0800, fu.wei@linaro.org wrote: > From: Fu Wei > > This patchset add xen_boot support into grup-mkconfig for > generating xen boot entrances automatically > All of them look good to me. Thanks! > Also update the docs/grub.texi for new xen_boot commands. > > This patchset has been tested on Foudation model with a bug fix: > http://lists.gnu.org/archive/html/grub-devel/2016-02/msg00205.html > > ChangeLog: > v4: http://lists.gnu.org/archive/html/grub-devel/2016-05/ > according to the XSM loading mechanism of Xen(upstreamed), > update the introduction of xen_module commands in docs/grub.texi > > v3: http://lists.gnu.org/archive/html/grub-devel/2016-02/msg00314.html > reorder the patches > update the introduction of xen_module commands in docs/grub.texi > > v2: http://lists.gnu.org/archive/html/grub-devel/2016-02/msg00282.html > add "--nounzip" option support in xen_module > use "feature_xen_boot" instead of "grub_xen_boot" > update the introduction of xen boot commands in docs/grub.texi > > v1 :first upstream patchset: > http://lists.gnu.org/archive/html/grub-devel/2016-02/msg00264.html > > Fu Wei (4): > i386,xen: Add xen_hypervisor and xen_module aliases for i386 > arm64: add "--nounzip" option support in xen_module command > * util/grub.d/20_linux_xen.in: Add xen_boot command support > arm64: update the introduction of xen boot commands in docs/grub.texi > > docs/grub.texi | 33 ++++++++++----------------------- > grub-core/loader/arm64/xen_boot.c | 17 +++++++++++++++++ > grub-core/loader/i386/xen.c | 7 +++++++ > grub-core/normal/main.c | 2 +- > util/grub.d/20_linux_xen.in | 13 ++++++++++--- > 5 files changed, 45 insertions(+), 27 deletions(-) > > -- > 2.5.5 > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel