From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJsv3-0006zI-OI for qemu-devel@nongnu.org; Thu, 25 Jun 2009 13:39:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJsuy-0006z6-CC for qemu-devel@nongnu.org; Thu, 25 Jun 2009 13:39:28 -0400 Received: from [199.232.76.173] (port=60750 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJsuy-0006z3-6V for qemu-devel@nongnu.org; Thu, 25 Jun 2009 13:39:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:13316) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJsux-0005EQ-Rr for qemu-devel@nongnu.org; Thu, 25 Jun 2009 13:39:23 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJsuw-00009U-VX for qemu-devel@nongnu.org; Thu, 25 Jun 2009 13:39:23 -0400 From: Paul Brook Subject: Re: [Qemu-devel] allow sysenter on 32bit guests running on vmx host Date: Thu, 25 Jun 2009 18:39:19 +0100 References: <20090623162140.GB4379@random.random> <20090624211200.GD15263@random.random> <20090624213944.GD14121@shareable.org> In-Reply-To: <20090624213944.GD14121@shareable.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906251839.20253.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andrea Arcangeli > What's missing is a comment saying "KVM changes this vendor id to > Intel when run on a VMX-capable host". I don't see how this is anything other than a KVM bug. The user requested an AMD vendor ID. Arbitrarily changing it to something else is just plain wrong. Paul