From: Laszlo Ersek <lersek@redhat.com>
To: Stefan Hajnoczi <stefanha@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
Peter Maydell <peter.maydell@linaro.org>,
Hannes Reinecke <hare@suse.de>,
Stefan Hajnoczi <stefanha@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PULL for-2.4 0/7] update ipxe roms, fix efi support
Date: Wed, 22 Jul 2015 01:22:51 +0200 [thread overview]
Message-ID: <55AED44B.6050907@redhat.com> (raw)
In-Reply-To: <55AECEB3.4080308@redhat.com>
Oops, I got carried away a little bit, and forgot about a crucial detail:
On 07/22/15 00:58, Laszlo Ersek wrote:
[snip]
> (1) [PATCH] efi_snp: improve compliance with the
> EFI_SIMPLE_NETWORK_PROTOCOL spec
> http://thread.gmane.org/gmane.network.ipxe.devel/3799
> Date: 2015-Jan-27
> feedback: none
>
> (2) [PATCH] efi_snp: improve compliance with the
> EFI_SIMPLE_NETWORK_PROTOCOL spec
> http://thread.gmane.org/gmane.network.ipxe.devel/3955
> Date: 2015-Feb-10
> feedback: zero
>
> (3) [PATCH] [efi] make load file protocol optional
> http://thread.gmane.org/gmane.network.ipxe.devel/3815
> Date: 2015-Feb-11
> feedback: the patch destroys the user's ability to use
> most features of iPXE
> our point: we don't care about most features of iPXE, we just need
> it for EFI drivers (Simple Network Protocol instances)
> result: nothing
Mark this ^^^
>
> (4) [RESENT PATCH 0/2] efi boot fixes.
> http://thread.gmane.org/gmane.network.ipxe.devel/3854
> Date: 2015-Mar-10
> feedback: zilch
>
> (5) [RESEND PATCH] efi_snp: improve compliance with the
> EFI_SIMPLE_NETWORK_PROTOCOL spec
> http://thread.gmane.org/gmane.network.ipxe.devel/3934
> Date: 2015-Apr-14
> feedback: nada
>
> (6) [PATCH] efi_snp: improve compliance with the
> EFI_SIMPLE_NETWORK_PROTOCOL spec
> http://thread.gmane.org/gmane.network.ipxe.devel/4096
> Date: 2015-Jun-10
> feedback: null
[snip]
> On the technical level, let me summarize: we needed three patches in
> total to get UEFI boot working:
>
> #1 efi_snp: improve compliance with the EFI_SIMPLE_NETWORK_PROTOCOL spec
> #2 [efi] make load file protocol optional
> #3 [efi] Ensure drivers are disconnected when ExitBootServices() is
> called
>
> Wrt. #1, the maintainer expressed agreement on IRC, but never replied to
> patch emails.
>
> Wrt. #2, the maintainer expressed strong disagreement (due to "user
> interface" concerns) on both IRC and later on the mailing list.
> Therefore the idea of upstreaming this patch is dead in the water. The
> maintainer would accept an alternative that would take a huge
> development effort, and would be useless for virtualization purposes
> (ie. PXE-booting with OVMF in QEMU).
So, the important detail that I forgot is that Gerd's patch, listed as
#2 here, and as (3) above in the list of earlier submissions, actually
does not change the behavior of ipxe *at all*. It just introduces a
config option, a knob if you like, that allows downstreams to rebuild
ipxe *that specific way* easily.
Therefore, absolutely no user interface concerns are valid in this case
-- those concerns may have been correct for my very first patch, but
Gerd reworked the patch to depend on a new config option (with unchanged
default behavior), and the maintainer refused to take even that.
(Despite the fact that upstream iPXE users would see no change in behavior.)
Laszlo
>
> Wrt. #3, the maintainer decided to look at the patch, rewrite it, and
> commit it. For some unfathomable reason. Maybe because he was Cc'd
> directly on the patch email. I don't know. (The ipxe-devel list has
> absolutely minimal traffic, why wouldn't he read it without explicit Cc?!)
>
> This PULL is about getting #3 via rebase, and #1 and #2 as downstream
> patches.
>
> Thanks
> Laszlo
>
next prev parent reply other threads:[~2015-07-21 23:23 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-17 14:37 [Qemu-devel] [PULL for-2.4 0/7] update ipxe roms, fix efi support Gerd Hoffmann
2015-07-17 14:37 ` [Qemu-devel] [PULL 1/7] ipxe: update from 35c53797 to 24112d9 (upstream/master) Gerd Hoffmann
2015-07-17 14:37 ` [Qemu-devel] [PULL 2/7] ipxe: update to 87981bb (qemu) Gerd Hoffmann
2015-07-17 14:37 ` [Qemu-devel] [PULL 3/7] ipxe: rm local config in cleanup Gerd Hoffmann
2015-07-17 14:37 ` [Qemu-devel] [PULL 4/7] ipxe: disable load file protocol Gerd Hoffmann
2015-07-17 14:37 ` [Qemu-devel] [PULL 5/7] ipxe: add qemu branding Gerd Hoffmann
2015-07-17 14:37 ` [Qemu-devel] [PULL 6/7] ipxe: don't override GITVERSION Gerd Hoffmann
2015-07-17 14:37 ` [Qemu-devel] [PULL 7/7] ipxe: update binaries Gerd Hoffmann
2015-07-20 10:04 ` [Qemu-devel] [PULL for-2.4 0/7] update ipxe roms, fix efi support Peter Maydell
2015-07-21 8:21 ` Peter Maydell
2015-07-21 8:51 ` Paolo Bonzini
2015-07-21 13:27 ` Peter Maydell
2015-07-21 13:47 ` Paolo Bonzini
2015-07-21 13:57 ` Peter Maydell
2015-07-21 14:09 ` Paolo Bonzini
2015-07-21 14:25 ` Peter Maydell
2015-07-21 14:28 ` Paolo Bonzini
2015-07-21 16:10 ` Stefan Hajnoczi
2015-07-21 16:18 ` Peter Maydell
2015-07-21 23:00 ` Laszlo Ersek
2015-07-21 22:58 ` Laszlo Ersek
2015-07-21 23:22 ` Laszlo Ersek [this message]
2015-07-22 9:05 ` Stefan Hajnoczi
2015-07-22 10:05 ` Laszlo Ersek
2015-07-22 11:42 ` Stefan Hajnoczi
2015-07-22 20:08 ` Laszlo Ersek
2015-07-23 8:26 ` Stefan Hajnoczi
2015-07-22 20:06 ` Michael Brown
2015-07-22 20:10 ` Laszlo Ersek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55AED44B.6050907@redhat.com \
--to=lersek@redhat.com \
--cc=hare@suse.de \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).