From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41166 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3F8F-0003gU-BY for qemu-devel@nongnu.org; Tue, 05 Oct 2010 17:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3F8E-0007PD-6N for qemu-devel@nongnu.org; Tue, 05 Oct 2010 17:33:07 -0400 Received: from igld-84-228-156-38.inter.net.il ([84.228.156.38]:52819 helo=localhost6.localdomain6) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3F8D-0007Oe-Ly for qemu-devel@nongnu.org; Tue, 05 Oct 2010 17:33:06 -0400 From: Alon Levy Date: Tue, 5 Oct 2010 23:32:58 +0200 Message-Id: <1286314380-23653-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] USB CCID device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, alevy@redhat.com This patch adds a new device, it is described in full in the second patch intro and also in the documentation in docs. In brief it provides a standard smart card reader device. The first patch is the configure change and docs. The second patch contains the actual device, I couldn't figure out a good way to split it to ease review, so if the first reviewer can suggest a good way to split it I would gladly do that. Alon Levy (2): usb-ccid: add CCID device. add configure option. usb-ccid: add CCID device (device itself) Makefile.objs | 1 + configure | 12 + docs/usb-ccid.txt | 115 +++++ hw/usb-ccid.c | 1254 ++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/vscard_common.h | 123 +++++ 5 files changed, 1505 insertions(+), 0 deletions(-) create mode 100644 docs/usb-ccid.txt create mode 100644 hw/usb-ccid.c create mode 100644 hw/vscard_common.h -- 1.7.3.1