mbox

[PULL] libcacard queue, start with no reader fixes

Message ID 20120326165627.GG32389@garlic
State New
Headers show

Pull-request

git://people.freedesktop.org/~alon/qemu libcacard

Message

Alon Levy March 26, 2012, 4:56 p.m. UTC
Hi Anthony,

 Some small fixes for libcacard to handle starting when no readers
 are available, and reader removal and reinsertion while running.
 
 Sent last weekend, no comments so far so I'm sending a pull request.

Thanks,
Alon

The following changes since commit cb1977d308f6e1d6bf398d42e6148187b82456c1:

  tcg-sparc: Add debug_frame support. (2012-03-24 19:57:58 +0000)

are available in the git repository at:

  git://people.freedesktop.org/~alon/qemu libcacard

for you to fetch changes up to 6f06f178f96de3597e1098258ab5d11733ae8602:

  libcacard/vcard_emul_nss: add warning for old coolkey (2012-03-26 18:39:00 +0200)

----------------------------------------------------------------
Alon Levy (3):
      libcacard/vcard_emul_nss: don't stop thread when there are no slots
      libcacard/vcard_emul_nss: handle no readers at startup
      libcacard/vcard_emul_nss: add warning for old coolkey

 libcacard/vcard_emul_nss.c |   36 ++++++++++++++++++++++++++----------
 1 file changed, 26 insertions(+), 10 deletions(-)

Comments

Anthony Liguori March 30, 2012, 1:11 p.m. UTC | #1
On 03/26/2012 11:56 AM, Alon Levy wrote:
> Hi Anthony,
>
>   Some small fixes for libcacard to handle starting when no readers
>   are available, and reader removal and reinsertion while running.
>
>   Sent last weekend, no comments so far so I'm sending a pull request.
>
> Thanks,
> Alon
>
> The following changes since commit cb1977d308f6e1d6bf398d42e6148187b82456c1:
>
>    tcg-sparc: Add debug_frame support. (2012-03-24 19:57:58 +0000)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>
>    git://people.freedesktop.org/~alon/qemu libcacard
>
> for you to fetch changes up to 6f06f178f96de3597e1098258ab5d11733ae8602:
>
>    libcacard/vcard_emul_nss: add warning for old coolkey (2012-03-26 18:39:00 +0200)
>
> ----------------------------------------------------------------
> Alon Levy (3):
>        libcacard/vcard_emul_nss: don't stop thread when there are no slots
>        libcacard/vcard_emul_nss: handle no readers at startup
>        libcacard/vcard_emul_nss: add warning for old coolkey
>
>   libcacard/vcard_emul_nss.c |   36 ++++++++++++++++++++++++++----------
>   1 file changed, 26 insertions(+), 10 deletions(-)
>
>