From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Clpsy-0002zB-16 for qemu-devel@nongnu.org; Tue, 04 Jan 2005 09:42:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Clpsw-0002yU-5b for qemu-devel@nongnu.org; Tue, 04 Jan 2005 09:42:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Clpsv-0002yE-WC for qemu-devel@nongnu.org; Tue, 04 Jan 2005 09:42:10 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Clph6-0001lC-2n for qemu-devel@nongnu.org; Tue, 04 Jan 2005 09:29:57 -0500 From: Paul Brook Subject: Re: [Qemu-devel] x86_64 target Date: Tue, 4 Jan 2005 14:29:50 +0000 References: <41D9E0BB.1070202@bellard.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501041429.51792.paul@codesourcery.com> 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, Karl Magdsick On Tuesday 04 January 2005 02:15, Karl Magdsick wrote: > The EMT Xeons implement all of the amd64 instructions that were in an > early release of the instruction set reference, so I think a single > 64-bit Linux kernel can boot and run on both amd64 and EMT Xeon chips. > The EMT Xeons may implement all of the instructions announced before > the name switch to amd64, but I'm not sure exactly when the name > change occured and when the newer instructions were announced. The Intel chips actually implement all the instructions except 3DNOW and add SSE3, same as p4 vs. AthlonXP. These are the only instruction set differences, and the only differences that are visible from userspace. The other differences in the implementations are that the current generation of Intel chips don't implement the NX bit, or have an IOMMU. I think there are also differences in how pagetables are setup/managed though I'm not sure about the details. Paul