From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BFcoX-0002Dm-Nw for qemu-devel@nongnu.org; Mon, 19 Apr 2004 13:44:13 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BFcnx-00022M-PI for qemu-devel@nongnu.org; Mon, 19 Apr 2004 13:44:10 -0400 Received: from [193.170.194.10] (helo=zero.aec.at) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BFcnw-00021Q-Tt for qemu-devel@nongnu.org; Mon, 19 Apr 2004 13:43:37 -0400 Received: from averell.firstfloor.org.muc.de (Jehal_Dai_Lupe@localhost.localdomain [127.0.0.1]) by zero.aec.at (8.11.6/8.11.2) with ESMTP id i3JHhXD16637 for ; Mon, 19 Apr 2004 19:43:34 +0200 References: <40702CB3.5050406@bellard.org> From: Andi Kleen Date: Mon, 19 Apr 2004 19:43:33 +0200 In-Reply-To: (Martin Garton's message of "Tue, 13 Apr 2004 17:00:23 +0100 (BST)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: QEMU 0.5.3 release 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 Martin Garton writes: > On Sun, 4 Apr 2004, Fabrice Bellard wrote: > >> - initial x86-64 host support (Gwenole Beauchesne) > > Does this mean it will soon be possible to compile and run qemu on amd64 > emulating x86? > > Or is there still a lot to do? Running 32bit qemu on the x86-64 kernel works mostly. qemu-i386 works nicely with single programs. I haven't tried a full system emulation yet. When running qemu-fast it sometimes gets into an endless segfault loop. I didn't have time to track that down yet. I think Gwenole's work is the beginning of 64bit on 64bit. -Andi