From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlalA-0001LE-LI for qemu-devel@nongnu.org; Mon, 12 Oct 2015 06:55:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zlal6-00069Q-H4 for qemu-devel@nongnu.org; Mon, 12 Oct 2015 06:55:16 -0400 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:33977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlal6-00069E-CG for qemu-devel@nongnu.org; Mon, 12 Oct 2015 06:55:12 -0400 Received: by padhy16 with SMTP id hy16so151356719pad.1 for ; Mon, 12 Oct 2015 03:55:11 -0700 (PDT) Sender: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= From: marcandre.lureau@redhat.com Date: Mon, 12 Oct 2015 12:54:56 +0200 Message-Id: <1444647299-28642-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= From: Marc-André Lureau Bump glib requirement to be able to use the GLIB_VERSION macros. Marc-André Lureau (3): hw/acpi/aml-build: remove useless glib version check configure: require glib 2.26 Remove glib < 2.26 compatibility code configure | 5 +++-- hw/acpi/aml-build.c | 2 -- include/glib-compat.h | 4 ---- tests/vhost-user-test.c | 4 ---- 4 files changed, 3 insertions(+), 12 deletions(-) -- 2.4.3