From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X87h5-0001MD-Dy for qemu-devel@nongnu.org; Fri, 18 Jul 2014 08:55:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X87h0-0000bN-4x for qemu-devel@nongnu.org; Fri, 18 Jul 2014 08:55:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X87gz-0000az-Sb for qemu-devel@nongnu.org; Fri, 18 Jul 2014 08:55:18 -0400 Message-ID: <53C9192A.3000707@redhat.com> Date: Fri, 18 Jul 2014 14:55:06 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1405674265-24058-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.1 0/6] target-i386, module, qtest patches for 2014-07-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Il 18/07/2014 14:46, Peter Maydell ha scritto: > On 18 July 2014 10:04, Paolo Bonzini wrote: >> The following changes since commit 146ae00192ffcbd78f6b11fa78c72d1b3d628d8a: >> >> Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2014-07-15 15:51:12 +0100) >> >> are available in the git repository at: >> >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to d64be1e60d228e558baf677bb40c4732d08c2f17: >> >> Revert "kvmclock: Ensure time in migration never goes backward" (2014-07-15 21:46:44 +0200) >> >> ---------------------------------------------------------------- >> Andreas's fixes to --enable-modules, two 2.1 regression fixes, and a >> new qtest. Michael sent a pull request of his own, so I dropped >> the vhost changes. > > Hi. I'm afraid this fails make check: > > ccache gcc -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -g -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g > /home/petmay01/linaro/qemu-for-merges/tests/wdt_ib700-test.c > tests/libqtest.o libqemuutil.a libqemustub.a -o tests/wdt_ib700-test > In file included from > /home/petmay01/linaro/qemu-for-merges/tests/wdt_ib700-test.c:12:0: > /home/petmay01/linaro/qemu-for-merges/tests/libqtest.h:25:28: fatal > error: qapi/qmp/qdict.h: No such file or directory > #include "qapi/qmp/qdict.h" Oops, when I was developing the test I did make tests/wdt_ib700-test.o make tests/wdt_ib700-test but a straight 'make tests/wdt_ib700-test.o' doesn't work because this line is missing: tests/wdt_ib700-test$(EXESUF): tests/wdt_ib700-test.o I'll respin the pull request to also include a clarification of the two reverts. Paolo