From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfZTP-0000oV-7s for qemu-devel@nongnu.org; Sun, 22 Apr 2007 06:39:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfZTN-0000ne-G4 for qemu-devel@nongnu.org; Sun, 22 Apr 2007 06:39:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfZTN-0000nb-CA for qemu-devel@nongnu.org; Sun, 22 Apr 2007 06:39:13 -0400 Received: from mailout11.sul.t-online.com ([194.25.134.85]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HfZO5-0003Qg-QQ for qemu-devel@nongnu.org; Sun, 22 Apr 2007 06:33:45 -0400 Message-ID: <462B39FD.2090600@t-online.de> Date: Sun, 22 Apr 2007 12:33:33 +0200 From: Werner Dittmann MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problems when trying to install suse 10.2, 64bit environment - some debug info 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 When I try to install a openSUSE 10.2 into a Qemu system it always crashes. My system setup: Hostsystem: AMD Athlon 4200+, dual CPU openSUSE 10.2 Qemu: Latest CVS with patch regarding TSC (from Andrzej) Kqemu 1.3.0pre11 (also with patch) I try to install with -kernel-kqemu enabled to force the error (the crash also occurs without the patch :-) ) The problem occurs in the kqemu kernel part, the kernel log file contains the following message kqemu: aborting: Unexpected exception 0x0d in monitor space. This message comes from "handle_monitor_exception()" Using gdb I was able to get the whole CPUstate information right after the "icotl" in kqemu_cpu_exec() to kernel kqemu. It would be easyto get the CPUstate info right before the ioctl. Is this info of any help to the gurus? Where to look to nail down the problem? Regards, Werner