On 2018-12-21 04:06, Alexey Kardashevskiy wrote:
> Hi
> 
> I am trying https://travis-ci.org/aik/qemu/ and that thing fails every
> time I am not so sure why.
> 
> One example:
> https://travis-ci.org/aik/qemu/jobs/470796318
> 
> The errors are like this:
> 
>   GTESTER check-qtest-unicore32
>   GTESTER check-qtest-x86_64
> Could not access KVM kernel module: No such file or directory
> qemu-system-x86_64: failed to initialize KVM: No such file or directory
> qemu-system-x86_64: Back to tcg accelerator
> 
> 
> Does anyone else see those? How do we fix them? Thanks.

Some test are explicitly requesting "-M accel=kvm:tcg" and this is
causing this message if KVM is not available. We could maybe silence
them if qtest_enabled() ?

 Thomas


Reply via email to