[Qemu-devel] [PATCH 0/2] migation: unbreak postcopy recovery

Peter Xu posted 2 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180611060228.2998-1-peterx@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 failed
Test s390x passed
There is a newer version of this series
migration/ram.h       |  2 +-
migration/exec.c      |  3 ---
migration/fd.c        |  3 ---
migration/migration.c | 34 ++++++++++++++++++++++++++--------
migration/ram.c       | 11 +++++------
migration/rdma.c      |  3 ++-
migration/savevm.c    |  6 +++---
migration/socket.c    |  5 -----
8 files changed, 37 insertions(+), 30 deletions(-)
[Qemu-devel] [PATCH 0/2] migation: unbreak postcopy recovery
Posted by Peter Xu 5 years, 10 months ago
Postcopy recovery is broken on master.  Patch 1 fixes it up.

Patch 2 fixes a possible race for postcopy recovery.

Tests: postcopy recovery, make check, iotests (currently qcow2 iotests
051 & 102 break on master; this series didn't bring more).

Please review.  Thanks,

Peter Xu (2):
  migration: unbreak postcopy recovery
  migration: delay postcopy paused state

 migration/ram.h       |  2 +-
 migration/exec.c      |  3 ---
 migration/fd.c        |  3 ---
 migration/migration.c | 34 ++++++++++++++++++++++++++--------
 migration/ram.c       | 11 +++++------
 migration/rdma.c      |  3 ++-
 migration/savevm.c    |  6 +++---
 migration/socket.c    |  5 -----
 8 files changed, 37 insertions(+), 30 deletions(-)

-- 
2.17.1