From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9uUg-0003LP-Ow for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:50:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9uUb-0004Ys-RM for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:50:46 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:37999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9uUb-0004X7-JN for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:50:41 -0500 Date: Fri, 18 Dec 2015 07:50:39 -0500 (EST) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <2013868854.30492260.1450443039802.JavaMail.zimbra@redhat.com> In-Reply-To: <5673FF23.8080509@redhat.com> References: <1450432152-15524-1-git-send-email-marcandre.lureau@redhat.com> <5673FF23.8080509@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] ccid: use libcacard.h from 2.5.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: marcandre lureau , qemu-devel@nongnu.org, kraxel@redhat.com Hi ----- Original Message ----- >=20 >=20 > On 18/12/2015 10:49, marcandre.lureau@redhat.com wrote: > > From: Marc-Andr=C3=A9 Lureau > >=20 > > This cleans up a bit libcacard headers inclusion. > >=20 > > Signed-off-by: Marc-Andr=C3=A9 Lureau > > --- > > configure | 7 ++++--- > > hw/usb/ccid-card-emulated.c | 5 +---- > > hw/usb/ccid-card-passthru.c | 2 +- > > 3 files changed, 6 insertions(+), 8 deletions(-) >=20 > Are there any distros that have not packaged libcacard yet? This will > break compatibility with QEMU 2.4's libcacard, I think. I bumped libcacard requirement to 2.5.1 in the patch.