From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aISd5-0001Fj-7g for qemu-devel@nongnu.org; Sun, 10 Jan 2016 21:54:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aISd2-0006as-1r for qemu-devel@nongnu.org; Sun, 10 Jan 2016 21:54:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aISd1-0006ao-SU for qemu-devel@nongnu.org; Sun, 10 Jan 2016 21:54:43 -0500 References: <1452091659-17698-1-git-send-email-ashoks@broadcom.com> <568dfd6e.2966420a.4f765.fffff89dSMTPIN_ADDED_BROKEN@mx.google.com> <568E8291.2090109@redhat.com> From: Jason Wang Message-ID: <56931967.5000807@redhat.com> Date: Mon, 11 Jan 2016 10:54:31 +0800 MIME-Version: 1.0 In-Reply-To: <568E8291.2090109@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: Initialize NICs configured in PCI bus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Peter Maydell , Ashok Kumar Cc: QEMU Developers , Stefan Hajnoczi On 01/07/2016 11:21 PM, Paolo Bonzini wrote: > > On 07/01/2016 15:47, Peter Maydell wrote: >> I think my current inclination is to say that virt should >> support -net, because I would prefer to avoid having yet >> another speedbump in the path of people trying to move to >> using KVM-on-ARM based on their previous experience with >> KVM-on-x86. > I agree. > > Paolo +1