From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWqu1-0007zF-AV for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWqtz-0001e3-Mw for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:17:05 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:63624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWqtz-0001dq-Br for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:17:03 -0400 Received: by pzk30 with SMTP id 30so295559pzk.4 for ; Wed, 15 Jun 2011 07:17:01 -0700 (PDT) Message-ID: <4DF8BED9.8040703@codemonkey.ws> Date: Wed, 15 Jun 2011 09:16:57 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110531164220.GA22501@playa.tlv.redhat.com> In-Reply-To: <20110531164220.GA22501@playa.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, Markus Armbruster On 05/31/2011 11:42 AM, 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >