From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCqbG-0007FN-9g for qemu-devel@nongnu.org; Tue, 24 Nov 2009 03:18:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCqbB-0007Ej-Fo for qemu-devel@nongnu.org; Tue, 24 Nov 2009 03:18:13 -0500 Received: from [199.232.76.173] (port=46077 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCqbB-0007Eg-A3 for qemu-devel@nongnu.org; Tue, 24 Nov 2009 03:18:09 -0500 Received: from mx20.gnu.org ([199.232.41.8]:60554) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCqbA-0004gL-PK for qemu-devel@nongnu.org; Tue, 24 Nov 2009 03:18:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCqb9-00060U-Rm for qemu-devel@nongnu.org; Tue, 24 Nov 2009 03:18:08 -0500 Date: Tue, 24 Nov 2009 10:18:01 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] Re: [PATCH][SEABIOS] Make SMBIOS table pass MS SVVP test Message-ID: <20091124081801.GE2999@redhat.com> References: <20091122172101.GB9880@redhat.com> <38AF5F086DB24529A1D605A0E2414FD0@FSCPC> <20091122195136.GC9880@redhat.com> <74E6EFE7D92346E29A2E321F017E6308@FSCPC> <20091123072823.GB2999@redhat.com> <1F775774A6D54955836164CA63C6BFBA@FSCPC> <20091123183041.GB10115@redhat.com> <516EF1CFDCB04E4284C90F99AE54A78F@FSCPC> <20091123193952.GB13854@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091123193952.GB13854@redhat.com> 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 09:39:52PM +0200, Gleb Natapov wrote: > 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). > BTW coreboot has to setup correct manufacturer info in other tables too. Table 1 system info. Table 2 base board Info, Table 3 chassis info. -- Gleb.