qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/1] ccid emulated card (v1, for usb-ccid v3)


From: Alon Levy
Subject: [Qemu-devel] [PATCH 0/1] ccid emulated card (v1, for usb-ccid v3)
Date: Mon, 18 Oct 2010 15:20:09 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]