From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49634 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8BfS-0000H2-Mu for qemu-devel@nongnu.org; Tue, 19 Oct 2010 08:51:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8BfN-0004Fz-C9 for qemu-devel@nongnu.org; Tue, 19 Oct 2010 08:51:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8BfN-0004Fp-5N for qemu-devel@nongnu.org; Tue, 19 Oct 2010 08:51:45 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9JCpijb020477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Oct 2010 08:51:44 -0400 Received: from playa.tlv.redhat.com (dhcp-2-227.tlv.redhat.com [10.35.2.227]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9JCpgiS024340 for ; Tue, 19 Oct 2010 08:51:43 -0400 From: Alon Levy Date: Tue, 19 Oct 2010 14:51:41 +0200 Message-Id: <1287492702-16191-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] ccid emulated card (v2, for usb-ccid v3) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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