Re: [Qemu-devel] [PATCH v3] sheepdog: add reopen support

2015-08-31 Thread Jeff Cody
On Tue, Sep 01, 2015 at 09:02:13AM +0800, Liu Yuan wrote: > On Fri, Aug 28, 2015 at 10:53:58AM +0800, Liu Yuan wrote: > > From: Liu Yuan > > > > With reopen supported, block-commit (and offline commit) is now supported > > for > > image files whose base image uses the Sheepdog protocol driver. >

Re: [Qemu-devel] [PATCH v3] sheepdog: add reopen support

2015-08-31 Thread Liu Yuan
On Fri, Aug 28, 2015 at 10:53:58AM +0800, Liu Yuan wrote: > From: Liu Yuan > > With reopen supported, block-commit (and offline commit) is now supported for > image files whose base image uses the Sheepdog protocol driver. > > Cc: qemu-devel@nongnu.org > Cc: Jeff Cody > Cc: Kevin Wolf > Cc: St

[Qemu-devel] [PATCH v3] sheepdog: add reopen support

2015-08-27 Thread Liu Yuan
From: Liu Yuan With reopen supported, block-commit (and offline commit) is now supported for image files whose base image uses the Sheepdog protocol driver. Cc: qemu-devel@nongnu.org Cc: Jeff Cody Cc: Kevin Wolf Cc: Stefan Hajnoczi Signed-off-by: Liu Yuan --- v3: - init cache flags in sd_re