mbox

[PULL] libcacard libtoolized + usb-ccid fix

Message ID 20110531164220.GA22501@playa.tlv.redhat.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/~alon/qemu pull-libcacard-1

Message

Alon Levy May 31, 2011, 4:42 p.m. UTC
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(-)

Comments

Alon Levy June 9, 2011, 8:16 a.m. UTC | #1
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(-)
>
Alon Levy June 14, 2011, 5:13 p.m. UTC | #2
On Thu, Jun 09, 2011 at 11:16:11AM +0300, Alon Levy wrote:
> Ping?
> 

Reping.

> 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(-)
> > 
>
Anthony Liguori June 15, 2011, 2:16 p.m. UTC | #3
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(-)
>
>