From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsvAK-0007BR-JT for qemu-devel@nongnu.org; Wed, 30 Sep 2009 05:08:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsvAF-00074D-NG for qemu-devel@nongnu.org; Wed, 30 Sep 2009 05:08:03 -0400 Received: from [199.232.76.173] (port=47022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsvAF-00073t-Gl for qemu-devel@nongnu.org; Wed, 30 Sep 2009 05:07:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48881) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsvAE-0003lW-Tg for qemu-devel@nongnu.org; Wed, 30 Sep 2009 05:07:59 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8U97uPP024082 for ; Wed, 30 Sep 2009 05:07:56 -0400 Message-ID: <4AC31FE9.60100@redhat.com> Date: Wed, 30 Sep 2009 11:07:53 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RfC PATCH 0/3] qdev-ify network cards References: <1253907783-1231-1-git-send-email-kraxel@redhat.com> <1254295230.3105.12.camel@blaa> In-Reply-To: <1254295230.3105.12.camel@blaa> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org > One thing I'd like to see is that if vlan= isn't specified, the nic > shouldn't be connected to any vlan. > > I want to add the option to connect a nic directly to a backend without > any vlan involved. That implies you should be able to create a > disconnected nic and later connect it to a backend. Assuming vlan=0 > where none is specified makes that difficult. Easy to do ;) cheers, Gerd