From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9uMS-0001VT-8M for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:42:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9uMO-0002oP-Ku for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:42:15 -0500 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:34570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9uMO-0002oL-F1 for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:42:12 -0500 Received: by mail-wm0-x22f.google.com with SMTP id l126so64016480wml.1 for ; Fri, 18 Dec 2015 04:42:12 -0800 (PST) Sender: Paolo Bonzini References: <1450432152-15524-1-git-send-email-marcandre.lureau@redhat.com> From: Paolo Bonzini Message-ID: <5673FF23.8080509@redhat.com> Date: Fri, 18 Dec 2015 13:42:11 +0100 MIME-Version: 1.0 In-Reply-To: <1450432152-15524-1-git-send-email-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Cc: kraxel@redhat.com On 18/12/2015 10:49, marcandre.lureau@redhat.com wrote: > From: Marc-André Lureau > > This cleans up a bit libcacard headers inclusion. > > Signed-off-by: Marc-André Lureau > --- > configure | 7 ++++--- > hw/usb/ccid-card-emulated.c | 5 +---- > hw/usb/ccid-card-passthru.c | 2 +- > 3 files changed, 6 insertions(+), 8 deletions(-) Are there any distros that have not packaged libcacard yet? This will break compatibility with QEMU 2.4's libcacard, I think. Paolo