From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIg2y-0003ag-OJ for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:05:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIg2o-0007g6-So for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:05:20 -0500 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:50970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIg2o-0007fq-LX for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:05:10 -0500 Received: by mail-wi0-f181.google.com with SMTP id hi5so2248461wib.8 for ; Wed, 26 Feb 2014 07:05:09 -0800 (PST) Date: Wed, 26 Feb 2014 16:05:06 +0100 From: Stefan Hajnoczi Message-ID: <20140226150506.GC19713@stefanha-thinkpad.muc.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: add suppoort for gluster reopen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, benoit.canet@irqsave.net, qemu-devel@nongnu.org, stefanha@redhat.com, bharata@linux.vnet.ibm.com On Mon, Feb 17, 2014 at 11:11:10AM -0500, Jeff Cody wrote: > Changes v1->v2: > > Patch 1: Removed unneeded state variables 'filename' and > 'open_flags' (Stefan) > Patch 2: Removed unneeded reopen state variable 'open_flags' > (Stefan) > > This series provides support for bdrv_reopen() with gluster > protocol drivers, and thereby also enabling block-commit to > gluster-based images. > > Jeff Cody (2): > block: gluster - code movements, state storage changes > block: gluster - add reopen support. > > block/gluster.c | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++------ > 1 file changed, 128 insertions(+), 15 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan