From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2eHN-0001ZH-Kn for qemu-devel@nongnu.org; Fri, 26 Jul 2013 05:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2eHI-0002Tb-E8 for qemu-devel@nongnu.org; Fri, 26 Jul 2013 05:25:41 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:36883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2eHI-0002TK-6V for qemu-devel@nongnu.org; Fri, 26 Jul 2013 05:25:36 -0400 Received: by mail-ee0-f44.google.com with SMTP id c13so1427633eek.17 for ; Fri, 26 Jul 2013 02:25:35 -0700 (PDT) Date: Fri, 26 Jul 2013 11:25:32 +0200 From: Stefan Hajnoczi Message-ID: <20130726092532.GF31438@stefanha-thinkpad.redhat.com> References: <87li4v8ktz.fsf@rustcorp.com.au> <20130725145306.GB3758@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130725145306.GB3758@redhat.com> Subject: Re: [Qemu-devel] vhost acceleration broken? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , Peter Maydell , Rusty Russell , qemu-devel , Stefan Hajnoczi On Thu, Jul 25, 2013 at 05:53:06PM +0300, Michael S. Tsirkin wrote: > On Thu, Jul 25, 2013 at 03:12:31PM +0100, Peter Maydell wrote: > > On 25 July 2013 03:08, Anthony Liguori wrote: > > > We really ought to strongly deprecate -net because it's misleading. > > > > ...we still need to figure out how -netdev is supposed to > > work for embedded (created-by-default) network devices first. > > > > -- PMM > > I guess it could work just like -net does: assume a default netdev name? Sounds like a simple way to solve it, as long as machines use the standard name(s) for build-in NICs. Stefan