[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 1/7] ACPI ERST: bios-tables-test.c steps 1 and 2
From: |
Eric DeVolder |
Subject: |
[PATCH v2 1/7] ACPI ERST: bios-tables-test.c steps 1 and 2 |
Date: |
Mon, 8 Feb 2021 15:57:53 -0500 |
Following the guidelines in tests/qtest/bios-tables-test.c, this
change adds empty placeholder files per step 1 for the new ERST
table, and excludes resulting changed files in bios-tables-test-allowed-diff.h
per step 2.
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
---
tests/data/acpi/microvm/ERST | 0
tests/data/acpi/pc/ERST | 0
tests/data/acpi/q35/ERST | 0
tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++
4 files changed, 4 insertions(+)
create mode 100644 tests/data/acpi/microvm/ERST
create mode 100644 tests/data/acpi/pc/ERST
create mode 100644 tests/data/acpi/q35/ERST
diff --git a/tests/data/acpi/microvm/ERST b/tests/data/acpi/microvm/ERST
new file mode 100644
index 0000000..e69de29
diff --git a/tests/data/acpi/pc/ERST b/tests/data/acpi/pc/ERST
new file mode 100644
index 0000000..e69de29
diff --git a/tests/data/acpi/q35/ERST b/tests/data/acpi/q35/ERST
new file mode 100644
index 0000000..e69de29
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523..e004c71 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/pc/ERST",
+"tests/data/acpi/q35/ERST",
+"tests/data/acpi/microvm/ERST",
+
--
1.8.3.1
- [PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU, Eric DeVolder, 2021/02/08
- [PATCH v2 1/7] ACPI ERST: bios-tables-test.c steps 1 and 2,
Eric DeVolder <=
- [PATCH v2 4/7] ACPI ERST: build step for ACPI ERST, Eric DeVolder, 2021/02/08
- [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature, Eric DeVolder, 2021/02/08
- [PATCH v2 2/7] ACPI ERST: header file for erst, Eric DeVolder, 2021/02/08
- [PATCH v2 5/7] ACPI ERST: support ERST for x86 guest, Eric DeVolder, 2021/02/08
- [PATCH v2 6/7] ACPI ERST: qtest for ERST, Eric DeVolder, 2021/02/08
- [PATCH v2 7/7] ACPI ERST: bios-tables-test.c step 5, Eric DeVolder, 2021/02/08