From patchwork Tue May 31 16:42:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 98080 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (unknown [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4CB99B6F7B for ; Wed, 1 Jun 2011 06:15:36 +1000 (EST) Received: from localhost ([::1]:46146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRVLW-0001oi-Hb for incoming@patchwork.ozlabs.org; Tue, 31 May 2011 16:15:22 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRTj6-0001aG-9E for qemu-devel@nongnu.org; Tue, 31 May 2011 14:31:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRTj2-0001XH-Nk for qemu-devel@nongnu.org; Tue, 31 May 2011 14:31:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRTj2-0001Wb-1c for qemu-devel@nongnu.org; Tue, 31 May 2011 14:31:32 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4VH7AZh008603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 31 May 2011 13:07:11 -0400 Received: from playa.tlv.redhat.com (dhcp-3-110.tlv.redhat.com [10.35.3.110]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p4VGgM2P008848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 31 May 2011 12:42:27 -0400 Date: Tue, 31 May 2011 19:42:20 +0300 From: Alon Levy To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20110531164220.GA22501@playa.tlv.redhat.com> Mail-Followup-To: qemu-devel@nongnu.org, Anthony Liguori , Markus Armbruster MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Markus Armbruster Subject: [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, This pull request includes the libcacard.la library target and a memory leak fix by Markus. Please pull. The following changes since commit b1d7d2b93a1d6b2d2848b616cc35acdf521c923c: Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2011-05-31 08:23:11 -0500) are available in the git repository at: git://anongit.freedesktop.org/~alon/qemu pull-libcacard-1 Alon Levy (2): configure: add libdir and --libdir libcacard: add libcacard.la target Markus Armbruster (1): usb-ccid: Plug memory leak on qdev exit() Makefile | 20 +++++++++++++++++++- Makefile.objs | 8 ++++++++ configure | 17 ++++++++++++++++- hw/usb-ccid.c | 28 ++++++++-------------------- libcacard/Makefile | 32 ++++++++++++++++++++++++++++---- rules.mak | 8 ++++++++ 6 files changed, 87 insertions(+), 26 deletions(-)