qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/27] Misc patches for 2016-10-31


From: Alex Bennée
Subject: Re: [Qemu-devel] [PULL 00/27] Misc patches for 2016-10-31
Date: Mon, 31 Oct 2016 17:18:49 +0000
User-agent: mu4e 0.9.17; emacs 25.1.50.13

Peter Maydell <address@hidden> writes:

> On 31 October 2016 at 14:37, Paolo Bonzini <address@hidden> wrote:
>> The following changes since commit 277d44f5a608055ee51e818837af226de8d015f5:
>>
>>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into 
>> staging (2016-10-31 11:58:30 +0000)
>>
>> are available in the git repository at:
>>
>>   git://github.com/bonzini/qemu.git tags/for-upstream
>>
>> for you to fetch changes up to 383503346e601b396dedbbb8197f213d476b596d:
>>
>>   x86: add AVX512_4VNNIW and AVX512_4FMAPS features (2016-10-31 15:05:22 
>> +0100)
>>
>> ----------------------------------------------------------------
>> * NBD bugfix (Changlong)
>> * NBD write zeroes support (Eric)
>> * Memory backend fixes (Haozhong)
>> * Atomics fix (Alex)
>> * New AVX512 features (Luwei)
>> * "make check" logging fix (Paolo)
>> * Chardev refactoring fallout (Paolo)
>> * Small checkpatch improvement (Paolo)
>
> Fails to build on OSX (format string issues) :-(
>
> /home/petmay01/qemu/exec.c: In function 'file_ram_alloc':
> /home/petmay01/qemu/exec.c:1338:9: error: format '%llu' expects
> argument of type 'long long unsigned int', but argument 8 has type
> 'ram_addr_t' [-Werror=format=]
>          error_setg(errp, "backing store %s size %"PRId64
>          ^

It should be using RAM_ADDR_FMT right?

>
> thanks
> -- PMM


--
Alex Bennée



reply via email to

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