From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy2tv-0001Gg-8X for qemu-devel@nongnu.org; Thu, 28 May 2015 14:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yy2tq-0007t4-S8 for qemu-devel@nongnu.org; Thu, 28 May 2015 14:51:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy2tq-0007rV-NE for qemu-devel@nongnu.org; Thu, 28 May 2015 14:51:26 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 13CA5B6F4C for ; Thu, 28 May 2015 18:51:24 +0000 (UTC) Message-ID: <556763AB.4000507@redhat.com> Date: Thu, 28 May 2015 14:51:23 -0400 From: John Snow MIME-Version: 1.0 References: <1432749355-4960-1-git-send-email-armbru@redhat.com> In-Reply-To: <1432749355-4960-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/3] acpi: Clean up some GLib compatibility cruft List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: mst@redhat.com On 05/27/2015 01:55 PM, Markus Armbruster wrote: > Markus Armbruster (3): > Revert "aml-build: fix build for glib < 2.22" > acpi: Drop superfluous GLIB_CHECK_VERSION() > acpi: Simplify printing to dynamic string >=20 > hw/acpi/aml-build.c | 34 +++++++--------------------------- > 1 file changed, 7 insertions(+), 27 deletions(-) >=20 =E3=81=82=E3=82=8A=E3=81=8C=E3=81=A8=E3=81=86 Reviewed-by: John Snow