From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fl6Sa-0003YL-Bh for qemu-devel@nongnu.org; Thu, 02 Aug 2018 01:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fl6SX-0004MD-9B for qemu-devel@nongnu.org; Thu, 02 Aug 2018 01:47:40 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38720 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fl6SX-0004Kb-3P for qemu-devel@nongnu.org; Thu, 02 Aug 2018 01:47:37 -0400 Date: Thu, 2 Aug 2018 13:47:32 +0800 From: Fam Zheng Message-ID: <20180802054732.GB11859@lemon.usersys.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] 'make vm-build-freebsd' &c don't work if KVM isn't enabled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Alex =?iso-8859-1?Q?Benn=E9e?= On Mon, 07/30 16:20, Peter Maydell wrote: > On 30 July 2018 at 14:40, Peter Maydell wrote: > > On 30 July 2018 at 14:36, Peter Maydell wrote: > >> On 30 July 2018 at 14:23, Peter Maydell wrote: > >>> The tests in tests/vm/ seem to make some attempt to cope with the > >>> host system not allowing the user to use KVM, but it doesn't quite > >>> work. > >> > >> Also, passing V=1 to the outer make command like: > >> make vm-build-freebsd J=16 V=1 > >> isn't propagated through to the VM: test output looks like > >> GTESTER check-qtest-aarch64 > >> GTESTER check-qtest-alpha > >> instead of the proper verbose output with a line per subtest. > > > > Nor is the J=16 option passed through to "make check": > > Patches for these things on the way, once I've completed a test run. All good catches! Looking forward to the fixes. Thanks. Fam