[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 2/4] tests/acpi: i386: allow FACP acpi table changes
|
From: |
Liav Albani |
|
Subject: |
[PATCH v3 2/4] tests/acpi: i386: allow FACP acpi table changes |
|
Date: |
Sat, 26 Feb 2022 08:30:17 +0200 |
The FACP table is going to be changed for x86/q35 machines. To be sure
the following changes are not breaking any QEMU test this change follows
step 2 from the bios-tables-test.c guide on changes that affect ACPI
tables.
Signed-off-by: Liav Albani <liavalb@gmail.com>
---
tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..7570e39369 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/q35/FACP",
+"tests/data/acpi/q35/FACP.nosmm",
+"tests/data/acpi/q35/FACP.slic",
+"tests/data/acpi/q35/FACP.xapic",
--
2.35.1
- [PATCH v3 0/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Liav Albani, 2022/02/26
- [PATCH v3 1/4] hw/isa: add function to check for existence of device by its type, Liav Albani, 2022/02/26
- [PATCH v3 2/4] tests/acpi: i386: allow FACP acpi table changes,
Liav Albani <=
- [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Liav Albani, 2022/02/26
- Re: [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Ani Sinha, 2022/02/27
- Re: [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Bernhard Beschow, 2022/02/27
- Re: [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Liav Albani, 2022/02/27
- Re: [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Bernhard Beschow, 2022/02/27
- Re: [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Ani Sinha, 2022/02/28
- Re: [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Ani Sinha, 2022/02/28
- Re: [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table, Ani Sinha, 2022/02/28