[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] tests/acpi: Add empty ACPI SRAT data file for RISC-V
|
From: |
Sunil V L |
|
Subject: |
Re: [PATCH 1/3] tests/acpi: Add empty ACPI SRAT data file for RISC-V |
|
Date: |
Fri, 9 Aug 2024 11:44:47 +0530 |
On Fri, Aug 09, 2024 at 11:09:47AM +0800, Haibo Xu wrote:
> As per process documented (steps 1-3) in bios-tables-test.c, add
> empty AML data file for RISC-V ACPI SRAT table and add the entry
> in bios-tables-test-allowed-diff.h.
>
> Signed-off-by: Haibo Xu <haibo1.xu@intel.com>
> ---
> tests/data/acpi/riscv64/virt/SRAT.numamem | 0
> tests/qtest/bios-tables-test-allowed-diff.h | 1 +
> 2 files changed, 1 insertion(+)
> create mode 100644 tests/data/acpi/riscv64/virt/SRAT.numamem
>
> diff --git a/tests/data/acpi/riscv64/virt/SRAT.numamem
> b/tests/data/acpi/riscv64/virt/SRAT.numamem
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
> b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8b..a3e01d2eb7 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,2 @@
> /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/riscv64/virt/SRAT.numamem",
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Thanks,
Sunil