From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bICMu-00046x-IJ for qemu-devel@nongnu.org; Wed, 29 Jun 2016 06:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bICMt-0003Dg-Hb for qemu-devel@nongnu.org; Wed, 29 Jun 2016 06:05:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bICMt-0003DN-CM for qemu-devel@nongnu.org; Wed, 29 Jun 2016 06:05:15 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 08D64710A5 for ; Wed, 29 Jun 2016 10:05:15 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 29 Jun 2016 12:05:04 +0200 Message-Id: <1467194704-28047-7-git-send-email-kraxel@redhat.com> In-Reply-To: <1467194704-28047-1-git-send-email-kraxel@redhat.com> References: <1467194704-28047-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 6/6] ipxe: update prebuilt binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- pc-bios/efi-e1000.rom | Bin 196608 -> 209408 bytes pc-bios/efi-e1000e.rom | Bin 0 -> 209408 bytes pc-bios/efi-eepro100.rom | Bin 197120 -> 209920 bytes pc-bios/efi-ne2k_pci.rom | Bin 195584 -> 208384 bytes pc-bios/efi-pcnet.rom | Bin 195584 -> 208384 bytes pc-bios/efi-rtl8139.rom | Bin 199168 -> 211456 bytes pc-bios/efi-virtio.rom | Bin 193024 -> 211456 bytes pc-bios/efi-vmxnet3.rom | Bin 0 -> 205312 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 pc-bios/efi-e1000e.rom create mode 100644 pc-bios/efi-vmxnet3.rom diff --git a/pc-bios/efi-e1000.rom b/pc-bios/efi-e1000.rom index 4bc89a3..4e61f9b 100644 Binary files a/pc-bios/efi-e1000.rom and b/pc-bios/efi-e1000.rom differ diff --git a/pc-bios/efi-e1000e.rom b/pc-bios/efi-e1000e.rom new file mode 100644 index 0000000..192a437 Binary files /dev/null and b/pc-bios/efi-e1000e.rom differ diff --git a/pc-bios/efi-eepro100.rom b/pc-bios/efi-eepro100.rom index 85b7f9b..66c5226 100644 Binary files a/pc-bios/efi-eepro100.rom and b/pc-bios/efi-eepro100.rom differ diff --git a/pc-bios/efi-ne2k_pci.rom b/pc-bios/efi-ne2k_pci.rom index ebafd84..8c3e5fd 100644 Binary files a/pc-bios/efi-ne2k_pci.rom and b/pc-bios/efi-ne2k_pci.rom differ diff --git a/pc-bios/efi-pcnet.rom b/pc-bios/efi-pcnet.rom index 6f19723..802e225 100644 Binary files a/pc-bios/efi-pcnet.rom and b/pc-bios/efi-pcnet.rom differ diff --git a/pc-bios/efi-rtl8139.rom b/pc-bios/efi-rtl8139.rom index 086551b..8827181 100644 Binary files a/pc-bios/efi-rtl8139.rom and b/pc-bios/efi-rtl8139.rom differ diff --git a/pc-bios/efi-virtio.rom b/pc-bios/efi-virtio.rom index 140c680..2fc0497 100644 Binary files a/pc-bios/efi-virtio.rom and b/pc-bios/efi-virtio.rom differ diff --git a/pc-bios/efi-vmxnet3.rom b/pc-bios/efi-vmxnet3.rom new file mode 100644 index 0000000..3d42635 Binary files /dev/null and b/pc-bios/efi-vmxnet3.rom differ -- 1.8.3.1