qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] migration cleanup fixes


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH 0/2] migration cleanup fixes
Date: Fri, 14 Sep 2018 18:04:28 +0100

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

This is a pair of related migration fixes for cases where the loadvm
state doesn't get cleaned up.

In the first case this is because the code hasn't cleared the postcopy
flag, and so a following loadvm gets very confused (leading to it
not cleaning up the loadvm state or syncing the CPUs leading to no
interrupts and a very confused guest).

In the second case I just noticed a few return cases where it didn't get
cleaned up in error paths.

Dave


Dr. David Alan Gilbert (2):
  migration/postcopy: Clear have_listen_thread
  migration: cleanup in error paths in loadvm

 migration/savevm.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.17.1




reply via email to

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