From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyegV-0002Jr-2M for qemu-devel@nongnu.org; Tue, 07 Aug 2012 03:58:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyegP-0000bl-Hc for qemu-devel@nongnu.org; Tue, 07 Aug 2012 03:58:34 -0400 Received: from e28smtp08.in.ibm.com ([122.248.162.8]:47452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyegO-0000Zo-Rw for qemu-devel@nongnu.org; Tue, 07 Aug 2012 03:58:29 -0400 Received: from /spool/local by e28smtp08.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Aug 2012 13:28:22 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q777vsRR24051910 for ; Tue, 7 Aug 2012 13:27:55 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q777vr7m010459 for ; Tue, 7 Aug 2012 17:57:54 +1000 Date: Tue, 7 Aug 2012 13:29:28 +0530 From: Bharata B Rao Message-ID: <20120807075928.GB7480@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH v5 0/2] GlusterFS support in QEMU - v5 Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori , Paolo Bonzini , Kevin Wolf Cc: Blue Swirl , Anand Avati , Amar Tumballi , Stefan Hajnoczi , Vijay Bellur Hi, This is the v5 of the patchset to support GlusterFS backend from QEMU. Except for using g_strdup instead of strdup and some comments addition, this version is exactly similar to v4. As I mentioned during a previous release, I have tested gluster backend with different gluster configurations like local, remote, distributed and replicated volumes. I believe that the patchset has undergone enough scrutiny now to be included in 1.2 release. Previous versions can be found here: 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.