From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Is1vX-0000Ro-ND for qemu-devel@nongnu.org; Tue, 13 Nov 2007 15:00:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Is1vW-0000OR-1D for qemu-devel@nongnu.org; Tue, 13 Nov 2007 15:00:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is1vV-0000OG-Tz for qemu-devel@nongnu.org; Tue, 13 Nov 2007 15:00:01 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Is1vV-0006vf-GN for qemu-devel@nongnu.org; Tue, 13 Nov 2007 15:00:01 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Is1pL-0005Gz-56 for qemu-devel@nongnu.org; Tue, 13 Nov 2007 19:53:39 +0000 Received: from jezabek.net.autocom.pl ([77.236.5.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Nov 2007 19:53:39 +0000 Received: from jezabek by jezabek.net.autocom.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Nov 2007 19:53:39 +0000 From: Jan Jezabek Date: Tue, 13 Nov 2007 20:50:55 +0100 Message-ID: References: <4739F007.50301@mmri.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4739F007.50301@mmri.us> Sender: news Subject: [Qemu-devel] Re: KQemu require Intel VT or AMD-V processors ? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org admin@mmri.us wrote: > > Question 1) Does KQemu require Intel VT or AMD-V processors ? > > Question 2) Qemu runs and XP as guest is working on a Linux FC7 host. > > I installed kqemu from sources (kqemu-1.3.0pre11.tar.gz) and it > configured/mak/make install without errors. > > However, when I e.g. start a VM, I still get the following error: > qemu]# qemu -hda WinXP_Home.img > Could not open '/dev/kqemu' - QEMU acceleration layer not activated > > So it seems that devices were never created. there is also no kqemu > daemon or anything I can verify kqemu to be running. > It is not in processes either. > > Maybe I misuunderstand how kqemu works, but usually it should be a > daemon if it creates a device '/dev/kqemu' at installation ! > > Any Ideas where I got the cat by the tail? > > > KQEMU is a kernel module. You'll need to do /sbin/modprobe kqemu (as root) before you start QEMU. Then the warning will go away and QEMU will be accelerated. Regards, Jan Jezabek