qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH 0/2] Postcopy fixes
Date: Thu, 2 Feb 2017 15:59:07 +0000

From: "Dr. David Alan Gilbert" <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]