From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60550 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZhoj-00086b-Ra for qemu-devel@nongnu.org; Mon, 03 Jan 2011 05:39:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZhoi-00040s-L8 for qemu-devel@nongnu.org; Mon, 03 Jan 2011 05:39:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZhoi-00040o-Av for qemu-devel@nongnu.org; Mon, 03 Jan 2011 05:39:08 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p03Ad52T022934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Jan 2011 05:39:05 -0500 Message-ID: <4D21A745.8040906@redhat.com> Date: Mon, 03 Jan 2011 11:39:01 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/5] usb-ccid (v11) References: <1292615083-16012-1-git-send-email-alevy@redhat.com> In-Reply-To: <1292615083-16012-1-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/17/10 20:44, 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. Patch series looks good to me now. Doesn't apply cleanly to master though (conflicts in configure), so it needs a rebase I guess. Also a git tree to pull from would be nice. thanks, Gerd