From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6fVG-0003eO-AX for qemu-devel@nongnu.org; Wed, 02 Mar 2005 20:51:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6fVC-0003Xe-N3 for qemu-devel@nongnu.org; Wed, 02 Mar 2005 20:51:47 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D6f3d-0000YL-Pl for qemu-devel@nongnu.org; Wed, 02 Mar 2005 20:23:18 -0500 Received: from [84.99.204.225] (225.204.99-84.rev.gaoland.net [84.99.204.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id AA1FC33171 for ; Thu, 3 Mar 2005 02:23:16 +0100 (CET) Message-ID: <4226673B.2050503@bellard.org> Date: Thu, 03 Mar 2005 02:24:11 +0100 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] x86_64 support 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, With the patches I just commited the x86_64 target should be much more usable. Moreover, QEMU should now compile correctly on x86_64 hosts. I also added a test program called 'test-x86_64' to test most of the x86_64 opcodes. Fabrice.