From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51378 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLjTR-0000z2-K2 for qemu-devel@nongnu.org; Mon, 07 Jun 2010 17:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLjTQ-0008VU-Ik for qemu-devel@nongnu.org; Mon, 07 Jun 2010 17:03:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32818) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLjTQ-0008VM-Ax for qemu-devel@nongnu.org; Mon, 07 Jun 2010 17:03:08 -0400 Date: Mon, 7 Jun 2010 23:58:23 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans Message-ID: <20100607205823.GA14764@redhat.com> References: <20100607150309.GA13369@redhat.com> <201006071716.31103.paul@codesourcery.com> <20100607161730.GB11177@redhat.com> <201006071742.56312.paul@codesourcery.com> <4C0D23B5.3050605@codemonkey.ws> <20100607192059.GA14490@redhat.com> <4C0D5959.5010303@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C0D5959.5010303@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paul Brook , qemu-devel@nongnu.org On Mon, Jun 07, 2010 at 03:40:57PM -0500, Anthony Liguori wrote: > On 06/07/2010 02:21 PM, Michael S. Tsirkin wrote: >> >> So I see two ways to go forward: switch default value in my patch, >> or disable vlans unconditionally. >> > > The problem with disabling vlans unconditionally is that you break -net > socket and -net dump. > > If we can come up with an alternative way to do these things, I'm all > for removing it. Hmm, I'll try to look at supporting -net socket in netdev. Does -net dump do anything that can't be done with tap+tcpdump? > Regards, > > Anthony Liguori > >> Which will it be? >> >> >>>> Paul >>>> >>>> >>>>