All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Alon Levy <alevy@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/5] usb-ccid (v14)
Date: Mon, 10 Jan 2011 13:44:32 +0100	[thread overview]
Message-ID: <4D2AFF30.1060002@redhat.com> (raw)
In-Reply-To: <1294482533-16277-1-git-send-email-alevy@redhat.com>

On 01/08/11 11:28, Alon Levy wrote:
> This patchset adds three new devices, usb-ccid, ccid-card-passthru and
> ccid-card-emulated, providing a CCID bus, a simple passthru protocol
> implementing card requiring a client, and a standalone emulated card.
>
> It also introduces a new directory libcaccard with CAC card emulation,
> CAC is a type of ISO 7816 smart card.
>
> Tree for pull: git://anongit.freedesktop.org/~alon/qemu usb_ccid.v14

One nit left which I didn't notice on previous reviews:  It can't be 
disabled at compile time, there is no --disable-smartcard switch.  The 
nss detection needs some tweaks too.  The usual configure behavior in 
qemu is this:

   [ no smarccard option specified ]
         autodetect, i.e. enable smartcard if nss support is found,
         otherwise disable (i.e. what your patch does now).
   --disable-smartcard
         turn off smartcard support.
   --enable-smartcard
         force smartcard support on, if nss isn't present abort
         configure with an error message.

Otherwise it looks works nicely.  Good job.

cheers,
   Gerd

  parent reply	other threads:[~2011-01-10 12:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-08 10:28 [Qemu-devel] [PATCH 0/5] usb-ccid (v14) Alon Levy
2011-01-08 10:28 ` [Qemu-devel] [PATCH 1/5] usb-ccid: add CCID bus Alon Levy
2011-01-08 10:28 ` [Qemu-devel] [PATCH 2/5] ccid: add passthru card device Alon Levy
2011-01-08 10:28 ` [Qemu-devel] [PATCH 3/5] libcacard: initial commit after coding style fixes Alon Levy
2011-01-08 10:28 ` [Qemu-devel] [PATCH 4/5] ccid: add ccid-card-emulated device (v2) Alon Levy
2011-01-08 10:28 ` [Qemu-devel] [PATCH 5/5] ccid: add docs Alon Levy
2011-01-10 12:44 ` Gerd Hoffmann [this message]
2011-01-10 14:32   ` [Qemu-devel] [PATCH 0/5] usb-ccid (v14) Alon Levy
2011-01-10 21:55     ` Blue Swirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D2AFF30.1060002@redhat.com \
    --to=kraxel@redhat.com \
    --cc=alevy@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.