Re: [Qemu-devel] [PATCH] migration: Fix block migration flag case

2018-03-18 Thread Peter Xu
On Fri, Mar 16, 2018 at 08:21:14PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Fix the case where when a migration with a bad protocol is tried, > we leave the block migration capability set. > > (This is a cut down version of my 'migration: Fix block failure

[Qemu-devel] [PATCH] migration: Fix block migration flag case

2018-03-16 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Fix the case where when a migration with a bad protocol is tried, we leave the block migration capability set. (This is a cut down version of my 'migration: Fix block failure cases' where it's other case was fixed by Peter's dd0ee30caeebbd ) Signed-off-by: Dr. Dav