From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DKxhH-00053e-Cc for qemu-devel@nongnu.org; Mon, 11 Apr 2005 08:07:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DKxh5-0004wb-5q for qemu-devel@nongnu.org; Mon, 11 Apr 2005 08:07:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKxg9-00045n-2s for qemu-devel@nongnu.org; Mon, 11 Apr 2005 08:06:09 -0400 Received: from [65.74.133.9] (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 1DKy6g-0006DI-MH for qemu-devel@nongnu.org; Mon, 11 Apr 2005 08:33:35 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qvm86 - datapoints Date: Mon, 11 Apr 2005 13:25:15 +0100 References: <4259E99A.4080609@hermes.cam.ac.uk> In-Reply-To: <4259E99A.4080609@hermes.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504111325.16053.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: qvm86-devel@nongnu.org Cc: qemu-devel@nongnu.org [CC'd the qvm86 list, please followup there] On Monday 11 April 2005 04:06, Richard Neill wrote: > Dear All, > > Just to let you know a few results from my experiments with qvm86/qemu. > (I'm using all the latest CVS versions). Thanks. > 1)Trivial point, but the qvm86 README omits to say that it's necessary > to run the install.sh script to put the qvm86.ko module in the right > place. This should happen when you do "make install", which the README does mention. > I also found it necessary to chmod 666 /dev/qvm86. > > 2)Attempting to start a WinXP image (which works unaccelerated in qemu), > Windows refuses to start properly. > > 3)Attempting to start a knoppix iso, results in this error: > Kernel panic: VFS: Unable to mount root fs on 01:03 > (which I don't understand...) I saw this one while testing a recent patch, but then it went away. I'll check I haven't still got local patches. > 4)And accidentally trying to run an image as root instantly panics the > host. I haven't seen this. I do most of my qvm86 testing as root. Paul