From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0UYm-0005f7-TZ for qemu-devel@nongnu.org; Wed, 11 May 2016 09:52:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0UYg-0006fz-93 for qemu-devel@nongnu.org; Wed, 11 May 2016 09:52:19 -0400 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:34458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0UYf-0006cJ-KK for qemu-devel@nongnu.org; Wed, 11 May 2016 09:52:14 -0400 Received: by mail-pa0-x22c.google.com with SMTP id r5so18722427pag.1 for ; Wed, 11 May 2016 06:52:10 -0700 (PDT) References: <1462971832.5679.50.camel@redhat.com> <0dc66f36-97c7-f207-f0ba-4c4b99e20c6d@redhat.com> From: Shannon Zhao Message-ID: <573338F8.9080200@linaro.org> Date: Wed, 11 May 2016 21:51:52 +0800 MIME-Version: 1.0 In-Reply-To: <0dc66f36-97c7-f207-f0ba-4c4b99e20c6d@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] ipxe and arm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , Gerd Hoffmann , qemu-devel On 2016年05月11日 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 add >> 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 fine. >> And I doubt anybody seriously prefers rtl8139 or e1000 over virtio-net >> unless the lack of guest driver support mandates it ... >> >> Comments anyone? > > AFAIK all aarch64 OS installers will come with virtio-net drivers on the > install media. > But if the user doesn't specify a virtio-net nic, then ipxe will fail, right? Thanks, -- Shannon