[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test
From: |
Igor Mammedov |
Subject: |
Re: [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test |
Date: |
Fri, 14 Oct 2022 16:22:52 +0200 |
On Tue, 11 Oct 2022 13:17:29 +0200
Julia Suvorova <jusual@redhat.com> wrote:
> Signed-off-by: Julia Suvorova <jusual@redhat.com>
> Message-Id: <20220731162141.178443-4-jusual@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
> ---
> tests/data/acpi/q35/APIC.core-count2 | 0
> tests/data/acpi/q35/DSDT.core-count2 | 0
> tests/data/acpi/q35/FACP.core-count2 | 0
> tests/qtest/bios-tables-test-allowed-diff.h | 3 +++
> 4 files changed, 3 insertions(+)
> create mode 100644 tests/data/acpi/q35/APIC.core-count2
> create mode 100644 tests/data/acpi/q35/DSDT.core-count2
> create mode 100644 tests/data/acpi/q35/FACP.core-count2
>
> diff --git a/tests/data/acpi/q35/APIC.core-count2
> b/tests/data/acpi/q35/APIC.core-count2
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/data/acpi/q35/DSDT.core-count2
> b/tests/data/acpi/q35/DSDT.core-count2
> new file mode 100644
> index 0000000000..e69de29bb2
> diff --git a/tests/data/acpi/q35/FACP.core-count2
> b/tests/data/acpi/q35/FACP.core-count2
> 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..e81dc67a2e 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,4 @@
> /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/q35/APIC.core-count2",
> +"tests/data/acpi/q35/DSDT.core-count2",
> +"tests/data/acpi/q35/FACP.core-count2",
- [PATCH v3 0/5] hw/smbios: add core_count2 to smbios table type 4, Julia Suvorova, 2022/10/11
- [PATCH v3 1/5] hw/smbios: add core_count2 to smbios table type 4, Julia Suvorova, 2022/10/11
- [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test, Julia Suvorova, 2022/10/11
- Re: [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test,
Igor Mammedov <=
- [PATCH v3 5/5] tests/acpi: update tables for new core count test, Julia Suvorova, 2022/10/11
- [PATCH v3 4/5] bios-tables-test: add test for number of cores > 255, Julia Suvorova, 2022/10/11
- [PATCH v3 2/5] bios-tables-test: teach test to use smbios 3.0 tables, Julia Suvorova, 2022/10/11