On 1 November 2016 at 16:29, Paolo Bonzini <pbonz...@redhat.com> 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