From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9ugK-0002sJ-H4 for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:02:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9ugG-0000KA-Gm for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:02:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9ugG-0000K4-Bm for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:02:44 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id F175F33E5E0 for ; Fri, 18 Dec 2015 13:02:43 +0000 (UTC) References: <1450432152-15524-1-git-send-email-marcandre.lureau@redhat.com> <5673FF23.8080509@redhat.com> <2013868854.30492260.1450443039802.JavaMail.zimbra@redhat.com> From: Paolo Bonzini Message-ID: <567403F0.6070106@redhat.com> Date: Fri, 18 Dec 2015 14:02:40 +0100 MIME-Version: 1.0 In-Reply-To: <2013868854.30492260.1450443039802.JavaMail.zimbra@redhat.com> 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: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= Cc: marcandre lureau , qemu-devel@nongnu.org, kraxel@redhat.com On 18/12/2015 13:50, Marc-Andr=C3=A9 Lureau wrote: >>> > > 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 wi= ll >> > break compatibility with QEMU 2.4's libcacard, I think. > I bumped libcacard requirement to 2.5.1 in the patch. Yes, the question is whether distributions would have problems with that. Paolo