Re: [PATCH v2 05/12] tests/qtest/bios-tables-test.c: Add support for arch in path

2024-06-19 Thread Igor Mammedov
On Fri, 24 May 2024 11:44:04 +0530 Sunil V L wrote: > Since virt machine is common for multiple architectures, add "arch" in > the path to search expected AML files. Since the AML files are still > under old path, support both by searching with and without arch in the > path. > > Signed-off-by:

[PATCH v2 05/12] tests/qtest/bios-tables-test.c: Add support for arch in path

2024-05-23 Thread Sunil V L
Since virt machine is common for multiple architectures, add "arch" in the path to search expected AML files. Since the AML files are still under old path, support both by searching with and without arch in the path. Signed-off-by: Sunil V L Reviewed-by: Alistair Francis --- tests/qtest/bios-ta