[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/3] ACPI: bios-tables-test.c step 2 (allowed-diff entries
|
From: |
Ani Sinha |
|
Subject: |
Re: [PATCH v2 1/3] ACPI: bios-tables-test.c step 2 (allowed-diff entries) |
|
Date: |
Thu, 18 May 2023 16:33:24 +0530 (IST) |
On Wed, 17 May 2023, Eric DeVolder wrote:
> Following the guidelines in tests/qtest/bios-tables-test.c,
> set up bios-tables-test-allowed-diff.h to ignore the
> imminent changes to the APIC tables, per step 2.
>
> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
Acked-by: Ani Sinha <ani@anisinha.ca>
> ---
> tests/qtest/bios-tables-test-allowed-diff.h | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
> b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8b..66ae44e6b9 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,15 @@
> /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/microvm/APIC",
> +"tests/data/acpi/microvm/APIC.ioapic2",
> +"tests/data/acpi/microvm/APIC.pcie",
> +"tests/data/acpi/pc/APIC",
> +"tests/data/acpi/pc/APIC.acpihmat",
> +"tests/data/acpi/pc/APIC.cphp",
> +"tests/data/acpi/pc/APIC.dimmpxm",
> +"tests/data/acpi/q35/APIC",
> +"tests/data/acpi/q35/APIC.acpihmat",
> +"tests/data/acpi/q35/APIC.acpihmat-noinitiator",
> +"tests/data/acpi/q35/APIC.core-count2",
> +"tests/data/acpi/q35/APIC.cphp",
> +"tests/data/acpi/q35/APIC.dimmpxm",
> +"tests/data/acpi/q35/APIC.xapic",
> --
> 2.31.1
>
>