From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFKNM-0003rS-GI for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFKNJ-0007UM-B0 for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:57:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFKNJ-0007UE-58 for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:57:17 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 8AD723672A4 for ; Wed, 15 Jul 2015 10:57:16 +0000 (UTC) Message-ID: <55A63C8A.4080408@redhat.com> Date: Wed, 15 Jul 2015 12:57:14 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1436955007-8216-1-git-send-email-kraxel@redhat.com> <1436955007-8216-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1436955007-8216-3-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/7] ipxe: update to 87981bb (qemu) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 07/15/15 12:10, Gerd Hoffmann wrote: > Add two patches we've been struggling to get upstream. > They are available from "git://git.qemu.org/ipxe.git qemu" > > git shortlog > ------------ > > Gerd Hoffmann (1): > [efi] make load file protocol optional > > Laszlo Ersek (1): > efi_snp: improve compliance with the EFI_SIMPLE_NETWORK_PROTOCOL spec > > Signed-off-by: Gerd Hoffmann > --- > roms/ipxe | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/roms/ipxe b/roms/ipxe > index 24112d9..87981bb 160000 > --- a/roms/ipxe > +++ b/roms/ipxe > @@ -1 +1 @@ > -Subproject commit 24112d91a0ab4c29794bc7750cbfc4166bc9026a > +Subproject commit 87981bb66f5f496f124469fb6c13aa13ee00061e > I cloned this repo (more precisely, for the time being, your repo: git://git.kraxel.org/ipxe qemu), and checked the two patches in 24112d91..87981bb6: ca65a1f efi_snp: improve compliance with the EFI_SIMPLE_NETWORK_PROTOCOL spec 87981bb [efi] make load file protocol optional They look good. They are the other two patches (in total: 3 patches) that we need for PXE booting with OVMF. These patches have been submitted to ipxe-devel several times (thank you for that), unfortunately eliciting no feedback. So it's justified to carry them here. Reviewed-by: Laszlo Ersek