From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuOu7-0006Mw-Dv for qemu-devel@nongnu.org; Thu, 16 Apr 2009 06:33:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuOu2-0006HD-Ez for qemu-devel@nongnu.org; Thu, 16 Apr 2009 06:33:10 -0400 Received: from [199.232.76.173] (port=33714 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuOu2-0006GD-6p for qemu-devel@nongnu.org; Thu, 16 Apr 2009 06:33:06 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:52145) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuOtz-0000FU-FL for qemu-devel@nongnu.org; Thu, 16 Apr 2009 06:33:05 -0400 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.69) (envelope-from ) id 1LuOtx-0001hP-61 for qemu-devel@nongnu.org; Thu, 16 Apr 2009 12:33:01 +0200 Message-ID: <49E7095C.6090800@mail.berlios.de> Date: Thu, 16 Apr 2009 12:33:00 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] Problem with x86-64 host / guest and -enable-kvm Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Hello, I tried to run QEMU trunk qemu-system-x86_64 -snapshot /dev/sda -enable-kvm on a x86-64 (amd64) system with Debian Linux 2.6.29-1, but the guest Linux only sees a i686 cpu and refuses to boot. Without -enable-kvm, a 64 bit linux guest with 64 bit linux host works. Debian kvm 79+dfsg-3 works, too. Is -enable-kvm with 64 bit guests unsupported, or is this a bug? Regards Stefan Weil