From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56443 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMdRS-0002nz-Vx for qemu-devel@nongnu.org; Thu, 10 Jun 2010 04:48:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMdRR-0001HC-Sg for qemu-devel@nongnu.org; Thu, 10 Jun 2010 04:48:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62371) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMdRR-0001Gl-M8 for qemu-devel@nongnu.org; Thu, 10 Jun 2010 04:48:49 -0400 Date: Thu, 10 Jun 2010 11:43:53 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans Message-ID: <20100610084353.GA31000@redhat.com> References: <20100607150309.GA13369@redhat.com> <201006071716.31103.paul@codesourcery.com> <20100607161730.GB11177@redhat.com> <201006071742.56312.paul@codesourcery.com> <20100607174140.GE11177@redhat.com> <20100610072056.GP2268@arachsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100610072056.GP2268@arachsys.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Webb Cc: qemu-devel@nongnu.org, Markus Armbruster , Paul Brook On Thu, Jun 10, 2010 at 08:20:56AM +0100, Chris Webb wrote: > Markus Armbruster writes: > > > "Michael S. Tsirkin" writes: > > > > > Everyone ok with disabling vlans with no config option? > > > > Wrong question. You got to ask "anyone *not* ok with disabling vlans > > with no config option?" > > We do use socket devices in the form > > -net nic,model=e1000,vlan=X,mac=MMM -net socket,vlan=X,mcast=Y:Z > > but presumably this can just be rewritten as > > -netdev socket,id=netX,mcast=Y:Z -device e1000,netdev=netX,mac=MMM > > It's only the case of a nic connected to multiple backends by a VLAN that's > being deprecated here, not any of the previously supported backends? > > Cheers, > > Chris. Exactly.