From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxXFL-0001gS-MW for qemu-devel@nongnu.org; Fri, 12 Jul 2013 02:54:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxXFK-0003vf-P6 for qemu-devel@nongnu.org; Fri, 12 Jul 2013 02:54:27 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:41875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxXFK-0003vN-7G for qemu-devel@nongnu.org; Fri, 12 Jul 2013 02:54:26 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 13 Jul 2013 03:50:01 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id B1BC72BB004F for ; Fri, 12 Jul 2013 16:54:18 +1000 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6C6d8N39241018 for ; Fri, 12 Jul 2013 16:39:09 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6C6sHlM002482 for ; Fri, 12 Jul 2013 16:54:17 +1000 Date: Fri, 12 Jul 2013 12:26:14 +0530 From: Bharata B Rao Message-ID: <20130712065614.GI32532@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [RFC PATCH v1 0/3] pkg-config and discard support for gluster driver 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 , Stefan Hajnoczi , Anand Avati Hi, This is a patchset that achieves the following: - Use pkg-config to configure GlusterFS driver in QEMU. - Enable discard support in GlusterFS driver. Regards, Bharata.