All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Brown <mcb30@ipxe.org>
To: Laszlo Ersek <lersek@redhat.com>,
	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 21:06:14 +0100	[thread overview]
Message-ID: <55AFF7B6.8050307@ipxe.org> (raw)
In-Reply-To: <55AECEB3.4080308@redhat.com>

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

Unless I'm missing something, there are only two patches involved here.

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.

Michael

  parent reply	other threads:[~2015-07-22 20:06 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
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 [this message]
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=55AFF7B6.8050307@ipxe.org \
    --to=mcb30@ipxe.org \
    --cc=hare@suse.de \
    --cc=kraxel@redhat.com \
    --cc=lersek@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.