From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HV7jv-0007Ej-7C for qemu-devel@nongnu.org; Sat, 24 Mar 2007 11:01:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HV7ju-0007BA-Dm for qemu-devel@nongnu.org; Sat, 24 Mar 2007 11:01:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HV7ju-0007Ab-3w for qemu-devel@nongnu.org; Sat, 24 Mar 2007 10:01:06 -0500 Received: from mailout04.sul.t-online.com ([194.25.134.18]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HV7hr-00048q-VP for qemu-devel@nongnu.org; Sat, 24 Mar 2007 10:59:00 -0400 Message-ID: <46053CAF.90206@t-online.de> Date: Sat, 24 Mar 2007 15:58:55 +0100 From: Werner Dittmann MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problem with x86_64 bit linux guest (2.6.18), opensuse 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 All, some time ago I reported problems with Qemu and the installation of openSUSE 10.1 or 10.2 64bit systems. Today I did a CVS download and compiled Qemu again, using a gcc 3.3.6 compiler. To simplify it I configured it as follows: ./configure --prefix=/usr/local --cc=/opt/gcc33/bin/gcc-3.3 \ --enable-adlib --target-list="i386-softmmu x86_64-softmmu" For Kqemu I use that latest tar.gz version (1.3.0pre11), compiled with the standard compiler (gcc 4.1.2) on my openSUSE 10.2 system (Host). Hardware is AMD Athlon 64bit. My W2K works with qemu, with -kernel-kqemu -no-acpi. But trying to install a standard openSUSE 10.2 from DVD image fails. When using -kernel-kqemu it loops (seems forever), starting without it crashes shortly after the installation process started while scaning some devices. Checking documentation says: x86_64 full virtualization support for kqemu. Is this a know problem? shall I use a different gcc to build qemu? some switches to set? config options? Regards, Werner