Re: [Qemu-devel] [PATCH] migrate: Fix cancelling state warning

2018-07-24 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > We've been getting the warning: > > migration_iteration_finish: Unknown ending state 2 > > on a cancel. > > I think that's originally due to 39b9e17905c; although > I've only seen the warning, I t

Re: [Qemu-devel] [PATCH] migrate: Fix cancelling state warning

2018-07-19 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > We've been getting the warning: > > migration_iteration_finish: Unknown ending state 2 > > on a cancel. > > I think that's originally due to 39b9e17905c; although > I've only seen the warning, I think that in some cases >

Re: [Qemu-devel] [PATCH] migrate: Fix cancelling state warning

2018-07-19 Thread Peter Xu
On Thu, Jul 19, 2018 at 10:22:57AM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > We've been getting the warning: > > migration_iteration_finish: Unknown ending state 2 > > on a cancel. > > I think that's originally due to 39b9e17905c; although > I've only see

[Qemu-devel] [PATCH] migrate: Fix cancelling state warning

2018-07-19 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" We've been getting the warning: migration_iteration_finish: Unknown ending state 2 on a cancel. I think that's originally due to 39b9e17905c; although I've only seen the warning, I think that in some cases that we could find the VM stays paused after a cancel wh