Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-06-07 Thread Igor Mammedov
On Mon, 6 Jun 2022 13:38:57 +0200 Julia Suvorova wrote: > On Thu, Jun 2, 2022 at 5:20 PM Igor Mammedov wrote: > > > > On Fri, 27 May 2022 18:56:50 +0200 > > Julia Suvorova wrote: > > > > > The new test is run with a large number of cpus and checks if the > > > core_count field in smbios_cpu_t

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-06-06 Thread Julia Suvorova
On Thu, Jun 2, 2022 at 5:20 PM Igor Mammedov wrote: > > On Fri, 27 May 2022 18:56:50 +0200 > Julia Suvorova wrote: > > > The new test is run with a large number of cpus and checks if the > > core_count field in smbios_cpu_test (structure type 4) is correct. > > > > Choose q35 as it allows to run

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-06-02 Thread Ani Sinha
On Thu, Jun 2, 2022 at 8:50 PM Igor Mammedov wrote: > > On Fri, 27 May 2022 18:56:50 +0200 > Julia Suvorova wrote: > > > The new test is run with a large number of cpus and checks if the > > core_count field in smbios_cpu_test (structure type 4) is correct. > > > > Choose q35 as it allows to run

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-06-02 Thread Igor Mammedov
On Fri, 27 May 2022 18:56:50 +0200 Julia Suvorova wrote: > The new test is run with a large number of cpus and checks if the > core_count field in smbios_cpu_test (structure type 4) is correct. > > Choose q35 as it allows to run with -smp > 255. > > Signed-off-by: Julia Suvorova > --- > tests

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-31 Thread Ani Sinha
On Tue, May 31, 2022 at 8:36 PM Julia Suvorova wrote: > > On Tue, May 31, 2022 at 3:14 PM Ani Sinha wrote: > > > > On Tue, May 31, 2022 at 5:53 PM Julia Suvorova wrote: > > > > > > On Sat, May 28, 2022 at 7:22 AM Ani Sinha wrote: > > > > > > > > > > > > > > > > On Fri, 27 May 2022, Julia Suvoro

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-31 Thread Ani Sinha
On Fri, May 27, 2022 at 10:27 PM Julia Suvorova wrote: > > The new test is run with a large number of cpus and checks if the > core_count field in smbios_cpu_test (structure type 4) is correct. > > Choose q35 as it allows to run with -smp > 255. > > Signed-off-by: Julia Suvorova Reviewed-by: Ani

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-31 Thread Julia Suvorova
On Tue, May 31, 2022 at 3:14 PM Ani Sinha wrote: > > On Tue, May 31, 2022 at 5:53 PM Julia Suvorova wrote: > > > > On Sat, May 28, 2022 at 7:22 AM Ani Sinha wrote: > > > > > > > > > > > > On Fri, 27 May 2022, Julia Suvorova wrote: > > > > > > > The new test is run with a large number of cpus and

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-31 Thread Ani Sinha
On Tue, May 31, 2022 at 5:53 PM Julia Suvorova wrote: > > On Sat, May 28, 2022 at 7:22 AM Ani Sinha wrote: > > > > > > > > On Fri, 27 May 2022, Julia Suvorova wrote: > > > > > The new test is run with a large number of cpus and checks if the > > > core_count field in smbios_cpu_test (structure ty

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-31 Thread Julia Suvorova
On Sat, May 28, 2022 at 7:22 AM Ani Sinha wrote: > > > > On Fri, 27 May 2022, Julia Suvorova wrote: > > > The new test is run with a large number of cpus and checks if the > > core_count field in smbios_cpu_test (structure type 4) is correct. > > > > Choose q35 as it allows to run with -smp > 255.

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-27 Thread Ani Sinha
On Fri, 27 May 2022, Julia Suvorova wrote: > The new test is run with a large number of cpus and checks if the > core_count field in smbios_cpu_test (structure type 4) is correct. > > Choose q35 as it allows to run with -smp > 255. > > Signed-off-by: Julia Suvorova > --- > tests/qtest/bios-ta

[PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-27 Thread Julia Suvorova
The new test is run with a large number of cpus and checks if the core_count field in smbios_cpu_test (structure type 4) is correct. Choose q35 as it allows to run with -smp > 255. Signed-off-by: Julia Suvorova --- tests/qtest/bios-tables-test.c | 35 +- 1 file c