From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz84C-00076E-Jx for qemu-devel@nongnu.org; Tue, 16 Jul 2013 12:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz7z8-00082X-J9 for qemu-devel@nongnu.org; Tue, 16 Jul 2013 12:20:19 -0400 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:36398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz7uM-00054X-NV for qemu-devel@nongnu.org; Tue, 16 Jul 2013 12:15:23 -0400 Received: from /spool/local by e28smtp02.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 16 Jul 2013 21:36:34 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 59EFE394004E for ; Tue, 16 Jul 2013 21:45:13 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6GGG2aa25886802 for ; Tue, 16 Jul 2013 21:46:02 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6GGFFbt024037 for ; Wed, 17 Jul 2013 02:15:15 +1000 From: Bharata B Rao Date: Tue, 16 Jul 2013 21:47:40 +0530 Message-Id: <1373991462-7338-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/2] pkg-config and discard support for gluster driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@gmail.com, aavati@redhat.com, Bharata B Rao Hi, This is the v2 of the patchset that changes gluster driver in QEMU to use pkg-config and adds discard support. Changes in v2 ------------- - Ensure that gluster libraries don't get linked to linux-user targets. Bharata B Rao (2): gluster: Use pkg-config to configure GlusterFS block driver gluster: Add discard support for GlusterFS block driver. block/gluster.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ configure | 25 ++++++++++++++----------- 2 files changed, 59 insertions(+), 11 deletions(-) -- 1.7.11.7