[Qemu-devel] [PATCH 0/2] Postcopy fixes

Dr. David Alan Gilbert (git) posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170202155909.31784-1-dgilbert@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
migration/migration.c | 25 +++++++++++++++++++++++++
migration/savevm.c    |  1 +
2 files changed, 26 insertions(+)
[Qemu-devel] [PATCH 0/2] Postcopy fixes
Posted by Dr. David Alan Gilbert (git) 7 years, 1 month ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Hi,
  These are a couple of postcopy fixes for failure paths;
The first is a pretty harmless assert, it happens on the destination
when it discovers that it's got an incoming postcopy but
it can't support it - it was going to exit anyway.

The second is more useful and fixes an assert on the source
in the small window where a postcopy that's starting up fails
and tries to recover the source.

Dave

Dr. David Alan Gilbert (2):
  Postcopy: Reset state to avoid cleanup assert
  postcopy: Recover block devices on early failure

 migration/migration.c | 25 +++++++++++++++++++++++++
 migration/savevm.c    |  1 +
 2 files changed, 26 insertions(+)

-- 
2.9.3