From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRHFV-0003Zs-CE for qemu-devel@nongnu.org; Fri, 08 Jun 2018 09:16:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRHFQ-0002B9-49 for qemu-devel@nongnu.org; Fri, 08 Jun 2018 09:16:13 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:51562 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fRHFP-0002As-VO for qemu-devel@nongnu.org; Fri, 08 Jun 2018 09:16:08 -0400 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 8 Jun 2018 14:16:01 +0100 Message-Id: <20180608131604.16826-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 0/3] glib: update the min required version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Eric Blake , Stefan Berger , Markus Armbruster , Peter Maydell , Paolo Bonzini , Stefan Hajnoczi , Thomas Huth , Peter Xu , Michael Roth , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Olaf Hering The previous patch to bump glib to 2.42 hit problems with Peter's build environment for testing merge: https://lists.gnu.org/archive/html/qemu-devel/2018-05/msg02557.html This posting drops back to 2.40, which allows Ubuntu 14.04 from GLibC compile farm to be supported. It does NOT try to go back to 2.34, because it is hoped that the mxe.cc Debian packages will be suitable for Peter to test Windows cross-compile. Alternatively the docker environments provided in tree can be used for mingw build testing on any host able to run docker. I also dropped some more GLIB_CHECK_VERSION checks that are redundant given the new min version. Changed in v3: - Use #pragma instead of _Pragma - Move dockerfile deletion to earlier patch - Add missing osdep.h include - Reorder patches to preserve bisectability Daniel P. Berrang=C3=A9 (3): util: remove redundant include of glib.h and add osdep.h glib: bump min required glib library version to 2.40 glib: enforce the minimum required version and warn about old APIs configure | 6 +- crypto/hash-glib.c | 4 - crypto/hmac-glib.c | 36 --- include/glib-compat.h | 373 ++++------------------- include/qemu/iova-tree.h | 1 - qga/commands.c | 11 +- tests/docker/dockerfiles/centos6.docker | 30 -- tests/docker/dockerfiles/min-glib.docker | 8 - tests/ivshmem-test.c | 6 - tests/test-qga.c | 2 - tests/test-qmp-event.c | 8 +- tests/tpm-emu.h | 4 +- tests/vhost-user-test.c | 26 +- trace/simple.c | 6 +- util/iova-tree.c | 2 +- util/osdep.c | 14 - 16 files changed, 73 insertions(+), 464 deletions(-) delete mode 100644 tests/docker/dockerfiles/centos6.docker delete mode 100644 tests/docker/dockerfiles/min-glib.docker --=20 2.17.0