From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EjKRX-0004WQ-9e for qemu-devel@nongnu.org; Mon, 05 Dec 2005 12:48:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EjKRU-0004VZ-2e for qemu-devel@nongnu.org; Mon, 05 Dec 2005 12:48:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjKRT-0004VU-PZ for qemu-devel@nongnu.org; Mon, 05 Dec 2005 12:47:59 -0500 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EjKS0-0002ym-5l for qemu-devel@nongnu.org; Mon, 05 Dec 2005 12:48:32 -0500 From: Paul Brook Subject: Re: [Qemu-devel] qvm86 Date: Mon, 5 Dec 2005 17:47:37 +0000 References: <2344.1133803463@www80.gmx.net> In-Reply-To: <2344.1133803463@www80.gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512051747.37729.paul@codesourcery.com> 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 Cc: space-wizard@gmx.de > kernel: qvm86: unsupported module, tainting kernel. > kernel: qvm86: Module loaded > kernel: qvm86: Created device 10.62 > > When I start qemu, it runs without qvm86 acceleration. > > I have no idea, why it isn't running with qvm86 on this machine. (Doing the > same procedure on a debian system, everything is running perfect!) Probably you're not using udev or devfs, so the device node doesn't get created. Paul