[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v3 71/81] tests: Add HMAT AArch64/virt empty table files
From: |
Michael S. Tsirkin |
Subject: |
[PULL v3 71/81] tests: Add HMAT AArch64/virt empty table files |
Date: |
Sat, 5 Nov 2022 13:18:54 -0400 |
From: Hesham Almatary <[email protected]>
Signed-off-by: Hesham Almatary <[email protected]>
Message-Id: <[email protected]>
Tested-by: Yicong Yang <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
---
tests/qtest/bios-tables-test-allowed-diff.h | 5 +++++
tests/data/acpi/virt/APIC.acpihmatvirt | 0
tests/data/acpi/virt/DSDT.acpihmatvirt | 0
tests/data/acpi/virt/HMAT.acpihmatvirt | 0
tests/data/acpi/virt/PPTT.acpihmatvirt | 0
tests/data/acpi/virt/SRAT.acpihmatvirt | 0
6 files changed, 5 insertions(+)
create mode 100644 tests/data/acpi/virt/APIC.acpihmatvirt
create mode 100644 tests/data/acpi/virt/DSDT.acpihmatvirt
create mode 100644 tests/data/acpi/virt/HMAT.acpihmatvirt
create mode 100644 tests/data/acpi/virt/PPTT.acpihmatvirt
create mode 100644 tests/data/acpi/virt/SRAT.acpihmatvirt
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..4f849715bd 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,6 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/virt/APIC.acpihmatvirt",
+"tests/data/acpi/virt/DSDT.acpihmatvirt",
+"tests/data/acpi/virt/HMAT.acpihmatvirt",
+"tests/data/acpi/virt/PPTT.acpihmatvirt",
+"tests/data/acpi/virt/SRAT.acpihmatvirt",
diff --git a/tests/data/acpi/virt/APIC.acpihmatvirt
b/tests/data/acpi/virt/APIC.acpihmatvirt
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/virt/DSDT.acpihmatvirt
b/tests/data/acpi/virt/DSDT.acpihmatvirt
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/virt/HMAT.acpihmatvirt
b/tests/data/acpi/virt/HMAT.acpihmatvirt
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/virt/PPTT.acpihmatvirt
b/tests/data/acpi/virt/PPTT.acpihmatvirt
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/virt/SRAT.acpihmatvirt
b/tests/data/acpi/virt/SRAT.acpihmatvirt
new file mode 100644
index 0000000000..e69de29bb2
--
MST
- [PULL v3 56/81] tests: acpi: update expected blobs, (continued)
- [PULL v3 56/81] tests: acpi: update expected blobs, Michael S. Tsirkin, 2022/11/05
- [PULL v3 57/81] tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanup, Michael S. Tsirkin, 2022/11/05
- [PULL v3 28/81] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation, Michael S. Tsirkin, 2022/11/05
- [PULL v3 72/81] hw/arm/virt: Enable HMAT on arm virt machine, Michael S. Tsirkin, 2022/11/05
- [PULL v3 73/81] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators, Michael S. Tsirkin, 2022/11/05
- [PULL v3 74/81] tests: virt: Update expected *.acpihmatvirt tables, Michael S. Tsirkin, 2022/11/05
- [PULL v3 79/81] intel-iommu: PASID support, Michael S. Tsirkin, 2022/11/05
- [PULL v3 62/81] msix: Assert that specified vector is in range, Michael S. Tsirkin, 2022/11/05
- [PULL v3 67/81] hmat acpi: Don't require initiator value in -numa, Michael S. Tsirkin, 2022/11/05
- [PULL v3 69/81] tests: acpi: q35: add test for hmat nodes without initiators, Michael S. Tsirkin, 2022/11/05
- [PULL v3 71/81] tests: Add HMAT AArch64/virt empty table files,
Michael S. Tsirkin <=
- [PULL v3 75/81] vfio: move implement of vfio_get_xlat_addr() to memory.c, Michael S. Tsirkin, 2022/11/05
- [PULL v3 78/81] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function, Michael S. Tsirkin, 2022/11/05
- [PULL v3 81/81] vhost-user: Support vhost_dev_start, Michael S. Tsirkin, 2022/11/05
- [PULL v3 77/81] intel-iommu: drop VTDBus, Michael S. Tsirkin, 2022/11/05
- Re: [PULL v3 00/81] pci,pc,virtio: features, tests, fixes, cleanups, Stefan Hajnoczi, 2022/11/07