Re: [Qemu-devel] [PATCH] migration: Fix block failure cases

2018-03-01 Thread Peter Xu
On Thu, Mar 01, 2018 at 03:32:19PM +, Dr. David Alan Gilbert wrote: > * Peter Xu (pet...@redhat.com) wrote: > > On Wed, Feb 28, 2018 at 04:49:37PM +, Dr. David Alan Gilbert (git) > > wrote: > > > From: "Dr. David Alan Gilbert" > > > > > > This fixes a couple of cases where the block migr

Re: [Qemu-devel] [PATCH] migration: Fix block failure cases

2018-03-01 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > On Wed, Feb 28, 2018 at 04:49:37PM +, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > This fixes a couple of cases where the block migration capability > > doesn't get cleared when a migration failed. > > > > 1) When bloc

Re: [Qemu-devel] [PATCH] migration: Fix block failure cases

2018-02-28 Thread Peter Xu
On Wed, Feb 28, 2018 at 04:49:37PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This fixes a couple of cases where the block migration capability > doesn't get cleared when a migration failed. > > 1) When block migration is compiled out: > (qemu) migrate -d -

[Qemu-devel] [PATCH] migration: Fix block failure cases

2018-02-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" This fixes a couple of cases where the block migration capability doesn't get cleared when a migration failed. 1) When block migration is compiled out: (qemu) migrate -d -b "exec:cat > /dev/null" QEMU compiled without old-style (blk/-b, inc/-i) block migration