qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] 'make vm-build-freebsd' &c don't work if KVM isn't enab


From: Peter Maydell
Subject: Re: [Qemu-devel] 'make vm-build-freebsd' &c don't work if KVM isn't enabled
Date: Mon, 30 Jul 2018 14:40:35 +0100

On 30 July 2018 at 14:36, Peter Maydell <address@hidden> wrote:
> On 30 July 2018 at 14:23, Peter Maydell <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]