Re: [PATCH 1/8] bios-tables-test: Make oem-fields tests be consistent

2022-09-04 Thread Philippe Mathieu-Daudé via
On 2/9/22 19:34, Juan Quintela wrote: Every other test function is named: test_acpi__() Just make this test the same. Once there, rename "acpi/oem-fields" to "acpi/piix4/oem-fields" so it is consistent with everything else. Signed-off-by: Juan Quintela --- tests/qtest/bios-tables-t

Re: [PATCH 1/8] bios-tables-test: Make oem-fields tests be consistent

2022-09-03 Thread Ani Sinha
On Fri, 2 Sep 2022, Juan Quintela wrote: > Every other test function is named: > > test_acpi__() > > Just make this test the same. Once there, rename "acpi/oem-fields" to > "acpi/piix4/oem-fields" so it is consistent with everything else. > > Signed-off-by: Juan Quintela Reviewed-by: A

[PATCH 1/8] bios-tables-test: Make oem-fields tests be consistent

2022-09-02 Thread Juan Quintela
Every other test function is named: test_acpi__() Just make this test the same. Once there, rename "acpi/oem-fields" to "acpi/piix4/oem-fields" so it is consistent with everything else. Signed-off-by: Juan Quintela --- tests/qtest/bios-tables-test.c | 16 1 file chang