From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0XWm-0000ca-Af for qemu-devel@nongnu.org; Wed, 12 Jul 2006 01:44:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0XWj-0000cK-NU for qemu-devel@nongnu.org; Wed, 12 Jul 2006 01:44:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0XWj-0000cH-Je for qemu-devel@nongnu.org; Wed, 12 Jul 2006 01:44:49 -0400 Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0XYC-0002Qt-RA for qemu-devel@nongnu.org; Wed, 12 Jul 2006 01:46:21 -0400 Received: by ug-out-1314.google.com with SMTP id s2so167529uge for ; Tue, 11 Jul 2006 22:44:47 -0700 (PDT) Message-ID: <269694c00607112244w1a5e89end692fb6563ba1025@mail.gmail.com> Date: Wed, 12 Jul 2006 11:14:47 +0530 From: "=?UTF-8?Q?(_=E0=A4=85=E0=A4=AE=E0=A5=87=E0=A4=AF_?= =?UTF-8?Q?=E0=A4=AA=E0=A4=BE=E0=A4=B3=E0=A4=82=E0=A4=A6=E0=A5=87_?= =?UTF-8?Q?)_Ameya_Palande?=" <2ameya@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] bug in kqemu-1.3.0pre9 with minix 3.1.2a 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 Hi, I am using qemu to boot minix 3.1.2a. I am using following versions, qemu -> qemu-0.8.1-i386 (pre compiled) kqemu -> kqemu-1.3.0pre9 (compiled using gcc version 4.1.0 SUSE Linux ) linux-kernel -> 2.6.16.13-4-bigsmp Messages after inserting kqemu module, -------------------------------------- kqemu: module not supported by Novell, setting U taint flag. QEMU Accelerator Module version 1.3.0, Copyright (c) 2005-2006 Fabrice Bellard This is a proprietary product. Read the LICENSE file for more information Redistribution of this module is prohibited without authorization KQEMU installed, max_locked_mem=1815748kB. -------------------------------------- I am using following command to boot minix3, qemu -boot d -m 256 -cdrom ./IDE-3.1.2a.iso After this command minix3 starts booting but after starting "init" server it stops / hangs. If I choose to boot minix3 with "-no-kqemu" option then it works properly. Regards, Ameya.