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