From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv3t0-0001JG-Su for qemu-devel@nongnu.org; Thu, 12 Jun 2014 08:13:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wv3sw-0003Uo-BO for qemu-devel@nongnu.org; Thu, 12 Jun 2014 08:13:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv3sw-0003UU-1t for qemu-devel@nongnu.org; Thu, 12 Jun 2014 08:13:38 -0400 From: Juan Quintela In-Reply-To: (Peter Maydell's message of "Wed, 11 Jun 2014 15:35:40 +0100") References: <1402417904-6523-1-git-send-email-quintela@redhat.com> Date: Thu, 12 Jun 2014 14:13:32 +0200 Message-ID: <87ppiejpg3.fsf@troll.troll> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/4] migration queue Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Peter Maydell wrote: > On 10 June 2014 17:31, Juan Quintela wrote: >> Hi >> >> This includes: >> >> - last two patches that remove version_minimum_id_old. >> >> - refactor of opening of files was already tested (this is test-vmstate = only) >> - v4 of flags in ram_load from Peter. >> >> Please, apply. >> >> Juan. >> >> >> The following changes since commit 3334e929ae2d01e47c3e64757ee7fcf975ced= e94: >> >> Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-2014061= 0-1' into staging (2014-06-10 12:06:17 +0100) >> >> are available in the git repository at: >> >> >> git://github.com/juanquintela/qemu.git tags/migration/20140610 >> >> for you to fetch changes up to e59d8b1399705ea94d6e66040e37848c56cb4843: >> >> vmstate: Refactor opening of files (2014-06-10 16:52:14 +0200) >> >> ---------------------------------------------------------------- >> migration/next for 20140610 >> >> ---------------------------------------------------------------- >> Juan Quintela (3): >> savevm: Remove all the unneeded version_minimum_id_old (ppc) >> savevm: Remove all the unneeded version_minimum_id_old (x86) >> vmstate: Refactor opening of files >> >> Peter Lieven (1): >> migration: catch unknown flags in ram_load > > I'm afraid this doesn't seem to build on 32 bit: grrrrr Guess who is installing a 32bit guest. I already build for all architectures on linux and cross-compile for windows, clearly it is not enough. Thanks, and sorry for the inconveniences. Later, Juan. > > /root/qemu/arch_init.c: In function =E2=80=98ram_load=E2=80=99: > /root/qemu/arch_init.c:1101:17: error: format =E2=80=98%llx=E2=80=99 expe= cts argument > of type =E2=80=98long long unsigned int=E2=80=99, but argument 2 has type= =E2=80=98ram_addr_t=E2=80=99 > [-Werror=3Dformat] > /root/qemu/arch_init.c:1113:17: error: format =E2=80=98%llx=E2=80=99 expe= cts argument > of type =E2=80=98long long unsigned int=E2=80=99, but argument 2 has type= =E2=80=98ram_addr_t=E2=80=99 > [-Werror=3Dformat] > /root/qemu/arch_init.c:1122:17: error: format =E2=80=98%llx=E2=80=99 expe= cts argument > of type =E2=80=98long long unsigned int=E2=80=99, but argument 2 has type= =E2=80=98ram_addr_t=E2=80=99 > [-Werror=3Dformat] > /root/qemu/arch_init.c:1129:30: error: format =E2=80=98%llx=E2=80=99 expe= cts argument > of type =E2=80=98long long unsigned int=E2=80=99, but argument 2 has type= =E2=80=98ram_addr_t=E2=80=99 > [-Werror=3Dformat] > cc1: all warnings being treated as errors > make[1]: *** [arch_init.o] Error 1 > > thanks > -- PMM