[PATCH v2 0/7] Fixed some bugs and optimized some codes for COLO

Rao, Lei posted 7 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1635753425-11756-1-git-send-email-lei.rao@intel.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Zhang Chen <chen.zhang@intel.com>, Hailiang Zhang <zhang.zhanghailiang@huawei.com>, Li Zhijian <lizhijian@cn.fujitsu.com>, Juan Quintela <quintela@redhat.com>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
migration/colo.c      | 16 +++++-----------
migration/migration.c |  6 +++++-
net/colo-compare.c    |  4 ++--
net/colo.c            | 31 ++++++++++++-------------------
net/colo.h            |  6 +++---
net/filter-rewriter.c | 10 +---------
6 files changed, 28 insertions(+), 45 deletions(-)
[PATCH v2 0/7] Fixed some bugs and optimized some codes for COLO
Posted by Rao, Lei 2 years, 6 months ago
Changes since v1:
        --Move the s->rp_state.from_dst_file = NULL behind qemu_close().

The series of patches include:
        Fixed some bugs of qemu crash and segment fault.
        Optimized the function of fill_connection_key.
        Remove some unnecessary code to improve COLO.

Rao, Lei (7):
  Some minor optimizations for COLO
  Fixed qemu crash when guest power off in COLO mode
  Fixed SVM hang when do failover before PVM crash
  colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
  Removed the qemu_fclose() in colo_process_incoming_thread
  Changed the last-mode to none of first start COLO
  Optimized the function of fill_connection_key.

 migration/colo.c      | 16 +++++-----------
 migration/migration.c |  6 +++++-
 net/colo-compare.c    |  4 ++--
 net/colo.c            | 31 ++++++++++++-------------------
 net/colo.h            |  6 +++---
 net/filter-rewriter.c | 10 +---------
 6 files changed, 28 insertions(+), 45 deletions(-)

-- 
2.30.2