Hello! I just pulled latest git
up to commit 8eb29f1bf5a974dc4c11d2d1f5e7c7f7a62be116 (HEAD -> master, origin/master, origin/HEAD) Merge: a05838cb2a 2b6326c0bf Author: Peter Maydell <peter.mayd...@linaro.org> Date: Fri Feb 22 15:48:04 2019 +0000 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190221.0' into staging VFIO updates 2019-02-21 - Workaround kernel overflow bug in vfio type1 DMA unmap (Alex Williamson) - Refactor vfio container initialization (Eric Auger) # gpg: Signature made Fri 22 Feb 2019 05:21:07 GMT # gpg: using RSA key 239B9B6E3BB08B22 # gpg: Good signature from "Alex Williamson <alex.william...@redhat.com>" [full] # gpg: aka "Alex Williamson <a...@shazbot.org>" [full] # gpg: aka "Alex Williamson <alwil...@redhat.com>" [full] # gpg: aka "Alex Williamson <alex.l.william...@gmail.com>" [full] # Primary key fingerprint: 42F6 C04E 540B D1A9 9E7B 8A90 239B 9B6E 3BB0 8B22 * remotes/awilliam/tags/vfio-updates-20190221.0: hw/vfio/common: Refactor container initialization vfio/common: Work around kernel overflow bug in DMA unmap Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> ----------------- and default build with simple ./configure on slackware 14.2 x86-64 box failed like this: root@slax:~/src/qemu# LANG=C make -j 5 CHK version_gen.h CC qobject/block-qdict.o CC util/thread-pool.o CC util/main-loop.o CC util/qemu-timer.o CC util/iohandler.o CC util/aio-posix.o qobject/block-qdict.c: In function 'qdict_array_split': qobject/block-qdict.c:259:9: error: 'subqdict' may be used uninitialized in this function [-Werror=maybe-uninitialized] qlist_append_obj(*dst, subqobj ?: QOBJECT(subqdict)); ^ CC util/compatfd.o CC util/event_notifier-posix.o cc1: all warnings being treated as errors /root/src/qemu/rules.mak:69: recipe for target 'qobject/block-qdict.o' failed make: *** [qobject/block-qdict.o] Error 1 make: *** Waiting for unfinished jobs.... ---------------- LANG=C gcc --version gcc (GCC) 5.5.0 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------