From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG4MM-0001qy-5H for qemu-devel@nongnu.org; Mon, 24 Sep 2012 04:49:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG4MH-0008O3-Tv for qemu-devel@nongnu.org; Mon, 24 Sep 2012 04:49:46 -0400 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:47114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG4MH-0008NV-9f for qemu-devel@nongnu.org; Mon, 24 Sep 2012 04:49:41 -0400 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 24 Sep 2012 14:19:37 +0530 Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8O8nXKs40960248 for ; Mon, 24 Sep 2012 14:19:33 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8O8nVNm009777 for ; Mon, 24 Sep 2012 18:49:32 +1000 Date: Mon, 24 Sep 2012 14:21:27 +0530 From: Bharata B Rao Message-ID: <20120924085127.GC18470@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH v8 0/6] GlusterFS support in QEMU - v8 Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Anthony Liguori , Anand Avati , Vijay Bellur , Stefan Hajnoczi , Harsh Bora , Amar Tumballi , Markus Armbruster , Blue Swirl , Avi Kivity , Paolo Bonzini Hi, This is v8 of the patchset to support GlusterFS backend from QEMU. I will follow up this post by v9 that will use a generic URI parsing code borrowed from libxml2 and libvirt. In case there is no agreement on using that generic URI parsing code in QEMU, I would like v8 to be considered for inclusion. Changes in v8 ------------- - Fixed a few problems with the URI parsing code. - Instead of exposing socket_opts via vm_config_groups, use Paolo's patch that just globalizes socket_opts. Previous versions can be found here: 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 Regards, Bharata.