From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THfER-0000He-3e for qemu-devel@nongnu.org; Fri, 28 Sep 2012 14:24:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THfEP-0004u0-U5 for qemu-devel@nongnu.org; Fri, 28 Sep 2012 14:24:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THfEP-0004ta-KN for qemu-devel@nongnu.org; Fri, 28 Sep 2012 14:24:09 -0400 Message-ID: <5065EB3F.4030806@redhat.com> Date: Fri, 28 Sep 2012 20:23:59 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20120927135553.GD18285@in.ibm.com> In-Reply-To: <20120927135553.GD18285@in.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v10 0/5] GlusterFS support in QEMU - v10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bharata@linux.vnet.ibm.com Cc: Anthony Liguori , Anand Avati , Vijay Bellur , Stefan Hajnoczi , Harsh Bora , Amar Tumballi , qemu-devel@nongnu.org, Daniel Veillard , Blue Swirl , "Richard W.M. Jones" , Avi Kivity , Paolo Bonzini Am 27.09.2012 15:55, schrieb Bharata B Rao: > Hi, > > This is v10 of the patchset to support GlusterFS backend from QEMU. > > Changes in v10 > -------------- > - Included another fix to qemu_aio_wait() from Paolo in the series. > - A few more fixes to the volume and image parsing code. > - Removed unnecessary unescaping of URI query parameters. > - Fail if server or port are specified for unix type of transport. > - Save errno in case glfs_fini() fails in qemu_gluster_init(). > - s/qemu_gluster_send_pipe/qemu_write_full > - Remove unnecessary clearing of O_ACCMODE from open_flags in qemu_gluster_open. > > Previous versions can be found here: > > v9 - http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg04016.html > v8 - http://lists.gnu.org/archive/html/qemu-devel/2012-09/msg04007.html > v7 - http://lists.nongnu.org/archive/html/qemu-devel/2012-09/msg02532.html > v6 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg01536.html > v5 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg01023.html > v4 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg00147.html > v3 - http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg03322.html > v2 - http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02718.html > v1 - http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg01745.html Thanks, applied all to the block branch. Kevin