From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USO8U-0003Re-1q for qemu-devel@nongnu.org; Wed, 17 Apr 2013 04:54:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USO8P-000891-6T for qemu-devel@nongnu.org; Wed, 17 Apr 2013 04:54:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USO8N-00088Q-VS for qemu-devel@nongnu.org; Wed, 17 Apr 2013 04:54:33 -0400 Message-ID: <1366188865.6725.1.camel@localhost> From: Alon Levy Date: Wed, 17 Apr 2013 11:54:25 +0300 In-Reply-To: References: <1364416595-25830-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 00/10] ccid and libcacard fixes for windows/mingw List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau Cc: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau , qemu-devel@nongnu.org On Mon, 2013-04-15 at 15:31 +0200, Marc-Andr=C3=A9 Lureau wrote: > Hi >=20 >=20 > On Wed, Mar 27, 2013 at 9:36 PM, Alon Levy wrote: > This series: > 1. fixes windows guests to show the ccid device > 2. changes libcacard to use glib > 3. makes libcacard build under mingw > 4. does some cleanups > =20 > It contains a few patches already posted to the list (the two > Jim Meyering patches) which were already acked. > =20 > I'll make a pull request once this had some time to be > reviewed. > =20 > Tested with a fedora and windows 7 guest. > =20 > The main non cleanup patches are: > hw/usb/dev-smartcard-reader: support windows guest > libcacard: correct T0 historical bytes size > =20 >=20 > The patch series doesn't do what you describe. So you want me to update this cover letter that doesn't get committed, no problem, I will in a follow up message, but meanwhile could you take a look at the updated patches per your requests from v1? > Many patches are missing from the v1: > http://lists.nongnu.org/archive/html/qemu-devel/2013-03/msg02925.html=20 Many patches are missing on purpose, because they are either yours and so I acked them implicitly by sending the v1 patch series, or they are mine and have already been acked by me. >=20 >=20 > --=20 > Marc-Andr=C3=A9 Lureau