From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 3/4] qemu:virtio-net: Add support for qemu_vlan_rxfilter Date: Thu, 12 Feb 2009 16:26:58 +0000 Message-ID: <200902121626.58977.paul@codesourcery.com> References: <20090210212841.9760.96780.stgit@kvm.aw> <20090210212857.9760.31288.stgit@kvm.aw> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Alex Williamson , kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mail.codesourcery.com ([65.74.133.4]:46692 "EHLO mail.codesourcery.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751110AbZBLQ1F (ORCPT ); Thu, 12 Feb 2009 11:27:05 -0500 In-Reply-To: <20090210212857.9760.31288.stgit@kvm.aw> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: > +static void virtio_net_vlan_client_added(void *opaque) >... > +static void virtio_net_vlan_client_removed(void *opaque) Why are these two different? It looks like what you really want is a callback for "Something changed, and you need to reset your MAC filter." Paul