qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/7] Add support for passthru cards to libcacard
@ 2015-03-13 19:45 Jeremy White
  2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 1/7] Bug fix: delete the reader entry after queueing an event, not before Jeremy White
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Jeremy White @ 2015-03-13 19:45 UTC (permalink / raw)
  To: qemu-devel

This is a resend of my outstanding patches, gathered together
as one series.  I'm hoping to agitate for this whole set to be considered.

Changes since v2:
  * Include outstanding patches not strictly related to passthru mode
  * Include a fix for read binary transactions
  * Mitigate some performance issues arising from libpccslite's
    heavy handed thread safety code

Jeremy White (7):
  Bug fix: delete the reader entry after queueing an event, not before.
  Retrieve the correct TD byte when checking an ATR.
  Add a configure check for libpcsclite, and an option to enable or
    disable it.
  Add error checking to vcard_emul_options.
  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 ++++
 hw/usb/ccid-card-passthru.c |    2 +-
 libcacard/capcsc.c          |  498 +++++++++++++++++++++++++++++++++++++++++++
 libcacard/capcsc.h          |   18 ++
 libcacard/card_7816.c       |    2 +-
 libcacard/card_7816.h       |    3 +
 libcacard/libcacard.syms    |    2 +
 libcacard/vcard.c           |    2 +-
 libcacard/vcard.h           |    2 +-
 libcacard/vcard_emul_nss.c  |   78 +++++--
 libcacard/vcard_emul_type.c |    3 +-
 libcacard/vreader.c         |    2 +-
 libcacard/vscclient.c       |   16 +-
 14 files changed, 640 insertions(+), 31 deletions(-)
 create mode 100644 libcacard/capcsc.c
 create mode 100644 libcacard/capcsc.h

-- 
1.7.10.4

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

end of thread, other threads:[~2015-03-25 15:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 19:45 [Qemu-devel] [PATCH v3 0/7] Add support for passthru cards to libcacard Jeremy White
2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 1/7] Bug fix: delete the reader entry after queueing an event, not before Jeremy White
2015-03-25 15:12   ` Marc-André Lureau
2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 2/7] Retrieve the correct TD byte when checking an ATR Jeremy White
2015-03-25 15:12   ` Marc-André Lureau
2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 3/7] Add a configure check for libpcsclite, and an option to enable or disable it Jeremy White
2015-03-25 15:13   ` Marc-André Lureau
2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 4/7] Add error checking to vcard_emul_options Jeremy White
2015-03-25 15:13   ` Marc-André Lureau
2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 5/7] Add a VCARD_DIRECT implemention to the libcacard smartcard support Jeremy White
2015-03-25 15:13   ` Marc-André Lureau
2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 6/7] Enable support for passthru (e.g. direct to pcsc) smart cards in the emul_options entry point in libcacard Jeremy White
2015-03-25 15:14   ` Marc-André Lureau
2015-03-13 19:45 ` [Qemu-devel] [PATCH v3 7/7] Remove the (broken) passthru option Jeremy White
2015-03-25 15:14   ` Marc-André Lureau
2015-03-13 20:11 ` [Qemu-devel] [PATCH v3 0/7] Add support for passthru cards to libcacard Patchew Tool
2015-03-16 16:22 ` Marc-André Lureau
2015-03-16 16:52   ` Jeremy White
2015-03-16 17:19     ` Paolo Bonzini
2015-03-25 15:15       ` Marc-André Lureau

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).