From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aazTX-0002R1-56 for qemu-devel@nongnu.org; Wed, 02 Mar 2016 00:37:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aazTS-00013v-3r for qemu-devel@nongnu.org; Wed, 02 Mar 2016 00:37:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aazTR-00013p-Uq for qemu-devel@nongnu.org; Wed, 02 Mar 2016 00:37:26 -0500 References: <1456810623-8980-1-git-send-email-zhang.zhanghailiang@huawei.com> From: Jason Wang Message-ID: <56D67C08.1040408@redhat.com> Date: Wed, 2 Mar 2016 13:37:12 +0800 MIME-Version: 1.0 In-Reply-To: <1456810623-8980-1-git-send-email-zhang.zhanghailiang@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/2] Introduce 'status' property for netfilter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zhanghailiang , qemu-devel@nongnu.org Cc: hongyang.yang@easystack.cn On 03/01/2016 01:37 PM, zhanghailiang wrote: > This is picked from COLO series, which is to realize the new 'status' > property for filter. > > With this property, users can control if the filter is enabled or > disabled. > > ChangeLog: > v3: > - Use 'bool on' instead of member 'char *status' (Jason) > - Extract the process of setup timer into a new helper > > zhanghailiang (2): > filter: Add 'status' property for filter object > filter-buffer: Add status_changed callback processing > > include/net/filter.h | 4 ++++ > net/filter-buffer.c | 34 ++++++++++++++++++++++++++++------ > net/filter.c | 41 +++++++++++++++++++++++++++++++++++++++++ > qemu-options.hx | 4 +++- > 4 files changed, 76 insertions(+), 7 deletions(-) > Apply to -net. Thanks