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

2023-06-27 Thread Zhao Liu
On Mon, Jun 26, 2023 at 03:44:49PM +0200, Igor Mammedov wrote: > Date: Mon, 26 Jun 2023 15:44:49 +0200 > From: Igor Mammedov > Subject: Re: [PATCH v3 3/4] hw/smbios: Fix thread count in type4 > X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) > > On Tue, 20

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

2023-06-26 Thread Igor Mammedov
On Tue, 20 Jun 2023 18:39:57 +0800 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] >

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

2023-06-20 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