From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0rua-0006tD-8i for qemu-devel@nongnu.org; Thu, 12 May 2016 10:48:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0ruS-0006uL-Uq for qemu-devel@nongnu.org; Thu, 12 May 2016 10:48:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0ruS-0006tu-Of for qemu-devel@nongnu.org; Thu, 12 May 2016 10:48:16 -0400 Message-ID: <1463061823.14756.11.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 12 May 2016 16:03:43 +0200 In-Reply-To: <5734851D.8060901@linaro.org> References: <1462971832.5679.50.camel@redhat.com> <0dc66f36-97c7-f207-f0ba-4c4b99e20c6d@redhat.com> <573338F8.9080200@linaro.org> <2ee0c33a-81e9-dea9-9f28-bd1344cf936b@redhat.com> <5734851D.8060901@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] ipxe and arm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shannon Zhao Cc: Laszlo Ersek , qemu-devel Hi, > > I don't understand the question, sorry. How can ipxe fail if ipxe is no= t > > made available to the guest, in any NIC's PCI option ROM BAR? > What I meat to say is that on x86 user can use rtl8139 or e1000 to use > ipxe. If uefi doesn't support rtl8139 or e1000, user can't use ipxe with > uefi when he only uses rtl8139 or e1000. ipxe provides efi drivers. They are sitting in the PCI rom bar of the qemu emulated nics and edk2 can use them just fine, on x86. Right now we support legacy bios, ia32 efi and x64 efi. Now ipxe got arm and aarch64 support and the questions is whenever we should add arm efi and/or aarch64 efi support to the nic pci roms. I somehow doubt it is that useful b/c I expect virtio-net being the only relevant nic on arm virt and edk2 ships with a driver for virtio-net, so it works fine without the ipxe driver in the rom. hope this clarifies, Gerd