From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqK75-0007es-Et for qemu-devel@nongnu.org; Thu, 07 May 2015 07:37:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqK72-0002EH-8h for qemu-devel@nongnu.org; Thu, 07 May 2015 07:37:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqK72-0002ED-3b for qemu-devel@nongnu.org; Thu, 07 May 2015 07:37:08 -0400 From: Juan Quintela In-Reply-To: <554A6753.4040304@redhat.com> (Eric Blake's message of "Wed, 06 May 2015 13:11:15 -0600") References: <1430934604-18207-1-git-send-email-quintela@redhat.com> <554A6753.4040304@redhat.com> Date: Thu, 07 May 2015 13:37:05 +0200 Message-ID: <87bnhwsjoe.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/15] migration pull request Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Peter Maydell , QEMU Developers Eric Blake wrote: > On 05/06/2015 12:37 PM, Peter Maydell wrote: >> On 6 May 2015 at 18:49, Juan Quintela wrote: >>> Hi >>> > >>=20 >> Fails to build on 32 bit, I'm afraid: >>=20 >> /root/qemu/arch_init.c: In function =E2=80=98do_data_decompress=E2=80=99: >> /root/qemu/arch_init.c:1486:28: error: passing argument 2 of >> =E2=80=98uncompress=E2=80=99 from incompatible pointer type [-Werror] > > Then you might as well also fix up the .json file references to 2.3 on > the respin. Done both things. Sorry for the noise. Thanks,