summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-03 17:21:58 +0200
committerAlon Levy <alevy@redhat.com>2011-02-03 17:21:58 +0200
commit1223b770aa96b42f5ff6563c893afbe0987eb82c (patch)
tree252cd5ea7aba9dbfcad461544856b6ed6299a1bc /README
parenta082be368db98b6aa1de31b2ba3ec648d68c85dc (diff)
bump version to 0.1.20.1.2
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index a065c42..4b538ff 100644
--- a/README
+++ b/README
@@ -477,11 +477,17 @@ cac.c - card type emulator for CAC cards
vcard_emul.h - virtual card emulator service definitions.
vcard_emul_nss.c - virtual card emulator implementation for nss.
vscclient.c - socket connection to guest qemu usb driver.
-vscard_common.h - common header with the guest qemu usb driver.
+vscard_common.h - common header with the protocol for the guest qemu usb driver.
mutex.h - header file for machine independent mutexes.
Makefile - basic Makefile that needs to be changed to autoconf someday.
link_test.c - static test to make sure all the symbols are properly defined.
+VSCard protocol (Virtual Smart Card protocol)
+=============================================
+Defined in http://wiki.qemu.org/Features/Smartcard
+
+The definition there is used to create vscard_common.h
+
Running with Qemu usb-ccid:
===========================