From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUaPe-0006Li-4w for qemu-devel@nongnu.org; Thu, 09 Jun 2011 04:16:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUaPc-000784-Cg for qemu-devel@nongnu.org; Thu, 09 Jun 2011 04:16:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUaPb-00075m-Sv for qemu-devel@nongnu.org; Thu, 09 Jun 2011 04:16:20 -0400 Date: Thu, 9 Jun 2011 11:16:11 +0300 From: Alon Levy Message-ID: <20110609081611.GC31646@bow.tlv.redhat.com> References: <20110531164220.GA22501@playa.tlv.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110531164220.GA22501@playa.tlv.redhat.com> Subject: Re: [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Ping? On Tue, May 31, 2011 at 07:42:20PM +0300, Alon Levy wrote: > 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(-) >