From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0VNP-0002GI-Bp for qemu-devel@nongnu.org; Wed, 11 May 2016 10:44:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0VNM-0004p4-1r for qemu-devel@nongnu.org; Wed, 11 May 2016 10:44:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0VNL-0004ot-S6 for qemu-devel@nongnu.org; Wed, 11 May 2016 10:44:35 -0400 References: <1462971832.5679.50.camel@redhat.com> <0dc66f36-97c7-f207-f0ba-4c4b99e20c6d@redhat.com> <573338F8.9080200@linaro.org> From: Laszlo Ersek Message-ID: <2ee0c33a-81e9-dea9-9f28-bd1344cf936b@redhat.com> Date: Wed, 11 May 2016 16:44:32 +0200 MIME-Version: 1.0 In-Reply-To: <573338F8.9080200@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] ipxe and arm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shannon Zhao , Gerd Hoffmann , qemu-devel On 05/11/16 15:51, Shannon Zhao wrote: > On 2016=E5=B9=B405=E6=9C=8811=E6=97=A5 21:38, Laszlo Ersek wrote: >> On 05/11/16 15:03, Gerd Hoffmann wrote: >>> Hi, >>> >>> ipxe gained support for arm and aarch64 efi platforms. So we could a= dd >>> support to our nic pci roms with the next ipxe update. >>> >>> But: The question is whenever that makes sense in the first place. >>> Support for virtio-net is in edk2, so that is covered already. The >>> other pci nics are not, but given that virtio-net predates arm >>> virtualization all guests should be able to handle virtio-net just fi= ne. >>> And I doubt anybody seriously prefers rtl8139 or e1000 over virtio-ne= t >>> unless the lack of guest driver support mandates it ... >>> >>> Comments anyone? >> >> AFAIK all aarch64 OS installers will come with virtio-net drivers on t= he >> install media. >> > But if the user doesn't specify a virtio-net nic, then ipxe will fail, > right? I don't understand the question, sorry. How can ipxe fail if ipxe is not made available to the guest, in any NIC's PCI option ROM BAR? Thanks Laszlo