On 30 July 2018 at 14:36, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 30 July 2018 at 14:23, Peter Maydell <peter.mayd...@linaro.org> 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": tests/vm/freebsd &c have gmake -j{jobs}; gmake check; (This is presumably also where they should be passing through the V=1 flag.) thanks -- PMM