From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VYe3p-000403-FH for mharc-grub-devel@gnu.org; Tue, 22 Oct 2013 11:39:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYe3f-0003zZ-4a for grub-devel@gnu.org; Tue, 22 Oct 2013 11:39:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYe3V-0006Gf-8A for grub-devel@gnu.org; Tue, 22 Oct 2013 11:39:47 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:38742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYe3V-0006GX-0f for grub-devel@gnu.org; Tue, 22 Oct 2013 11:39:37 -0400 Received: by mail-ea0-f174.google.com with SMTP id z15so4269820ead.5 for ; Tue, 22 Oct 2013 08:39:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=ybZNax4wTr5jeAuVTa/s6u/ehwBbJNBKLwt6twdNzwI=; b=hov/Az+532B9Cl7uNa98GFvXmeFUZF0ljjvedVJw+VaaORKRjGAImy719xPvXppvIE XR+YopHNLRB4Qe9gGiWFvn4LcFfv+SBGBevQ7QRb1So76ajzuCSdp5K/ZuBAh2rlgyf6 c0/IoeJ13sLbOQ14xr80yxfOpZUeH8oP6OQY6+f4Qbfb+9RcgGo4SJJGm6/KLU05MytE lt6NL5wEGEV6TgrCBehKYFkcx0tJTxr8FDbXCDWvrtdEAFc95WQOk2/r8TYKUGxU69z4 dYDVCQBf3I6sggyf5nkzdx59U8KUGT5bibah/w9LS0b4M1z1NxXNDzHlceLK38m03Y68 QW7w== X-Received: by 10.15.67.131 with SMTP id u3mr29385680eex.34.1382456376099; Tue, 22 Oct 2013 08:39:36 -0700 (PDT) Received: from [192.168.42.74] (188-226.197-178.cust.bluewin.ch. [178.197.226.188]) by mx.google.com with ESMTPSA id h45sm58202068eeg.5.2013.10.22.08.39.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Oct 2013 08:39:35 -0700 (PDT) Message-ID: <52669C2C.90509@gmail.com> Date: Tue, 22 Oct 2013 17:39:24 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: EFI and multiboot2 devlopment work for Xen References: <20131021135437.GD1283@fenchurch.internal.datastacks.com> <20131021185758.GD3626@debian70-amd64.local.net-space.pl> <1382433990.1657.66.camel@hastur.hellion.org.uk> <5266620602000078000FCA48@nat28.tlf.novell.com> <1382435127.1657.70.camel@hastur.hellion.org.uk> <526668A502000078000FCA7B@nat28.tlf.novell.com> <20131022134252.GA27302@phenom.dumpdata.com> <1382449985.18283.12.camel@hastur.hellion.org.uk> <20131022140947.GA17829@phenom.dumpdata.com> <1382451868.18283.21.camel@hastur.hellion.org.uk> <20131022145140.GA18679@phenom.dumpdata.com> In-Reply-To: <20131022145140.GA18679@phenom.dumpdata.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2BWVKSVXKTGGIWNNLLBCG" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22e Cc: keir@xen.org, david.woodhouse@intel.com, stefano.stabellini@eu.citrix.com, Daniel Kiper , linux-kernel@vger.kernel.org, xen-devel@lists.xen.org, Jan Beulich , ross.philipson@citrix.com, richard.l.maliszewski@intel.com, boris.ostrovsky@oracle.com, Ian Campbell 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, 22 Oct 2013 15:39:55 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2BWVKSVXKTGGIWNNLLBCG Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 22.10.2013 16:51, Konrad Rzeszutek Wilk wrote: > If you use 'linux' module, it will call ExitBootService. > If you use 'multiboot' module, it will call ExitBootService too. >=20 > So if you don't want to the module to call 'grub_efi_finish_boot_servic= es' > you need to use 'linuxefi' :-) That's a very limited logic. Commands can be modified and protocols can be extended. There was only one e-mail explaining the needs and I answered with proposing possible solutions yet the 2 e-mails in question were completely ignored. What's the need behind not calling ExitBootService? This is a point which was never really explained to me. EFI specification specifically tells to call ExitBootService. ------enig2BWVKSVXKTGGIWNNLLBCG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlJmnCwACgkQNak7dOguQglZDwD/ZQBV6YYlR6r4FAavYI0rXlp5 f+yAvxeS4C2vr+blOEgA/0tbcECFzgDeusAE68qEJ4kvnNxf+wLAsiDiMrD3la6Z =gysx -----END PGP SIGNATURE----- ------enig2BWVKSVXKTGGIWNNLLBCG--