From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCelX-0001ki-L5 for qemu-devel@nongnu.org; Mon, 23 Nov 2009 14:40:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCelS-0001jL-L7 for qemu-devel@nongnu.org; Mon, 23 Nov 2009 14:40:02 -0500 Received: from [199.232.76.173] (port=55505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCelS-0001jI-Il for qemu-devel@nongnu.org; Mon, 23 Nov 2009 14:39:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39238) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCelR-0005rg-Ql for qemu-devel@nongnu.org; Mon, 23 Nov 2009 14:39:58 -0500 Date: Mon, 23 Nov 2009 21:39:52 +0200 From: Gleb Natapov Message-ID: <20091123193952.GB13854@redhat.com> References: <20091122140853.GI3193@redhat.com> <20091122172101.GB9880@redhat.com> <38AF5F086DB24529A1D605A0E2414FD0@FSCPC> <20091122195136.GC9880@redhat.com> <74E6EFE7D92346E29A2E321F017E6308@FSCPC> <20091123072823.GB2999@redhat.com> <1F775774A6D54955836164CA63C6BFBA@FSCPC> <20091123183041.GB10115@redhat.com> <516EF1CFDCB04E4284C90F99AE54A78F@FSCPC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <516EF1CFDCB04E4284C90F99AE54A78F@FSCPC> Subject: [Qemu-devel] Re: [PATCH][SEABIOS] Make SMBIOS table pass MS SVVP test List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Herbszt Cc: kevin@koconnor.net, qemu-devel@nongnu.org On Mon, Nov 23, 2009 at 07:48:20PM +0100, Sebastian Herbszt wrote: > What about using the vendor provided by CPUID, so it displays the correct value on coreboot and others, and > change qemu cpus to a different vendor string like padded QEMU or something. Currently qemu64 uses AMD, > kvm64 and qemu32 Intel. > We can't change CPUID leaf 0 in QEMU. There are programs out there that relies on this value. coreboot can do whatever is right for them in if (CONFIG_COREBOOT). -- Gleb.