[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 5/7] tests/acpi: allow updates of VIOT expected data files on
From: |
Jean-Philippe Brucker |
Subject: |
[PATCH v6 5/7] tests/acpi: allow updates of VIOT expected data files on q35 machine |
Date: |
Tue, 26 Oct 2021 19:20:24 +0100 |
Create empty data files and allow updates for the upcoming VIOT tests on
the q35 machine.
Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
---
tests/qtest/bios-tables-test-allowed-diff.h | 2 ++
tests/data/acpi/q35/DSDT.viot | 0
tests/data/acpi/q35/VIOT.viot | 0
3 files changed, 2 insertions(+)
create mode 100644 tests/data/acpi/q35/DSDT.viot
create mode 100644 tests/data/acpi/q35/VIOT.viot
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..fa213e4738 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/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
--
2.33.0
- [PATCH v6 0/7] virtio-iommu: Add ACPI support (x86 part), Jean-Philippe Brucker, 2021/10/26
- [PATCH v6 1/7] hw/acpi: Add VIOT table, Jean-Philippe Brucker, 2021/10/26
- [PATCH v6 2/7] hw/i386/pc: Remove x86_iommu_get_type(), Jean-Philippe Brucker, 2021/10/26
- [PATCH v6 4/7] hw/i386/pc: Allow instantiating a virtio-iommu device, Jean-Philippe Brucker, 2021/10/26
- [PATCH v6 6/7] tests/acpi: add test case for VIOT on q35 machine, Jean-Philippe Brucker, 2021/10/26
- [PATCH v6 5/7] tests/acpi: allow updates of VIOT expected data files on q35 machine,
Jean-Philippe Brucker <=
- [PATCH v6 3/7] hw/i386/pc: Move IOMMU singleton into PCMachineState, Jean-Philippe Brucker, 2021/10/26
- [PATCH v6 7/7] tests/acpi: add expected blobs for VIOT test on q35 machine, Jean-Philippe Brucker, 2021/10/26