Re: [PATCH 2/3] hw/smbios: Fix thread count in type4

2023-05-31 Thread Zhao Liu
Hi Ani, Thanks for your review! On Wed, May 31, 2023 at 01:28:57PM +0530, Ani Sinha wrote: > Date: Wed, 31 May 2023 13:28:57 +0530 (IST) > From: Ani Sinha > Subject: Re: [PATCH 2/3] hw/smbios: Fix thread count in type4 > > > > On Tue, 30 May 2023, Zhao Liu wrote:

Re: [PATCH 2/3] hw/smbios: Fix thread count in type4

2023-05-31 Thread Ani Sinha
On Tue, 30 May 2023, Zhao Liu wrote: > From: Zhao Liu > > From SMBIOS 3.0 specification, thread count field means: > > Thread Count is the total number of threads detected by the BIOS for > this processor socket. It is a processor-wide count, not a > thread-per-core count. [1] > > So here we s

[PATCH 2/3] hw/smbios: Fix thread count in type4

2023-05-29 Thread Zhao Liu
From: Zhao Liu >From SMBIOS 3.0 specification, thread count field means: Thread Count is the total number of threads detected by the BIOS for this processor socket. It is a processor-wide count, not a thread-per-core count. [1] So here we should use threads per socket other than threads per cor