From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPvC-0008CW-Fe for qemu-devel@nongnu.org; Thu, 25 Apr 2013 13:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVPvA-00004u-7Y for qemu-devel@nongnu.org; Thu, 25 Apr 2013 13:25:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPv9-0008WF-Um for qemu-devel@nongnu.org; Thu, 25 Apr 2013 13:25:24 -0400 Message-ID: <51796700.20104@redhat.com> Date: Thu, 25 Apr 2013 13:25:20 -0400 From: Cole Robinson MIME-Version: 1.0 References: <921423767.1475937.1366790789930.JavaMail.root@redhat.com> In-Reply-To: <921423767.1475937.1366790789930.JavaMail.root@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] libcacard and ccid fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: Anthony Liguori , qemu list On 04/24/2013 04:06 AM, Alon Levy wrote: > The following changes since commit bb71623811686ce3c34ce724f073f5c5dd95= f51b: >=20 > Move TPM passthrough specific command line options to backend structu= re (2013-04-23 10:40:40 -0500) >=20 > are available in the git repository at: >=20 > git://people.freedesktop.org/~alon/qemu libcacard_ccid.1 >=20 > for you to fetch changes up to 203a368e66f5211b832e17b85c6f5dacfc8d7bf9= : >=20 > libcacard/cac: change big switch functions to single return point (20= 13-04-24 10:57:48 +0300) >=20 > ---------------------------------------------------------------- > Alon Levy (15): > dev-smartcard-reader: white space fixes > dev-smartcard-reader: nicer debug messages > dev-smartcard-reader: remove aborts (never triggered, but just in= case) > dev-smartcard-reader: support windows guest > dev-smartcard-reader: reuse usb.h definitions > libcacard: change default ATR > ccid-card-passthru: add atr check > ccid-card-passthru, dev-smartcard-reader: add debug environment v= ariables > dev-smartcard-reader: define structs for CCID_Parameter internals > dev-smartcard-reader: change default protocol to T=3D0 > dev-smartcard-reader: copy atr protocol to ccid parameters > libcacard/vreader: add debugging messages for apdu > libcacard: move atr setting from macro to function > dev-smartcard-reader: empty implementation for Mechanical (fail c= orrectly) > libcacard/cac: change big switch functions to single return point >=20 > Jim Meyering (2): > ccid: make backend_enum_table "static const" and adjust users > ccid: declare DEFAULT_ATR table to be "static const" >=20 > Marc-Andr=C3=A9 Lureau (11): > libcacard: correct T0 historical bytes size > ccid-card-emul: do not crash if backend is not provided > libcacard: use system config directory for nss db on win32 > util: move socket_init() to osdep.c > build-sys: must link with -fstack-protector > libcacard: fix mingw64 cross-compilation > libcacard: split vscclient main() from socket reading > libcacard: vscclient to use QemuThread for portability > libcacard: teach vscclient to use GMainLoop for portability > libcacard: remove sql: prefix > libcacard: remove default libcoolkey loading >=20 Hmm, was this one dropped? https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02629.html - Cole