All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Add support for passthru cards to libcacard
@ 2015-01-20 15:38 Jeremy White
  2015-01-20 15:38 ` [Qemu-devel] [PATCH v2 1/4] Add a configure check for libpcsclite, and an option to enable or disable it Jeremy White
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeremy White @ 2015-01-20 15:38 UTC (permalink / raw)
  To: qemu-devel

This differs from v1 by:
  * checkpatch review
  * Patch series, instead of one patch
  * Remove internal queue in favor of relying on thread safety of pcsclite
  * Remove glib from configure
  * Use glib thread and allocation functions

Jeremy White (4):
  Add a configure check for libpcsclite, and an option to enable or
    disable it.
  Add a VCARD_DIRECT implemention to the libcacard smartcard support.
  Enable support for passthru (e.g. direct to pcsc) smart cards     in
    the emul_options entry point in libcacard.
  Remove the (broken) passthru option.

 Makefile.objs               |    5 +
 configure                   |   38 ++++
 libcacard/capcsc.c          |  488 +++++++++++++++++++++++++++++++++++++++++++
 libcacard/capcsc.h          |   18 ++
 libcacard/libcacard.syms    |    1 +
 libcacard/vcard.c           |    2 +-
 libcacard/vcard.h           |    2 +-
 libcacard/vcard_emul_nss.c  |   29 ++-
 libcacard/vcard_emul_type.c |    3 +-
 libcacard/vscclient.c       |   16 +-
 10 files changed, 585 insertions(+), 17 deletions(-)
 create mode 100644 libcacard/capcsc.c
 create mode 100644 libcacard/capcsc.h

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-11 15:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 15:38 [Qemu-devel] [PATCH v2 0/4] Add support for passthru cards to libcacard Jeremy White
2015-01-20 15:38 ` [Qemu-devel] [PATCH v2 1/4] Add a configure check for libpcsclite, and an option to enable or disable it Jeremy White
2015-01-20 15:38 ` [Qemu-devel] [PATCH v2 2/4] Add a VCARD_DIRECT implemention to the libcacard smartcard support Jeremy White
2015-01-20 15:38 ` [Qemu-devel] [PATCH v2 3/4] Enable support for passthru (e.g. direct to pcsc) smart cards in the emul_options entry point in libcacard Jeremy White
2015-01-20 15:38 ` [Qemu-devel] [PATCH v2 4/4] Remove the (broken) passthru option Jeremy White
2015-02-11 15:22 ` [Qemu-devel] [PATCH v2 0/4] Add support for passthru cards to libcacard Jeremy White

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.