qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] USB CCID device
@ 2010-10-05 21:32 Alon Levy
  2010-10-05 21:32 ` [Qemu-devel] [PATCH 1/2] usb-ccid: add CCID device. add configure option Alon Levy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alon Levy @ 2010-10-05 21:32 UTC (permalink / raw)
  To: qemu-devel, alevy

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 0/2] usb-ccid device (v2)
@ 2010-10-12 12:58 Alon Levy
  2010-10-12 12:58 ` [Qemu-devel] [PATCH 1/2] usb-ccid: add CCID device. add configure option Alon Levy
  0 siblings, 1 reply; 5+ messages in thread
From: Alon Levy @ 2010-10-12 12:58 UTC (permalink / raw)
  To: qemu-devel

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.

v2 changed:
 * all QSIMPLEQ turned into fixed sized rings
 * all allocated buffers turned into fixed size buffers
 * added migration support
 * added a message to tell client qemu has migrated to ip:port
  * for lack of monitor commands ip:port are 0:0, which causes the updated
   vscclient to connect to one port higher on the same host. will add monitor
   commands in a separate patch. tested with current setup.

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      | 1376 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/vscard_common.h |  131 +++++
 5 files changed, 1635 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-12 12:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05 21:32 [Qemu-devel] [PATCH 0/2] USB CCID device Alon Levy
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
  -- strict thread matches above, loose matches on Subject: below --
2010-10-12 12:58 [Qemu-devel] [PATCH 0/2] usb-ccid device (v2) Alon Levy
2010-10-12 12:58 ` [Qemu-devel] [PATCH 1/2] usb-ccid: add CCID device. add configure option Alon Levy

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).