[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 02/13] tests/acpi: virt: allow acpi table changes for a ne
From: |
Igor Mammedov |
Subject: |
Re: [PATCH v2 02/13] tests/acpi: virt: allow acpi table changes for a new table: HEST |
Date: |
Wed, 29 Jan 2025 16:03:28 +0100 |
On Wed, 29 Jan 2025 09:04:08 +0100
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> The DSDT table will also be affected by such change.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
move it right before the patch that would actually make changes to tables
(10/13)
> ---
> tests/data/acpi/aarch64/virt/HEST | 0
> tests/qtest/bios-tables-test-allowed-diff.h | 2 ++
> 2 files changed, 2 insertions(+)
> create mode 100644 tests/data/acpi/aarch64/virt/HEST
>
> diff --git a/tests/data/acpi/aarch64/virt/HEST
> b/tests/data/acpi/aarch64/virt/HEST
> new file mode 100644
> index 000000000000..e69de29bb2d1
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
> b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8bf4..46298e38e7b8 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,3 @@
> /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/aarch64/virt/HEST",
> +"tests/data/acpi/aarch64/virt/DSDT",
the list in not complete so 'make check-qtest' still fails
[12/13] has complete list of changed files
- [PATCH v2 08/13] acpi/ghes: Cleanup the code which gets ghes ged state, (continued)
- [PATCH v2 08/13] acpi/ghes: Cleanup the code which gets ghes ged state, Mauro Carvalho Chehab, 2025/01/29
- [PATCH v2 03/13] acpi/ghes: add a firmware file with HEST address, Mauro Carvalho Chehab, 2025/01/29
- [PATCH v2 13/13] scripts/ghes_inject: add a script to generate GHES error inject, Mauro Carvalho Chehab, 2025/01/29
- [PATCH v2 02/13] tests/acpi: virt: allow acpi table changes for a new table: HEST, Mauro Carvalho Chehab, 2025/01/29
- Re: [PATCH v2 02/13] tests/acpi: virt: allow acpi table changes for a new table: HEST,
Igor Mammedov <=
- [PATCH v2 06/13] acpi/generic_event_device: add logic to detect if HEST addr is available, Mauro Carvalho Chehab, 2025/01/29
- [PATCH v2 05/13] acpi/generic_event_device: Update GHES migration to cover hest addr, Mauro Carvalho Chehab, 2025/01/29
- [PATCH v2 11/13] qapi/acpi-hest: add an interface to do generic CPER error injection, Mauro Carvalho Chehab, 2025/01/29
- [PATCH v2 01/13] acpi/ghes: Prepare to support multiple sources on ghes, Mauro Carvalho Chehab, 2025/01/29