From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaRzB-0001oC-K4 for qemu-devel@nongnu.org; Tue, 02 Sep 2008 05:15:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaRz8-0001lh-JD for qemu-devel@nongnu.org; Tue, 02 Sep 2008 05:15:40 -0400 Received: from [199.232.76.173] (port=47973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaRz8-0001lI-7O for qemu-devel@nongnu.org; Tue, 02 Sep 2008 05:15:38 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41331) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaRz7-0000pl-RC for qemu-devel@nongnu.org; Tue, 02 Sep 2008 05:15:38 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m829F1ZP016393 for ; Tue, 2 Sep 2008 05:15:21 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m829EnJG010478 for ; Tue, 2 Sep 2008 05:14:50 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-28.str.redhat.com [10.32.4.28]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m829Emu5025130 for ; Tue, 2 Sep 2008 05:14:49 -0400 Message-ID: <48BD0407.6060201@redhat.com> Date: Tue, 02 Sep 2008 11:14:47 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] kqemu: 64bit bug 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, Running rhel5 (x86_64) in qemu (svn head) with kqemu makes qemu exit with this message: RAX=0000000000000000 RBX=0000000000000000 RCX=0000000000000000 RDX=0000000000000000 RSI=0000000000000000 RDI=0000000000000000 RBP=0000000000000000 RSP=00007fff823d8ad0 R8 =0000000000000000 R9 =0000000000000000 R10=0000000000000000 R11=0000000000000200 R12=0000000000000000 R13=0000000000000000 R14=0000000000000000 R15=0000000000000000 RIP=00002b6f286d0a60 RFL=00010202 [-------] CPL=3 II=0 A20=1 SMM=0 HLT=0 ES =0000 0000000000000000 00000000 00000000 CS =0033 0000000000000000 ffffffff 00affb00 SS =002b 0000000000000000 ffffffff 00cff300 DS =0000 0000000000000000 00000000 00000000 FS =0000 0000000000000000 00000000 00000000 GS =0000 0000000000000000 00000000 00000000 LDT=0000 0000000000000000 00000000 00008200 TR =0040 ffff810001033000 0000206f 00008900 GDT= ffffffff803e0000 00000080 IDT= ffffffff8042d000 00000fff CR0=8005003b CR2=00002b6f286d0a60 CR3=0000000016104000 CR4=000006e0 Unsupported return value: 0xffffffff This is in early userspace boot ("Starting udev"), probably while loading kernel modules and running assorted scripts. Without the kqemu module it runs fine. ideas anyone? cheers, Gerd