[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] kvm test warnings
From: |
Thomas Huth |
Subject: |
Re: [Qemu-devel] kvm test warnings |
Date: |
Fri, 9 Sep 2016 21:24:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 |
On 09.09.2016 21:03, Michael S. Tsirkin wrote:
> I am running make test on a box without kvm, and I am seeing these warnings:
>
> GTESTER check-qtest-ppc64
> "kvm" accelerator not found.
> "kvm" accelerator not found.
> GTESTER check-qtest-x86_64
> Could not access KVM kernel module: No such file or directory
> failed to initialize KVM: No such file or directory
> Back to tcg accelerator.
> Could not access KVM kernel module: No such file or directory
> failed to initialize KVM: No such file or directory
> Back to tcg accelerator.
>
> This is with
> commit c2a57aae9a1c3dd7de77daf5478df10379aeeebf
> Merge: 5f31bbf f8042de
> Author: Peter Maydell <address@hidden>
> Date: Fri Sep 9 12:49:41 2016 +0100
>
> I originally thought this is due to Marcel's test change,
> but it triggers without ask well.
>
> Help will be appreciated.
See this thread here:
https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg05809.html
It's not so easy to avoid this warning ... suggestions are welcome...
Thomas