From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZtdPo-0004JZ-Ju for mharc-grub-devel@gnu.org; Tue, 03 Nov 2015 10:22:28 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtdPl-0004Fo-T6 for grub-devel@gnu.org; Tue, 03 Nov 2015 10:22:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtdPd-0005Ng-T4 for grub-devel@gnu.org; Tue, 03 Nov 2015 10:22:25 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:49888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtdPd-0005Lh-PK for grub-devel@gnu.org; Tue, 03 Nov 2015 10:22:17 -0500 X-IronPort-AV: E=Sophos;i="5.20,239,1444694400"; d="scan'208";a="315327294" Message-ID: <1446564133.16178.16.camel@citrix.com> Subject: Re: [PATCH v3 2/4] arm64: Add xen_boot module file From: Ian Campbell To: Fu Wei , Vladimir =?UTF-8?Q?=27=CF=86-coder/phcoder=27?= Serbinenko Date: Tue, 3 Nov 2015 15:22:13 +0000 In-Reply-To: References: <=fu.wei@linaro.org> <1437628583-23667-1-git-send-email-fu.wei@linaro.org> <1437628583-23667-3-git-send-email-fu.wei@linaro.org> <56322CCE.905@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-DLP: MIA1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.63 Cc: The development of GNU GRUB , xen-devel@lists.xensource.com, Stefano Stabellini , Andrei Borzenkov , Jon Masters , Leif Lindholm , Ryan Harkin , Linaro UEFI Mailman List X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 15:22:27 -0000 On Tue, 2015-11-03 at 22:57 +0800, Fu Wei wrote: > Hi Vladimir, >=20 > After discussing with Ian Campbell,=C2=A0=C2=A0=C2=A0Since we already can= load all > the necessary binaries for Xen boot on arm64 for now,=C2=A0=C2=A0we don't= really > need "xen_module" command now. > But maybe someday , xen need a new type of binary in boot time, then > we still need this support. You mean support for "--type" passed to the xen_module command, right? I thought the xen_module stuff had been applied. Or am I misunderstanding which bits have been applied? > So I will submit=C2=A0=C2=A0a=C2=A0=C2=A0=C2=A0"xen_module" command patch= soon, in case we need > it. Just to clarify, my suggestion was to repost the bits which were omitted from the prior patches just so that they are available in the ML archives etc should anyone ever want to resurrect them in the future. Ian.