From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvV2Y-0004Lu-3M for qemu-devel@nongnu.org; Thu, 21 May 2015 14:17:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvV2X-0000eW-8N for qemu-devel@nongnu.org; Thu, 21 May 2015 14:17:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvV2X-0000eS-2I for qemu-devel@nongnu.org; Thu, 21 May 2015 14:17:53 -0400 Message-ID: <555E214E.6060908@redhat.com> Date: Thu, 21 May 2015 14:17:50 -0400 From: John Snow MIME-Version: 1.0 References: <1431469140-22208-1-git-send-email-jsnow@redhat.com> <55531A86.4030803@redhat.com> In-Reply-To: <55531A86.4030803@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/2] configure: increase glib requirement to 2.22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, imammedo@redhat.com On 05/13/2015 05:33 AM, Paolo Bonzini wrote: > > > On 13/05/2015 00:18, John Snow wrote: >> As discussed during the QEMU 2.3 development freeze. >> >> == >> For convenience, this branch is available at: >> https://github.com/jnsnow/qemu.git branch glib-version-fix >> https://github.com/jnsnow/qemu/tree/glib-version-fix >> >> This version is tagged glib-version-fix-v1: >> https://github.com/jnsnow/qemu/releases/tag/glib-version-fix-v1 >> == >> >> John Snow (2): >> configure: require glib 2.22 >> glib: remove stale compat functions >> >> configure | 7 +------ >> include/glib-compat.h | 35 ----------------------------------- >> 2 files changed, 1 insertion(+), 41 deletions(-) >> > > Thanks, applied. > > Paolo > As Paolo will be on PTO tomorrow and I am unappreciative and impatient, I will be stealing these patches back for the IDE tree to be sent today/tomorrow. Thanks! :) --js