From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46501 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pca4H-00018m-65 for qemu-devel@nongnu.org; Tue, 11 Jan 2011 03:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pca4F-0004gY-Dy for qemu-devel@nongnu.org; Tue, 11 Jan 2011 03:59:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pca4F-0004fs-6C for qemu-devel@nongnu.org; Tue, 11 Jan 2011 03:59:03 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0B8x1as020036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Jan 2011 03:59:02 -0500 Received: from playa.redhat.com ([10.3.112.19]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0B8wqCV029101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 11 Jan 2011 03:59:00 -0500 Date: Tue, 11 Jan 2011 10:58:49 +0200 From: Alon Levy Subject: Re: [Qemu-devel] [PATCH 0/7] usb-ccid (v14) Message-ID: <20110111085847.GA16754@playa.redhat.com> References: <1294735094-3636-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1294735094-3636-1-git-send-email-alevy@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Jan 11, 2011 at 10:38:06AM +0200, 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. > [snip] Sorry about the triple sends of the last patch first few messages. Ignore the 0/7 v14, it's a typo (was supposed to be v15), and the lonely 0/7 v15 (forgot to update git ref). Alon