From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVRIW-0003V5-08 for qemu-devel@nongnu.org; Fri, 18 May 2012 13:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVRIU-00051l-G2 for qemu-devel@nongnu.org; Fri, 18 May 2012 13:49:03 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:60888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVRIU-00050c-7O for qemu-devel@nongnu.org; Fri, 18 May 2012 13:49:02 -0400 Received: by pbbro12 with SMTP id ro12so5262888pbb.4 for ; Fri, 18 May 2012 10:48:59 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FB68B83.9080604@redhat.com> Date: Fri, 18 May 2012 19:48:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1337265221-7136-1-git-send-email-lcapitulino@redhat.com> <1337265221-7136-16-git-send-email-lcapitulino@redhat.com> <4FB66FE5.7050809@redhat.com> <20120518144136.096b55ff@doriath.home> In-Reply-To: <20120518144136.096b55ff@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 15/16] qapi: convert netdev_add List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, Michael Tsirkin , qemu-devel@nongnu.org, armbru@redhat.com, mdroth@linux.vnet.ibm.com, Laszlo Ersek Il 18/05/2012 19:41, Luiz Capitulino ha scritto: > Other than that I think we should have a better separation between front-ends > and back-ends in that code (we seem to call everything a "type"). That makes sense if you consider the way -net originally worked with VLANs... Paolo