From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI0XI-0004u5-8j for qemu-devel@nongnu.org; Wed, 22 Jul 2015 16:22:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI0XC-0003Fx-VJ for qemu-devel@nongnu.org; Wed, 22 Jul 2015 16:22:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI0XC-0003Fp-P1 for qemu-devel@nongnu.org; Wed, 22 Jul 2015 16:22:34 -0400 References: <1437143854-2826-1-git-send-email-kraxel@redhat.com> <55AE0821.5040701@redhat.com> <55AE4D60.3000908@redhat.com> <55AE52A3.1060108@redhat.com> <55AE570F.30602@redhat.com> <55AECEB3.4080308@redhat.com> <55AFF7B6.8050307@ipxe.org> From: Laszlo Ersek Message-ID: <55AFF8A6.2040100@redhat.com> Date: Wed, 22 Jul 2015 22:10:14 +0200 MIME-Version: 1.0 In-Reply-To: <55AFF7B6.8050307@ipxe.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.4 0/7] update ipxe roms, fix efi support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Brown , Stefan Hajnoczi , Paolo Bonzini Cc: QEMU Developers , Peter Maydell , Hannes Reinecke , Stefan Hajnoczi , Gerd Hoffmann On 07/22/15 22:06, Michael Brown wrote: > On 21/07/15 23:58, Laszlo Ersek wrote: >>> Instead of propagating that fix >>> into QEMU, let's focus on ipxe upstream to solve the problem. >> >> How's this for focus: >> >> (1) [PATCH] efi_snp: improve compliance with the >> EFI_SIMPLE_NETWORK_PROTOCOL spec >> http://thread.gmane.org/gmane.network.ipxe.devel/3799 >> >> (2) [PATCH] efi_snp: improve compliance with the >> EFI_SIMPLE_NETWORK_PROTOCOL spec >> http://thread.gmane.org/gmane.network.ipxe.devel/3955 >> >> (3) [PATCH] [efi] make load file protocol optional >> http://thread.gmane.org/gmane.network.ipxe.devel/3815 >> >> (4) [RESENT PATCH 0/2] efi boot fixes. >> http://thread.gmane.org/gmane.network.ipxe.devel/3854 >> >> (5) [RESEND PATCH] efi_snp: improve compliance with the >> EFI_SIMPLE_NETWORK_PROTOCOL spec >> http://thread.gmane.org/gmane.network.ipxe.devel/3934 >> >> (6) [PATCH] efi_snp: improve compliance with the >> EFI_SIMPLE_NETWORK_PROTOCOL spec >> http://thread.gmane.org/gmane.network.ipxe.devel/4096 > > Both (sic) of these patches now have upstream implementations: > > http://git.ipxe.org/ipxe.git/commitdiff/88a5f56 > http://git.ipxe.org/ipxe.git/commitdiff/a15c0d7 Thank you. > Unless I'm missing something, there are only two patches involved here. No, you are right, it's about two patches. > I've also upstreamed a named configuration for qemu which incorporates > your existing config changes (based on roms/config.ipxe.general.h) and > adds the option to disable the EFI_LOAD_FILE_PROTOCOL installation: > > http://git.ipxe.org/ipxe.git/commitdiff/a200ad4 > > To build with this named configuration, just add "CONFIG=qemu" to the > make command line when building iPXE. Much appreciated. Hopefully Gerd can cover this when he returns from his vacation. Laszlo