[PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-05-27 Thread Julia Suvorova
In order to use the increased number of cpus, we need to bring smbios tables in line with the SMBIOS 3.0 specification. This allows us to introduce core_count2 which acts as a duplicate of core_count if we have fewer cores than 256, and contains the actual core number per socket if we have more. c

Re: [PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-05-27 Thread Ani Sinha
On Fri, 27 May 2022, Julia Suvorova wrote: > In order to use the increased number of cpus, we need to bring smbios > tables in line with the SMBIOS 3.0 specification. This allows us to > introduce core_count2 which acts as a duplicate of core_count if we have > fewer cores than 256, and contain

Re: [PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-05-31 Thread Julia Suvorova
On Sat, May 28, 2022 at 6:34 AM Ani Sinha wrote: > > > > On Fri, 27 May 2022, Julia Suvorova wrote: > > > In order to use the increased number of cpus, we need to bring smbios > > tables in line with the SMBIOS 3.0 specification. This allows us to > > introduce core_count2 which acts as a duplicat

Re: [PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-06-02 Thread Igor Mammedov
On Tue, 31 May 2022 14:40:15 +0200 Julia Suvorova wrote: > On Sat, May 28, 2022 at 6:34 AM Ani Sinha wrote: > > > > > > > > On Fri, 27 May 2022, Julia Suvorova wrote: > > > > > In order to use the increased number of cpus, we need to bring smbios > > > tables in line with the SMBIOS 3.0 specif

Re: [PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-06-02 Thread Igor Mammedov
On Thu, 2 Jun 2022 16:31:25 +0200 Igor Mammedov wrote: > On Tue, 31 May 2022 14:40:15 +0200 > Julia Suvorova wrote: > > > On Sat, May 28, 2022 at 6:34 AM Ani Sinha wrote: > > > > > > > > > > > > On Fri, 27 May 2022, Julia Suvorova wrote: > > > > > > > In order to use the increased number

Re: [PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-06-06 Thread Julia Suvorova
On Thu, Jun 2, 2022 at 4:35 PM Igor Mammedov wrote: > > On Thu, 2 Jun 2022 16:31:25 +0200 > Igor Mammedov wrote: > > > On Tue, 31 May 2022 14:40:15 +0200 > > Julia Suvorova wrote: > > > > > On Sat, May 28, 2022 at 6:34 AM Ani Sinha wrote: > > > > > > > > > > > > > > > > On Fri, 27 May 2022, Jul

Re: [PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-06-07 Thread Igor Mammedov
On Mon, 6 Jun 2022 13:11:36 +0200 Julia Suvorova wrote: > On Thu, Jun 2, 2022 at 4:35 PM Igor Mammedov wrote: > > > > On Thu, 2 Jun 2022 16:31:25 +0200 > > Igor Mammedov wrote: > > > > > On Tue, 31 May 2022 14:40:15 +0200 > > > Julia Suvorova wrote: > > > > > > > On Sat, May 28, 2022 at 6: