From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ4Pn-0000Vw-1v for qemu-devel@nongnu.org; Tue, 23 Jun 2009 07:43:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ4Ph-0000Rt-Dc for qemu-devel@nongnu.org; Tue, 23 Jun 2009 07:43:49 -0400 Received: from [199.232.76.173] (port=59014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ4Ph-0000RZ-69 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 07:43:45 -0400 Received: from mx20.gnu.org ([199.232.41.8]:5039) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJ4Pg-0007or-Qn for qemu-devel@nongnu.org; Tue, 23 Jun 2009 07:43:44 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ4Pf-0000gm-Kx for qemu-devel@nongnu.org; Tue, 23 Jun 2009 07:43:43 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 1/2] allow hypervisor CPUID bit to be overriden Date: Tue, 23 Jun 2009 12:43:38 +0100 References: <1245707244-743-1-git-send-email-andre.przywara@amd.com> <200906231231.15206.paul@codesourcery.com> <4A40BE07.5080906@redhat.com> In-Reply-To: <4A40BE07.5080906@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906231243.39874.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Andre Przywara , aliguori@us.ibm.com, qemu-devel@nongnu.org, kvm@vger.kernel.org > I agree it's pointless, but it is a Microsoft requirement for passing > their SVVP tests. Enabling it by default makes life a little easier for > users who wish to validate their hypervisor and has no drawbacks. I wasn't arguing against setting it by default (for QEMU CPU types), just against enabling it unconditionally. Paul