From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFrPN-0005Xk-1R for qemu-devel@nongnu.org; Mon, 07 Jul 2008 10:09:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFrPM-0005WX-7q for qemu-devel@nongnu.org; Mon, 07 Jul 2008 10:09:36 -0400 Received: from [199.232.76.173] (port=59232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFrPM-0005WQ-2U for qemu-devel@nongnu.org; Mon, 07 Jul 2008 10:09:36 -0400 Received: from lizzard.sbs.de ([194.138.37.39]:16970) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KFrPL-0005Ww-7W for qemu-devel@nongnu.org; Mon, 07 Jul 2008 10:09:35 -0400 Received: from mail1.sbs.de (localhost [127.0.0.1]) by lizzard.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id m67E9PpY012159 for ; Mon, 7 Jul 2008 16:09:25 +0200 Received: from [139.25.109.167] (mchn012c.mchp.siemens.de [139.25.109.167] (may be forged)) by mail1.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id m67E9Pn6026087 for ; Mon, 7 Jul 2008 16:09:25 +0200 Message-ID: <48722392.4020800@siemens.com> Date: Mon, 07 Jul 2008 16:09:22 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <48721086.2010506@siemens.com> <48721EEE.2060903@bellard.org> In-Reply-To: <48721EEE.2060903@bellard.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] x86-64: Fix 64-bit lgs/lfs/lss 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 Fabrice Bellard wrote: > Hi, > > OK, at least for Intel CPUs. From the AMD & Intel specs, the behavior > seems to differ between the two. If it is really the case, a CPU > specific config bit is needed. Unfortunately there may be other corner > cases where AMD and Intel differ in 64 bit mode. Indeed, just checked: there is a difference in the specs. Will update this patch to make it CPU-specific. Jan