Peter Maydell <peter.mayd...@linaro.org> writes:

> On 31 October 2016 at 14:37, Paolo Bonzini <pbonz...@redhat.com> 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