qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Introduce 'status' property for netfilter
@ 2016-03-01  5:37 zhanghailiang
  2016-03-01  5:37 ` [Qemu-devel] [PATCH v3 1/2] filter: Add 'status' property for filter object zhanghailiang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zhanghailiang @ 2016-03-01  5:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: jasowang, zhanghailiang, hongyang.yang

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(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-02  5:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  5:37 [Qemu-devel] [PATCH v3 0/2] Introduce 'status' property for netfilter zhanghailiang
2016-03-01  5:37 ` [Qemu-devel] [PATCH v3 1/2] filter: Add 'status' property for filter object zhanghailiang
2016-03-01  5:37 ` [Qemu-devel] [PATCH v3 2/2] filter-buffer: Add status_changed callback processing zhanghailiang
2016-03-02  5:37 ` [Qemu-devel] [PATCH v3 0/2] Introduce 'status' property for netfilter Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).