Re: [Qemu-devel] [PATCH] migration: set state to post-migrate on failure

2016-07-18 Thread Amit Shah
On (Fri) 15 Jul 2016 [17:44:46], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > If a migration fails/is cancelled during the postcopy stage we currently > end up with the runstate as finish-migrate, where it should be post-migrate. > There's a small window in precopy whe

[Qemu-devel] [PATCH] migration: set state to post-migrate on failure

2016-07-15 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" If a migration fails/is cancelled during the postcopy stage we currently end up with the runstate as finish-migrate, where it should be post-migrate. There's a small window in precopy where I think the same thing can happen, but I've never seen it. It rarely matter