Re: [Qemu-devel] [PATCH v3 0/2] Introduce 'status' property for netfilter

2016-03-01 Thread Jason Wang
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'

[Qemu-devel] [PATCH v3 0/2] Introduce 'status' property for netfilter

2016-02-29 Thread zhanghailiang
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