From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzH5e-0001Xg-Tk for qemu-devel@nongnu.org; Tue, 16 Jul 2013 22:03:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzH5e-0005cW-2X for qemu-devel@nongnu.org; Tue, 16 Jul 2013 22:03:38 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:42619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzH5d-0005cP-SK for qemu-devel@nongnu.org; Tue, 16 Jul 2013 22:03:38 -0400 Received: by mail-wi0-f179.google.com with SMTP id hj3so1382329wib.6 for ; Tue, 16 Jul 2013 19:03:37 -0700 (PDT) Date: Wed, 17 Jul 2013 10:03:28 +0800 From: Stefan Hajnoczi Message-ID: <20130717020328.GA26311@stefanha-thinkpad.redhat.com> References: <1373991462-7338-1-git-send-email-bharata@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1373991462-7338-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: Re: [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: Bharata B Rao Cc: kwolf@redhat.com, aavati@redhat.com, qemu-devel@nongnu.org On Tue, Jul 16, 2013 at 09:47:40PM +0530, Bharata B Rao wrote: > 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 > Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan