From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFKcf-00087B-SV for qemu-devel@nongnu.org; Wed, 15 Jul 2015 07:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFKcb-00076A-FS for qemu-devel@nongnu.org; Wed, 15 Jul 2015 07:13:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFKcb-000761-AZ for qemu-devel@nongnu.org; Wed, 15 Jul 2015 07:13:05 -0400 Message-ID: <55A6403C.8060903@redhat.com> Date: Wed, 15 Jul 2015 13:13:00 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1436955007-8216-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1436955007-8216-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/7] ipxe update, continued ... List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , BALATON Zoltan Cc: Gerd Hoffmann , qemu-devel@nongnu.org Michael, Zoltan, On 07/15/15 12:10, Gerd Hoffmann wrote: > Hi, > > So, here we go with the next version. Removed the patch files, added > them to a git branch instead, so we just update the submodule accordingly. > > qemu update is also here: > git://git.kraxel.org/qemu rebase/roms-next > > ipxe branch is here: > git://git.kraxel.org/ipxe qemu > > When going this route we should mirror the qemu ipxe branch at > qemu-project.org, so the submodule update will actually work. > > Comments? > > cheers, > Gerd > > Gerd Hoffmann (7): > ipxe: update from 35c53797 to 24112d9 (upstream/master) > ipxe: update to 87981bb (qemu) > ipxe: rm local config in cleanup > ipxe: disable load file protocol > ipxe: add qemu branding > ipxe: don't override GITVERSION > ipxe: update binaries > > pc-bios/efi-e1000.rom | Bin 197120 -> 192512 bytes > pc-bios/efi-eepro100.rom | Bin 197632 -> 192512 bytes > pc-bios/efi-ne2k_pci.rom | Bin 195584 -> 190976 bytes > pc-bios/efi-pcnet.rom | Bin 195584 -> 190976 bytes > pc-bios/efi-rtl8139.rom | Bin 200192 -> 194560 bytes > pc-bios/efi-virtio.rom | Bin 194048 -> 188928 bytes > roms/Makefile | 9 +++++---- > roms/config.ipxe.branding.h | 2 ++ > roms/config.ipxe.general.h | 1 + > roms/ipxe | 2 +- > 10 files changed, 9 insertions(+), 5 deletions(-) > create mode 100644 roms/config.ipxe.branding.h > can you guys perhaps fetch the binaries and re-run your PXE tests? Adding your Tested-by tags would be a nice touch. Thanks Laszlo