From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Np1li-00066Y-O3 for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:54:50 -0500 Received: from [199.232.76.173] (port=35012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Np1li-00065q-2w for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:54:50 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Np1lh-0005f9-E1 for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:54:49 -0500 Received: from mx20.gnu.org ([199.232.41.8]:8146) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Np1lh-0005ez-6A for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:54:49 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Np1lg-0004d4-5q for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:54:48 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH RFC] net: add a flag to disable mac/vlan filtering Date: Tue, 9 Mar 2010 15:54:41 +0000 References: <20100309131544.GA15319@redhat.com> <4B965E80.3020902@codemonkey.ws> <1268147394.14039.61.camel@8530w.home> In-Reply-To: <1268147394.14039.61.camel@8530w.home> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003091554.41830.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Alex Williamson , Andreas Plesner Jacobsen > > Can't this be achieved by just disabling the feature bits? IOW, > > > > ctrl_vq=0,ctrl_vlan=0? > > Michael still wants the guest to populate the MAC filter table so that > we can use it to announce MACs on the bridge, especially after a > migration. We don't do that to start with. We only set gratuitous ARPs for the MAC address of the emulated NIC. I'm not convinced anything else is useful. Paul