From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHDsf-0005Vw-EH for qemu-devel@nongnu.org; Mon, 20 Jul 2015 12:25:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHDsb-0001ry-Ae for qemu-devel@nongnu.org; Mon, 20 Jul 2015 12:25:29 -0400 Message-ID: <55AD20F1.9070607@redhat.com> Date: Mon, 20 Jul 2015 12:25:21 -0400 From: John Snow MIME-Version: 1.0 References: <1437231284-17455-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1437231284-17455-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.4] tests: Fix broken targets check-report-qtest-* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , QEMU Trivial , Peter Maydell Cc: QEMU Developer On 07/18/2015 10:54 AM, Stefan Weil wrote: > They need QTEST_QEMU_IMG. Without it, the tests raise an assertion: > > $ make -C bin check-report-qtest-i386.xml > make: Entering directory 'bin' > GTESTER check-report-qtest-i386.xml > blkdebug: Suspended request 'A' > blkdebug: Resuming request 'A' > ahci-test: tests/libqos/libqos.c:162: > mkimg: Assertion `qemu_img_path' failed. > main-loop: WARNING: I/O thread spun for 1000 iterations > > Signed-off-by: Stefan Weil > --- > tests/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/Makefile b/tests/Makefile > index 2c4b8dc..8d26736 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -478,6 +478,7 @@ $(patsubst %, check-%, $(check-unit-y)): check-%: % > > $(patsubst %, check-report-qtest-%.xml, $(QTEST_TARGETS)): check-report-qtest-%.xml: $(check-qtest-y) > $(call quiet-command,QTEST_QEMU_BINARY=$*-softmmu/qemu-system-$* \ > + QTEST_QEMU_IMG=qemu-img$(EXESUF) \ > gtester -q $(GTESTER_OPTIONS) -o $@ -m=$(SPEED) $(check-qtest-$*-y),"GTESTER $@") > > check-report-unit.xml: $(check-unit-y) > Tentatively: Thanks, applied to my IDE tree: https://github.com/jnsnow/qemu/commits/ide https://github.com/jnsnow/qemu.git --js