[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/8] tests: Add HMAT AArch64/virt empty table files
From: |
Igor Mammedov |
Subject: |
Re: [PATCH 5/8] tests: Add HMAT AArch64/virt empty table files |
Date: |
Mon, 18 Jul 2022 16:10:24 +0200 |
On Mon, 11 Jul 2022 11:44:33 +0100
Hesham Almatary <hesham.almatary@huawei.com> wrote:
> Signed-off-by: Hesham Almatary <hesham.almatary@huawei.com>
> ---
> tests/data/acpi/virt/DSDT.acpihmatvirt | 0
> tests/data/acpi/virt/FACP.acpihmatvirt | 0
> tests/data/acpi/virt/HMAT.acpihmatvirt | 0
> tests/data/acpi/virt/SRAT.acpihmatvirt | 0
> tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++
> 5 files changed, 4 insertions(+)
> create mode 100644 tests/data/acpi/virt/DSDT.acpihmatvirt
> create mode 100644 tests/data/acpi/virt/FACP.acpihmatvirt
> create mode 100644 tests/data/acpi/virt/HMAT.acpihmatvirt
> create mode 100644 tests/data/acpi/virt/SRAT.acpihmatvirt
>
> diff --git a/tests/data/acpi/virt/DSDT.acpihmatvirt
> b/tests/data/acpi/virt/DSDT.acpihmatvirt
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/data/acpi/virt/FACP.acpihmatvirt
> b/tests/data/acpi/virt/FACP.acpihmatvirt
probably the same as 4/8
include variant table only if it differs from default one
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/data/acpi/virt/HMAT.acpihmatvirt
> b/tests/data/acpi/virt/HMAT.acpihmatvirt
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/data/acpi/virt/SRAT.acpihmatvirt
> b/tests/data/acpi/virt/SRAT.acpihmatvirt
> 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..44594cae59 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,5 @@
> /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/virt/DSDT.acpihmatvirt",
> +"tests/data/acpi/virt/FACP.acpihmatvirt",
> +"tests/data/acpi/virt/HMAT.acpihmatvirt",
> +"tests/data/acpi/virt/SRAT.acpihmatvirt",
- [PATCH 0/8] AArch64/HMAT support and tests, Hesham Almatary, 2022/07/11
- [PATCH 5/8] tests: Add HMAT AArch64/virt empty table files, Hesham Almatary, 2022/07/11
- Re: [PATCH 5/8] tests: Add HMAT AArch64/virt empty table files,
Igor Mammedov <=
- [PATCH 3/8] tests: acpi: q35: add test for hmat nodes without initiators, Hesham Almatary, 2022/07/11
- [PATCH 7/8] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators, Hesham Almatary, 2022/07/11
- [PATCH 6/8] hw/arm/virt: Enable HMAT on arm virt machine, Hesham Almatary, 2022/07/11
- [PATCH 1/8] hmat acpi: Don't require initiator value in -numa, Hesham Almatary, 2022/07/11