qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] ccid emulated card (v1, for usb-ccid v3)
@ 2010-10-18 13:20 Alon Levy
  2010-10-18 13:20 ` [Qemu-devel] [PATCH 1/1] add ccid-card-emulated device Alon Levy
  0 siblings, 1 reply; 2+ messages in thread
From: Alon Levy @ 2010-10-18 13:20 UTC (permalink / raw)
  To: qemu-devel

Meant to be applied after the usb-ccid v3 patch on the list.
Causes --enable-smartcard to depend on libcac_card, library for emulating
CAC compliant smart cards at http://cgit.freedesktop.org/~alon/cac_card/

hw/ccid-card-emulated.c: new device
Makefile.objs: add ccid-card-emulated.o if --enable-smartcard
configure: dependency on libcac_card if --enable-smartcard
hw/usb-ccid.c: added a TODO note
hw/ccid-card-passthru.c: removed does-nothing print method.

Alon Levy (1):
  add ccid-card-emulated device

 Makefile.objs           |    2 +-
 configure               |   20 ++
 hw/ccid-card-emulated.c |  497 +++++++++++++++++++++++++++++++++++++++++++++++
 hw/ccid-card-passthru.c |    6 -
 hw/usb-ccid.c           |    2 +
 5 files changed, 520 insertions(+), 7 deletions(-)
 create mode 100644 hw/ccid-card-emulated.c

-- 
1.7.3.1

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

end of thread, other threads:[~2010-10-18 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 13:20 [Qemu-devel] [PATCH 0/1] ccid emulated card (v1, for usb-ccid v3) Alon Levy
2010-10-18 13:20 ` [Qemu-devel] [PATCH 1/1] add ccid-card-emulated device Alon Levy

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