[PATCH 0/7] COLO proxy patch

Zhang Chen posted 7 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210608082331.1949117-1-chen.zhang@intel.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Li Zhijian <lizhijian@cn.fujitsu.com>, Jason Wang <jasowang@redhat.com>, Zhang Chen <chen.zhang@intel.com>, Hailiang Zhang <zhang.zhanghailiang@huawei.com>, Juan Quintela <quintela@redhat.com>
migration/colo.c      |  6 ------
migration/migration.c |  4 ++++
net/colo-compare.c    | 25 +++++++++++--------------
net/colo-compare.h    |  1 +
net/colo.c            | 25 +++++++++++++++++--------
net/colo.h            |  1 +
net/filter-mirror.c   |  8 ++++----
net/filter-rewriter.c |  3 +--
net/net.c             |  4 ++++
softmmu/runstate.c    |  1 +
10 files changed, 44 insertions(+), 34 deletions(-)
[PATCH 0/7] COLO proxy patch
Posted by Zhang Chen 2 years, 11 months ago
Hi Jason,
Please help me merge the COLO proxy patch to net branch.

Thanks
Chen

Rao, Lei (7):
  Remove some duplicate trace code.
  Fix the qemu crash when guest shutdown during checkpoint
  Optimize the function of filter_send
  Remove migrate_set_block_enabled in checkpoint
  Add a function named packet_new_nocopy for COLO.
  Add the function of colo_compare_cleanup
  Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()

 migration/colo.c      |  6 ------
 migration/migration.c |  4 ++++
 net/colo-compare.c    | 25 +++++++++++--------------
 net/colo-compare.h    |  1 +
 net/colo.c            | 25 +++++++++++++++++--------
 net/colo.h            |  1 +
 net/filter-mirror.c   |  8 ++++----
 net/filter-rewriter.c |  3 +--
 net/net.c             |  4 ++++
 softmmu/runstate.c    |  1 +
 10 files changed, 44 insertions(+), 34 deletions(-)

-- 
2.25.1