From: "Dr. David Alan Gilbert" <dgilb...@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