From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOpfO-0007PC-Ly for qemu-devel@nongnu.org; Thu, 28 Jan 2016 11:43:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOpfJ-00064k-Ij for qemu-devel@nongnu.org; Thu, 28 Jan 2016 11:43:30 -0500 Received: from duck.fensystems.co.uk ([2001:ba8:0:1d4::6950:5845]:48313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOpfJ-00064K-Br for qemu-devel@nongnu.org; Thu, 28 Jan 2016 11:43:25 -0500 Message-ID: <56AA44F1.8080204@ipxe.org> Date: Thu, 28 Jan 2016 16:42:25 +0000 From: Michael Brown MIME-Version: 1.0 References: <59b02541da838ce9a0246178deb3c377109589bb.1447780013.git.crobinso@redhat.com> <1453818064.24277.29.camel@redhat.com> <56A8C0BD.4080406@ipxe.org> <1453902575.14828.23.camel@redhat.com> <1453976359.30975.39.camel@redhat.com> In-Reply-To: <1453976359.30975.39.camel@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [ipxe-devel] [PATCH ipxe] build: Enable IPv6 for qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Christian Nilsson Cc: ipxe-devel@ipxe.org, qemu-devel@nongnu.org On 28/01/16 10:19, Gerd Hoffmann wrote: > No idea. qemu is a very specific case, ipxe has drivers for the qemu > nics (both virtual such as virtio-net and emulated such as rtl8139), and > right now we actually build ipxe tree times (bios, efi-ia32, > efi-x86_64), then combine them into a single image, using EfiRom > (shipped with edk2). Slightly off-topic: you can do the combining using iPXE's own util/catrom.pl: ./util/catrom.pl bin/8086100e.mrom \ bin-x86_64-efi/8086100e.efirom \ bin-i386-efi/8086100e.efirom \ > efi-e1000.rom Michael