Re: [PATCH] hw/smbios: fix thead count field in type 4 table

2023-05-31 Thread bibo, mao
在 2023/6/1 10:26, Zhao Liu 写道: On Thu, Jun 01, 2023 at 09:09:13AM +0800, bibo, mao wrote: Date: Thu, 1 Jun 2023 09:09:13 +0800 From: "bibo, mao" Subject: Re: [PATCH] hw/smbios: fix thead count field in type 4 table 在 2023/5/31 16:42, Zhao Liu 写道: On Tue, May 30, 2023 at 08:20:

Re: [PATCH] hw/smbios: fix thead count field in type 4 table

2023-05-31 Thread Zhao Liu
On Thu, Jun 01, 2023 at 09:09:13AM +0800, bibo, mao wrote: > Date: Thu, 1 Jun 2023 09:09:13 +0800 > From: "bibo, mao" > Subject: Re: [PATCH] hw/smbios: fix thead count field in type 4 table > > > > 在 2023/5/31 16:42, Zhao Liu 写道: > > On Tue, May 30, 2023 at

Re: [PATCH] hw/smbios: fix thead count field in type 4 table

2023-05-31 Thread bibo, mao
在 2023/5/31 16:42, Zhao Liu 写道: On Tue, May 30, 2023 at 08:20:34PM +0800, Tianrui Zhao wrote: Date: Tue, 30 May 2023 20:20:34 +0800 From: Tianrui Zhao Subject: [PATCH] hw/smbios: fix thead count field in type 4 table X-Mailer: git-send-email 2.39.1 The thread_count value in smbios type_4

Re: [PATCH] hw/smbios: fix thead count field in type 4 table

2023-05-31 Thread Zhao Liu
On Tue, May 30, 2023 at 08:20:34PM +0800, Tianrui Zhao wrote: > Date: Tue, 30 May 2023 20:20:34 +0800 > From: Tianrui Zhao > Subject: [PATCH] hw/smbios: fix thead count field in type 4 table > X-Mailer: git-send-email 2.39.1 > > The thread_count value in smbios type_4 tab

Re: [PATCH] hw/smbios: fix thead count field in type 4 table

2023-05-31 Thread Ani Sinha
> On 31-May-2023, at 2:12 PM, Zhao Liu wrote: > > On Tue, May 30, 2023 at 08:20:34PM +0800, Tianrui Zhao wrote: >> Date: Tue, 30 May 2023 20:20:34 +0800 >> From: Tianrui Zhao >> Subject: [PATCH] hw/smbios: fix thead count field in type 4 table >>

Re: [PATCH] hw/smbios: fix thead count field in type 4 table

2023-05-31 Thread Tianrui Zhao
在 2023年05月31日 16:42, Zhao Liu 写道: On Tue, May 30, 2023 at 08:20:34PM +0800, Tianrui Zhao wrote: Date: Tue, 30 May 2023 20:20:34 +0800 From: Tianrui Zhao Subject: [PATCH] hw/smbios: fix thead count field in type 4 table X-Mailer: git-send-email 2.39.1 The thread_count value in smbios type_4

[PATCH] hw/smbios: fix thead count field in type 4 table

2023-05-30 Thread Tianrui Zhao
The thread_count value in smbios type_4 table should be (ms->smp.cores * ms->smp.threads). As according to smbios spec 7.5 Processor Information (Type 4), the field "Thread Count" means the "Number of threads per processor socket" rather than number of threads per core. When apply this patch, use