qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 0/4] migration: QTAILQ migration


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 0/4] migration: QTAILQ migration
Date: Mon, 16 Jan 2017 18:22:26 +0000

On 13 January 2017 at 09:43, Peter Maydell <address@hidden> wrote:
> On 13 January 2017 at 03:37, Amit Shah <address@hidden> wrote:
>> On (Fri) 06 Jan 2017 [12:10:22], Peter Maydell wrote:
>>> On 5 January 2017 at 16:32, Amit Shah <address@hidden> wrote:
>>> > The following changes since commit 
>>> > dbe2b65566e76d3c3a0c3358285c0336ac61e757:
>>> >
>>> >   Merge remote-tracking branch 
>>> > 'remotes/vivier/tags/m68k-for-2.9-pull-request' into staging (2016-12-28 
>>> > 17:11:11 +0000)
>>> >
>>> > are available in the git repository at:
>>> >
>>> >   https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git 
>>> > tags/migration-for-2.9-1
>>> >
>>> > for you to fetch changes up to 8d0c57697abcc57166e918064d9a7f6c7316d01b:
>>> >
>>> >   migration: add error_report (2017-01-04 19:21:26 +0530)
>>> >
>>> > ----------------------------------------------------------------
>>> > Migration: migrate QTAILQ infrastructure for vmstate
>>> >
>>> > ----------------------------------------------------------------
>>>
>>> Hi. I'm afraid this fails 'make check' for ppc64be:
>>
>> Hi Peter, since this was due to something else, will you try to pull
>> this in again?  Or should I re-send the series?
>
> I've put it back on my list to process.

...but it fails to build on 32-bit:

/home/petmay01/qemu/tests/test-vmstate.c: In function 'test_load_q':
/home/petmay01/qemu/tests/test-vmstate.c:677:25: error: cast from
pointer to integer of different size [-Werror=pointer-to-int-cast]
     g_assert_cmpint((uint64_t) qele_from, ==, (uint64_t) qlast_from);
                         ^
/home/petmay01/qemu/tests/test-vmstate.c:677:56: error: cast from
pointer to integer of different size [-Werror=pointer-to-int-cast]
     g_assert_cmpint((uint64_t) qele_from, ==, (uint64_t) qlast_from);
                                                        ^
/home/petmay01/qemu/tests/test-vmstate.c:678:25: error: cast from
pointer to integer of different size [-Werror=pointer-to-int-cast]
     g_assert_cmpint((uint64_t) qele_to, ==, (uint64_t) qlast_to);
                         ^
/home/petmay01/qemu/tests/test-vmstate.c:678:54: error: cast from
pointer to integer of different size [-Werror=pointer-to-int-cast]
     g_assert_cmpint((uint64_t) qele_to, ==, (uint64_t) qlast_to);
                                                      ^
cc1: all warnings being treated as errors

Did you want uintptr_t ?

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]