From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biR50-000858-Au for qemu-devel@nongnu.org; Fri, 09 Sep 2016 15:03:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biR4w-0001oB-2d for qemu-devel@nongnu.org; Fri, 09 Sep 2016 15:03:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biR4v-0001o7-T4 for qemu-devel@nongnu.org; Fri, 09 Sep 2016 15:03:10 -0400 Date: Fri, 9 Sep 2016 22:03:07 +0300 From: "Michael S. Tsirkin" Message-ID: <20160909220057-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] kvm test warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com, qemu-devel@nongnu.org Cc: Peter Maydell , Marcel Apfelbaum 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 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. -- MST