qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v2 00/30] Misc patches for 2016-10-31
Date: Tue, 1 Nov 2016 18:09:04 +0000

On 1 November 2016 at 16:29, Paolo Bonzini <address@hidden> wrote:
> The following changes since commit 39542105bbb19c690219d2f22844d8dfbd9bba05:
>
>   Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging 
> (2016-11-01 12:48:07 +0000)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to a92e5ebbcea7c1d16f4aa75b08fce298fcd4cdfa:
>
>   main-loop: Suppress I/O thread warning under qtest (2016-11-01 16:07:37 
> +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 improvements (Paolo, Jeff)
>

More format string problems, 32-bit build:

/home/petmay01/qemu/exec.c: In function 'file_ram_alloc':
/home/petmay01/qemu/exec.c:1327: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
         ^

I did a manual make -k so I think this is the last one.

thanks
-- PMM



reply via email to

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