qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/57] Migration pull


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PULL 00/57] Migration pull
Date: Mon, 09 Nov 2015 20:02:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Peter Maydell <address@hidden> writes:

> On 9 November 2015 at 17:28, Juan Quintela <address@hidden> wrote:
>>
>> Hi
>>
>> two items:
>>
>> - Postcopy pull request (dave)
>> - fix for qemu_completion (Denis)
>>
>> Please apply.
>>
>> Thanks, Juan.
>>
>>
>> The following changes since commit ce278618b088afd10b91a05311eaeb6401bb5004:
>>
>>   configure: Don't disable optimization for non-fortify builds
>> (2015-11-09 16:28:09 +0000)
>>
>> are available in the git repository at:
>>
>>   git://github.com/juanquintela/qemu.git tags/migration/20151109
>>
>> for you to fetch changes up to d1de612d6ed199a52a6f4823d89c1731c74edcb6:
>>
>>   migration: qemu_savevm_state_cleanup becomes mandatory operation
>> (2015-11-09 18:26:06 +0100)
>>
>> ----------------------------------------------------------------
>> migration/next for 20151109
>>
>> ----------------------------------------------------------------
>
> Fails to build on W32:
>
> cc1: warnings being treated as errors
> /home/petmay01/linaro/qemu-for-merges/migration/migration.c: In
> function ‘source_return_path_thread’:
> /home/petmay01/linaro/qemu-for-merges/migration/migration.c:1289:
> warning: format ‘%zd’ expects type ‘signed size_t’, but argument 5 has
> type ‘ssize_t’

warning: compiler is hopelessly confused

If we want to support this wonder of modern engineering with -Werror,
then I guess we have to uglify the code with casts, or dumb down types
some.

[...]



reply via email to

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