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

2024-06-25 Thread Igor Mammedov
On Fri, 21 Jun 2024 17:28:56 +0530 Sunil V L wrote: > Since machine name can be common for multiple architectures (ex: virt), > add "arch" in the path to search for expected AML files. Since the AML > files are still under old path, add support for searching with and > without arch in the path. >

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

2024-06-23 Thread Alistair Francis
On Fri, Jun 21, 2024 at 9:59 PM Sunil V L wrote: > > Since machine name can be common for multiple architectures (ex: virt), > add "arch" in the path to search for expected AML files. Since the AML > files are still under old path, add support for searching with and > without arch in the path. > >

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

2024-06-21 Thread Sunil V L
Since machine name can be common for multiple architectures (ex: virt), add "arch" in the path to search for expected AML files. Since the AML files are still under old path, add support for searching with and without arch in the path. Signed-off-by: Sunil V L --- tests/qtest/bios-tables-test.c