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 (v2, for usb-ccid v3)


From: Alon Levy
Subject: [Qemu-devel] [PATCH 0/1] ccid emulated card (v2, for usb-ccid v3)
Date: Tue, 19 Oct 2010 14:51:41 +0200

v2 changes:
 fixed a bug that made certificates emulation not work, and some cleanup.

v1 message:

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 (v2)

 Makefile.objs           |    2 +-
 configure               |   20 ++
 hw/ccid-card-emulated.c |  495 +++++++++++++++++++++++++++++++++++++++++++++++
 hw/ccid-card-passthru.c |    6 -
 hw/usb-ccid.c           |    2 +
 5 files changed, 518 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]