[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/9] qtest: update tests/qtest/bios-tables-test-allowed-di
From: |
Igor Mammedov |
Subject: |
Re: [PATCH v2 2/9] qtest: update tests/qtest/bios-tables-test-allowed-diff.h |
Date: |
Tue, 9 Feb 2021 13:46:57 +0100 |
On Mon, 8 Feb 2021 13:57:21 -0800
isaku.yamahata@gmail.com wrote:
> From: Isaku Yamahata <isaku.yamahata@intel.com>
>
> The following tests will modify acpi tables.
> prepare qtests to allow acpi table change.
> add new tables for new tests.
> - tests/data/acpi/q35/DSDT.nosmm
> - tests/data/acpi/q35/FACP.nosmm
> - tests/data/acpi/q35/DSDT.nohpet
>
> Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
> ---
> tests/data/acpi/q35/DSDT.nohpet | 0
> tests/data/acpi/q35/DSDT.nosmm | 0
> tests/data/acpi/q35/FACP.nosmm | 0
> tests/qtest/bios-tables-test-allowed-diff.h | 13 +++++++++++++
> 4 files changed, 13 insertions(+)
> create mode 100644 tests/data/acpi/q35/DSDT.nohpet
> create mode 100644 tests/data/acpi/q35/DSDT.nosmm
> create mode 100644 tests/data/acpi/q35/FACP.nosmm
>
> diff --git a/tests/data/acpi/q35/DSDT.nohpet b/tests/data/acpi/q35/DSDT.nohpet
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/data/acpi/q35/DSDT.nosmm b/tests/data/acpi/q35/DSDT.nosmm
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/data/acpi/q35/FACP.nosmm b/tests/data/acpi/q35/FACP.nosmm
> 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..b79ac495c2 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,14 @@
> /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/q35/DSDT",
> +"tests/data/acpi/q35/DSDT.tis",
> +"tests/data/acpi/q35/DSDT.bridge",
> +"tests/data/acpi/q35/DSDT.ipmibt",
> +"tests/data/acpi/q35/DSDT.cphp",
> +"tests/data/acpi/q35/DSDT.memhp",
> +"tests/data/acpi/q35/DSDT.numamem",
> +"tests/data/acpi/q35/DSDT.dimmpxm",
> +"tests/data/acpi/q35/DSDT.acpihmat",
> +"tests/data/acpi/q35/DSDT.mmio64",
> +"tests/data/acpi/q35/DSDT.nosmm",
> +"tests/data/acpi/q35/FACP.nosmm",
> +"tests/data/acpi/q35/DSDT.nohpet",
- [PATCH v2 0/9] ACPI related fixes, isaku . yamahata, 2021/02/08
- [PATCH v2 1/9] checkpatch: don't emit warning on newly created acpi data files, isaku . yamahata, 2021/02/08
- [PATCH v2 2/9] qtest: update tests/qtest/bios-tables-test-allowed-diff.h, isaku . yamahata, 2021/02/08
- Re: [PATCH v2 2/9] qtest: update tests/qtest/bios-tables-test-allowed-diff.h,
Igor Mammedov <=
- [PATCH v2 4/9] acpi: set fadt.smi_cmd to zero when SMM is not supported, isaku . yamahata, 2021/02/08
- [PATCH v2 6/9] hw/i386: declare ACPI mother board resource for MMCONFIG region, isaku . yamahata, 2021/02/08
- Re: [PATCH v2 6/9] hw/i386: declare ACPI mother board resource for MMCONFIG region, Michael S. Tsirkin, 2021/02/10