* [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix
@ 2011-05-31 16:42 Alon Levy
2011-06-09 8:16 ` Alon Levy
2011-06-15 14:16 ` Anthony Liguori
0 siblings, 2 replies; 4+ messages in thread
From: Alon Levy @ 2011-05-31 16:42 UTC (permalink / raw)
To: qemu-devel, Anthony Liguori; +Cc: Markus Armbruster
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix
2011-05-31 16:42 [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix Alon Levy
@ 2011-06-09 8:16 ` Alon Levy
2011-06-14 17:13 ` Alon Levy
2011-06-15 14:16 ` Anthony Liguori
1 sibling, 1 reply; 4+ messages in thread
From: Alon Levy @ 2011-06-09 8:16 UTC (permalink / raw)
To: qemu-devel, 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(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix
2011-06-09 8:16 ` Alon Levy
@ 2011-06-14 17:13 ` Alon Levy
0 siblings, 0 replies; 4+ messages in thread
From: Alon Levy @ 2011-06-14 17:13 UTC (permalink / raw)
To: qemu-devel, Anthony Liguori
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(-)
> >
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix
2011-05-31 16:42 [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix Alon Levy
2011-06-09 8:16 ` Alon Levy
@ 2011-06-15 14:16 ` Anthony Liguori
1 sibling, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2011-06-15 14:16 UTC (permalink / raw)
To: qemu-devel, 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(-)
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-15 14:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31 16:42 [Qemu-devel] [PULL] libcacard libtoolized + usb-ccid fix Alon Levy
2011-06-09 8:16 ` Alon Levy
2011-06-14 17:13 ` Alon Levy
2011-06-15 14:16 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).