Re: [PATCH 12/12] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V

2024-04-28 Thread Alistair Francis
On Fri, Mar 15, 2024 at 11:10 PM Sunil V L wrote: > > Add basic ACPI table testing for RISC-V. > > Signed-off-by: Sunil V L Reviewed-by: Alistair Francis Alistair > --- > tests/qtest/bios-tables-test.c | 28 > 1 file changed, 28 insertions(+) > > diff --git

[PATCH 12/12] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V

2024-03-15 Thread Sunil V L
Add basic ACPI table testing for RISC-V. Signed-off-by: Sunil V L --- tests/qtest/bios-tables-test.c | 28 1 file changed, 28 insertions(+) diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index c492438ced..033acc8958 100644 ---