On 5 June 2015 at 16:56, Paolo Bonzini <pbonz...@redhat.com> wrote: > The following changes since commit 00967f4e0bab246679d0ddc32fd31a7179345baf: > > Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' > into staging (2015-06-05 12:04:42 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 7452a3b21318902ffe725cc75e68dc3d0716070f: > > update Linux headers from kvm/next (2015-06-05 17:10:02 +0200) > > Apologies for the very large pull request, mostly due to the two main > topics (dirty bitmap + SMM) being reviewed more or less at the same time. > > Diff to v1 below; Peter, it's a small ARM change so you can take a look. > > ---------------------------------------------------------------- > * KVM error improvement from Laurent > * CONFIG_PARALLEL fix from Mirek > * Atomic/optimized dirty bitmap access from myself and Stefan > * BUILD_DIR convenience/bugfix from Peter C > * Memory leak fix from Shannon > * SMM improvements (though still TCG only) from myself and Gerd, acked by mst > > ----------------------------------------------------------------
Hi. I'm afraid the tests failed to compile for me: cc -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -g -m64 -framework CoreFoundation -framework IOKit -arch x86_64 -g /Users/pm215/src/qemu/tests/q35-test.c tests/libqtest.o libqemuutil.a libqemustub.a -o tests/q35-test In file included from /Users/pm215/src/qemu/tests/q35-test.c:14: /Users/pm215/src/qemu/tests/libqtest.h:25:10: fatal error: 'qapi/qmp/qdict.h' file not found #include "qapi/qmp/qdict.h" ^ 1 error generated. (same failure on x86/linux as well as OSX, the OSX build just happened to be first to get there). thanks -- PMM