[Qemu-devel] [PATCH V3 0/3] Optimize filter-mirror and filter-rewriter

Zhang Chen posted 3 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1494986980-11277-1-git-send-email-zhangchen.fnst@cn.fujitsu.com
Test checkpatch passed
Test docker passed
Test s390x passed
net/filter-mirror.c | 35 ++++++++++++++++-------------------
qemu-options.hx     |  2 +-
2 files changed, 17 insertions(+), 20 deletions(-)
[Qemu-devel] [PATCH V3 0/3] Optimize filter-mirror and filter-rewriter
Posted by Zhang Chen 6 years, 11 months ago
Fix some duplicate codes and remove unused codes.

v3:
 - Remove the ',' in patch 3/3

v2:
 - Address Eric's comment fix typo and keep a long lien on patch 3.

Zhang Chen (3):
  net/filter-mirror.c: Remove duplicate check code.
  net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle
  net/filter-rewriter: Remove unused option in filter-rewriter

 net/filter-mirror.c | 35 ++++++++++++++++-------------------
 qemu-options.hx     |  2 +-
 2 files changed, 17 insertions(+), 20 deletions(-)

-- 
2.7.4




Re: [Qemu-devel] [PATCH V3 0/3] Optimize filter-mirror and filter-rewriter
Posted by Jason Wang 6 years, 11 months ago

On 2017年05月17日 10:09, Zhang Chen wrote:
> Fix some duplicate codes and remove unused codes.
>
> v3:
>   - Remove the ',' in patch 3/3
>
> v2:
>   - Address Eric's comment fix typo and keep a long lien on patch 3.
>
> Zhang Chen (3):
>    net/filter-mirror.c: Remove duplicate check code.
>    net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle
>    net/filter-rewriter: Remove unused option in filter-rewriter
>
>   net/filter-mirror.c | 35 ++++++++++++++++-------------------
>   qemu-options.hx     |  2 +-
>   2 files changed, 17 insertions(+), 20 deletions(-)
>

Applied, thanks.