From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJe8-0003iC-Ia for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:10:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFJdz-00024v-KE for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:10:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJdz-00024U-F6 for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:10:27 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id E71192C76E1 for ; Wed, 15 Jul 2015 10:10:26 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 15 Jul 2015 12:10:00 +0200 Message-Id: <1436955007-8216-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/7] ipxe update, continued ... List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lersek@redhat.com, Gerd Hoffmann 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 --=20 1.8.3.1