From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cam Macdonell Subject: Boot problems with qemu-kvm Date: Mon, 27 Apr 2009 11:39:48 -0600 Message-ID: <49F5EDE4.3050107@cs.ualberta.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm-devel Return-path: Received: from fleet.cs.ualberta.ca ([129.128.22.22]:35533 "EHLO fleet.cs.ualberta.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752211AbZD0Rj4 (ORCPT ); Mon, 27 Apr 2009 13:39:56 -0400 Received: from fleet.cs.ualberta.ca (localhost.localdomain [127.0.0.1]) by fleet-spampd (Postfix) with ESMTP id F322C2801A for ; Mon, 27 Apr 2009 11:39:48 -0600 (MDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by fleet-amavis (Postfix) with ESMTP id ECE3628012 for ; Mon, 27 Apr 2009 11:39:48 -0600 (MDT) Received: from fleet.cs.ualberta.ca ([127.0.0.1]) by localhost (cs.ualberta.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JcICCcbFreJ7 for ; Mon, 27 Apr 2009 11:39:48 -0600 (MDT) Received: from [129.128.23.21] (st-brides.cs.ualberta.ca [129.128.23.21]) by fleet.cs.ualberta.ca (Postfix) with ESMTP id D3E262800D for ; Mon, 27 Apr 2009 11:39:48 -0600 (MDT) Sender: kvm-owner@vger.kernel.org List-ID: Hi, I've tried booting two VMs (Ubuntu and Fedora 11) that previously worked with the latest kvm-userspace. At start, I get the following warning: Could not open '/dev/kqemu' - QEMU acceleration layer not activated: No such file or directory But, booting proceeds quickly which seems to indicate that KVM is being used. However, the network device is not started and the graphics don't start properly. CPU usage also spikes to 100% and stays there and I can't interact at all with the VM. I'm running the 2.6.29 KVM kernel in the guests. Cam