From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdj5I-0008Q2-Gw for qemu-devel@nongnu.org; Tue, 05 Nov 2013 11:02:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vdj5B-000233-D0 for qemu-devel@nongnu.org; Tue, 05 Nov 2013 11:02:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdj5B-00022w-4Z for qemu-devel@nongnu.org; Tue, 05 Nov 2013 11:02:21 -0500 Message-ID: <5279163C.3020309@redhat.com> Date: Tue, 05 Nov 2013 17:01:00 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1383664643-31552-1-git-send-email-v.maffione@gmail.com> <527914C8.8050700@redhat.com> In-Reply-To: <527914C8.8050700@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] net: Adding netmap network backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: peter.maydell@linaro.org, aliguori@amazon.com, mjt@tls.msk.ru, armbru@redhat.com, Vincenzo Maffione , qemu-devel@nongnu.org, stefanha@redhat.com, g.lettieri@iet.unipi.it, lcapitulino@redhat.com, rizzo@iet.unipi.it, rth@twiddle.net Il 05/11/2013 16:54, Eric Blake ha scritto: >> > #endif >> > +#ifdef CONFIG_NETMAP >> > + "-net netmap,ifname=name[,vlan=n][,devname=name]\n" > So where does the optional vlan command-line option appear in the QMP > interface? It doesn't, -netdev and netdev_add do not support it. Paolo