[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 06/10] tests/acpi: allow updates of VIOT expected data files
From: |
Jean-Philippe Brucker |
Subject: |
[PATCH v3 06/10] tests/acpi: allow updates of VIOT expected data files |
Date: |
Tue, 14 Sep 2021 15:20:01 +0100 |
Create empty data files and allow updates for the upcoming VIOT tests.
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
---
tests/qtest/bios-tables-test-allowed-diff.h | 3 +++
tests/data/acpi/q35/DSDT.viot | 0
tests/data/acpi/q35/VIOT.viot | 0
tests/data/acpi/virt/VIOT | 0
4 files changed, 3 insertions(+)
create mode 100644 tests/data/acpi/q35/DSDT.viot
create mode 100644 tests/data/acpi/q35/VIOT.viot
create mode 100644 tests/data/acpi/virt/VIOT
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..29b5b1eabc 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/virt/VIOT",
+"tests/data/acpi/q35/DSDT.viot",
+"tests/data/acpi/q35/VIOT.viot",
diff --git a/tests/data/acpi/q35/DSDT.viot b/tests/data/acpi/q35/DSDT.viot
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/q35/VIOT.viot b/tests/data/acpi/q35/VIOT.viot
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/virt/VIOT b/tests/data/acpi/virt/VIOT
new file mode 100644
index 0000000000..e69de29bb2
--
2.33.0
- [PATCH v3 09/10] tests/acpi: add expected DSDT blob for VIOT test on q35, (continued)
- [PATCH v3 09/10] tests/acpi: add expected DSDT blob for VIOT test on q35, Jean-Philippe Brucker, 2021/09/14
- [PATCH v3 08/10] tests/acpi: add expected VIOT blob for virt machine, Jean-Philippe Brucker, 2021/09/14
- [PATCH v3 02/10] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu, Jean-Philippe Brucker, 2021/09/14
- [PATCH v3 04/10] hw/arm/virt: Reject instantiation of multiple IOMMUs, Jean-Philippe Brucker, 2021/09/14
- [PATCH v3 05/10] pc: Allow instantiating a virtio-iommu device, Jean-Philippe Brucker, 2021/09/14
- [PATCH v3 10/10] tests/acpi: add expected VIOT blob for q35 machine, Jean-Philippe Brucker, 2021/09/14
- [PATCH v3 06/10] tests/acpi: allow updates of VIOT expected data files,
Jean-Philippe Brucker <=
- [PATCH v3 07/10] tests/acpi: add test cases for VIOT, Jean-Philippe Brucker, 2021/09/14