qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alon Levy <alevy@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/1] ccid emulated card (v2, for usb-ccid v3)
Date: Tue, 19 Oct 2010 14:51:41 +0200	[thread overview]
Message-ID: <1287492702-16191-1-git-send-email-alevy@redhat.com> (raw)

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

             reply	other threads:[~2010-10-19 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-19 12:51 Alon Levy [this message]
2010-10-19 12:51 ` [Qemu-devel] [PATCH 1/1] add ccid-card-emulated device (v2) 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=1287492702-16191-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).