From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSq7p-0001Hh-4m for qemu-devel@nongnu.org; Wed, 15 Dec 2010 07:06:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSq3U-0008Q1-Nl for qemu-devel@nongnu.org; Wed, 15 Dec 2010 07:05:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSq3U-0008Pw-DQ for qemu-devel@nongnu.org; Wed, 15 Dec 2010 07:02:00 -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 oBFC1xIB001724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Dec 2010 07:01:59 -0500 Message-ID: <4D08AE34.6070902@redhat.com> Date: Wed, 15 Dec 2010 13:01:56 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/5] usb-ccid (v9) References: <1292179059-21617-1-git-send-email-alevy@redhat.com> In-Reply-To: <1292179059-21617-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/12/10 19:37, 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. Hmm, 'git am' refuses to apply these and complains about a corrupted patch: Applying: libcacard: initial commit after coding style fixes fatal: corrupt patch at line 5839 Is there a git tree somewhere with the patches to pull from? cheers, Gerd