From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46285 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Sw4-0005IH-6a for qemu-devel@nongnu.org; Tue, 29 Mar 2011 03:01:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4Sw2-0001CN-AQ for qemu-devel@nongnu.org; Tue, 29 Mar 2011 03:01:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4Sw2-0001Br-1O for qemu-devel@nongnu.org; Tue, 29 Mar 2011 03:01:50 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2T71mM3009098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 29 Mar 2011 03:01:48 -0400 Message-ID: <4D9183C5.6060003@redhat.com> Date: Tue, 29 Mar 2011 09:01:25 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v24 00/10] usb-ccid References: <1301328674-23075-1-git-send-email-alevy@redhat.com> In-Reply-To: <1301328674-23075-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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 03/28/11 18:11, Alon Levy wrote: > This patchset adds three new devices, usb-ccid, ccid-card-passthru and > ccid-card-emulated, providing a CCID bus, a simple passthru protocol > implementing card requiring a client, and a standalone emulated card. > > It also introduces a new directory libcaccard with CAC card emulation, > CAC is a type of ISO 7816 smart card. > > Tree for pull: git://anongit.freedesktop.org/~alon/qemu usb_ccid.v24 Hi Alon, I looked through v24 and it seems to be addressing the issues that I raised with v23, so: Reviewed-by: Jes Sorensen Cheers, Jes