From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyG78-0002ls-Md for qemu-devel@nongnu.org; Fri, 29 May 2015 04:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyG74-0008L3-NC for qemu-devel@nongnu.org; Fri, 29 May 2015 04:58:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyG74-0008K8-HO for qemu-devel@nongnu.org; Fri, 29 May 2015 04:57:58 -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 F16C7BBB3D for ; Fri, 29 May 2015 08:57:57 +0000 (UTC) Date: Fri, 29 May 2015 10:57:55 +0200 From: Igor Mammedov Message-ID: <20150529105755.28d4aee4@nial.brq.redhat.com> In-Reply-To: <1432749355-4960-1-git-send-email-armbru@redhat.com> References: <1432749355-4960-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Cc: qemu-devel@nongnu.org, mst@redhat.com On Wed, 27 May 2015 19:55:52 +0200 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 > > hw/acpi/aml-build.c | 34 +++++++--------------------------- > 1 file changed, 7 insertions(+), 27 deletions(-) > Reviewed-by: Igor Mammedov