From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45549 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSr0b-0004Nq-SE for qemu-devel@nongnu.org; Wed, 15 Dec 2010 08:05:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSqzN-0004co-UY for qemu-devel@nongnu.org; Wed, 15 Dec 2010 08:01:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSqzN-0004cF-MU for qemu-devel@nongnu.org; Wed, 15 Dec 2010 08:01:49 -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 oBFD1laR004019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Dec 2010 08:01:47 -0500 Date: Wed, 15 Dec 2010 15:01:43 +0200 From: Alon Levy Subject: Re: [Qemu-devel] [PATCH 0/5] usb-ccid (v9) Message-ID: <20101215130141.GD17860@playa.tlv.redhat.com> References: <1292179059-21617-1-git-send-email-alevy@redhat.com> <4D08AE34.6070902@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D08AE34.6070902@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Wed, Dec 15, 2010 at 01:01:56PM +0100, Gerd Hoffmann wrote: > 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? > git://anongit.freedesktop.org/~alon/qemu usb_ccid.v9 It contains some other patches (usb attach/detach and qtree extra parameter patches), so cherry-pick from it. I'll make a straight branch too after I address your comments. > cheers, > Gerd