On Mon, Feb 04, 2019 at 05:59:16PM +0000, Peter Maydell wrote: > On Mon, 4 Feb 2019 at 14:43, Michael S. Tsirkin <m...@redhat.com> wrote: > > > > The following changes since commit b3fc0af1ff5e922d4dd7c875394dbd26dc7313b4: > > > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into > > staging (2019-02-01 17:58:27 +0000) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > > > for you to fetch changes up to 5feab30ea98e30446361d184331b7b5ff94b4116: > > > > contrib/libvhost-user: cleanup casts (2019-02-04 09:23:56 -0500) > > > > ---------------------------------------------------------------- > > pci, pc, virtio: fixes, cleanups, features > > > > vhost user blk discard/write zeroes features > > misc cleanups and fixes all over the place > > > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > Hi; I'm afraid this failed build/test on various platforms. > > > Format string issues on ppc64 host: > > /home/pm215/qemu/contrib/libvhost-user/libvhost-user.c: In function > ‘vu_set_mem_table_exec_postcopy’: > /home/pm215/qemu/contrib/libvhost-user/libvhost-user.c:636:9: error: > format ‘%llx’ expects argument of type ‘long long unsigned int’, but > argument 5 has type ‘__u64’ [-Werror=format=] > DPRINT("%s: region %d: Registered userfault for %llx + %llx\n", > ^ > /home/pm215/qemu/contrib/libvhost-user/libvhost-user.c:636:9: error: > format ‘%llx’ expects argument of type ‘long long unsigned int’, but > argument 6 has type ‘__u64’ [-Werror=format=]
So I think I fixed the build errors. And who knows maybe that will fix the runtime ones somehow .. Could you try pls? Re-pushed to same tag. -- MST