From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52691 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTDLF-0001Pa-Pv for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:53:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTDLD-0000cp-Ol for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:53:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTDLD-0000aI-GS for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:53:51 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBGCrluH008075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Dec 2010 07:53:47 -0500 Message-ID: <4D0A0BD9.9070604@redhat.com> Date: Thu, 16 Dec 2010 13:53:45 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/5] ccid: add ccid-card-emulated device (v2) References: <1292497600-16115-1-git-send-email-alevy@redhat.com> <1292497600-16115-5-git-send-email-alevy@redhat.com> In-Reply-To: <1292497600-16115-5-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 12/16/10 12:06, Alon Levy wrote: > This devices uses libcacard (internal) to emulate a smartcard conforming > to the CAC standard. It attaches to the usb-ccid bus. Usage instructions > (example command lines) are in the following patch in docs/ccid.txt. It > uses libcacard which uses nss, so it can work with both hw cards and > certificates (files). Acked-by: Gerd Hoffmann cheers, Gerd