Re: [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables

2022-06-07 Thread Igor Mammedov
On Mon, 6 Jun 2022 12:52:00 +0200 Julia Suvorova wrote: > On Thu, Jun 2, 2022 at 5:04 PM Igor Mammedov wrote: > > > > On Fri, 27 May 2022 18:56:48 +0200 > > Julia Suvorova wrote: > > > > > Introduce the 64-bit entry point. Since we no longer have a total > > > number of structures, stop check

Re: [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables

2022-06-06 Thread Julia Suvorova
On Thu, Jun 2, 2022 at 5:04 PM Igor Mammedov wrote: > > On Fri, 27 May 2022 18:56:48 +0200 > Julia Suvorova wrote: > > > Introduce the 64-bit entry point. Since we no longer have a total > > number of structures, stop checking for the new ones at the EOF > > structure (type 127). > > > > Signed-o

Re: [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables

2022-06-02 Thread Igor Mammedov
On Fri, 27 May 2022 18:56:48 +0200 Julia Suvorova wrote: > Introduce the 64-bit entry point. Since we no longer have a total > number of structures, stop checking for the new ones at the EOF > structure (type 127). > > Signed-off-by: Julia Suvorova > --- > tests/qtest/bios-tables-test.c | 101

Re: [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables

2022-05-31 Thread Julia Suvorova
On Mon, May 30, 2022 at 8:11 AM Ani Sinha wrote: > > On Fri, May 27, 2022 at 10:27 PM Julia Suvorova wrote: > > > > Introduce the 64-bit entry point. Since we no longer have a total > > number of structures, stop checking for the new ones at the EOF > > structure (type 127). > > > > Signed-off-by

Re: [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables

2022-05-29 Thread Ani Sinha
On Fri, May 27, 2022 at 10:27 PM Julia Suvorova wrote: > > Introduce the 64-bit entry point. Since we no longer have a total > number of structures, stop checking for the new ones at the EOF > structure (type 127). > > Signed-off-by: Julia Suvorova > --- > tests/qtest/bios-tables-test.c | 101 ++

[PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables

2022-05-27 Thread Julia Suvorova
Introduce the 64-bit entry point. Since we no longer have a total number of structures, stop checking for the new ones at the EOF structure (type 127). Signed-off-by: Julia Suvorova --- tests/qtest/bios-tables-test.c | 101 - 1 file changed, 75 insertions(+), 26 d