Re: [PATCH v4 06/16] tests/qtest/bios-tables-test.c: Add support for arch in path

2024-07-02 Thread Sunil V L
On Tue, Jul 02, 2024 at 10:30:02AM +0200, Igor Mammedov wrote: > On Tue, 25 Jun 2024 20:38:29 +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

Re: [PATCH v4 06/16] tests/qtest/bios-tables-test.c: Add support for arch in path

2024-07-02 Thread Igor Mammedov
On Tue, 25 Jun 2024 20:38:29 +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.

[PATCH v4 06/16] tests/qtest/bios-tables-test.c: Add support for arch in path

2024-06-25 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 Acked-by: Alistair Francis Reviewed