From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWaSr-0000SJ-7I for qemu-devel@nongnu.org; Mon, 31 Aug 2015 21:34:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWaSn-00038q-1G for qemu-devel@nongnu.org; Mon, 31 Aug 2015 21:34:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWaSm-00038T-RU for qemu-devel@nongnu.org; Mon, 31 Aug 2015 21:34:16 -0400 Date: Mon, 31 Aug 2015 21:34:14 -0400 From: Jeff Cody Message-ID: <20150901013414.GH31272@localhost.localdomain> References: <1440730438-24676-1-git-send-email-namei.unix@gmail.com> <20150901010213.GA11585@ubuntu-trusty> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150901010213.GA11585@ubuntu-trusty> Subject: Re: [Qemu-devel] [PATCH v3] sheepdog: add reopen support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: Kevin Wolf , sheepdog-ng@googlegroups.com, Stefan Hajnoczi , qemu-devel@nongnu.org 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. > > > > 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_reopen_prepare() as in sd_open() > > v2: > > - free AioHandler [Jeff Cody] > > > > ping... I am setting up a sheepdog test server, so I can test as best I can sheepdog patches going in. I'll go ahead and apply this one to my branch, and just make sure to test it prior to sending out a pull request. Thanks, Applied to my block branch: git://github.com/codyprime/qemu-kvm-jtc.git block -Jeff