From: Alon Levy <alevy@redhat.com>
To: qemu-devel@nongnu.org, alevy@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] USB CCID device
Date: Tue, 5 Oct 2010 23:32:58 +0200 [thread overview]
Message-ID: <1286314380-23653-1-git-send-email-alevy@redhat.com> (raw)
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
next reply other threads:[~2010-10-05 21:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-05 21:32 Alon Levy [this message]
2010-10-05 21:32 ` [Qemu-devel] [PATCH 1/2] usb-ccid: add CCID device. add configure option Alon Levy
2010-10-05 21:33 ` [Qemu-devel] [PATCH 2/2] usb-ccid: add CCID device (device itself) Alon Levy
2010-10-05 23:02 ` [Qemu-devel] [PATCH 0/2] USB CCID device Anthony Liguori
[not found] <1820922650.529041286324880996.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com>
2010-10-06 0:28 ` Alon Levy
2010-10-06 8:55 ` Gerd Hoffmann
2010-10-06 19:00 ` Anthony Liguori
2010-10-07 7:14 ` Gerd Hoffmann
2010-10-07 7:39 ` Alon Levy
2010-10-07 19:54 ` Anthony Liguori
2010-10-06 19:02 ` Anthony Liguori
2010-10-06 22:12 ` Alon Levy
2010-10-07 19:56 ` Anthony Liguori
[not found] <668252848.649521286402747765.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com>
2010-10-06 22:06 ` Alon Levy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1286314380-23653-1-git-send-email-alevy@redhat.com \
--to=alevy@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).