[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 15/20] tests/acpi: q35: allow DMAR acpi table changes
From: |
Zhenzhong Duan |
Subject: |
[PATCH v5 15/20] tests/acpi: q35: allow DMAR acpi table changes |
Date: |
Mon, 11 Nov 2024 16:34:52 +0800 |
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
---
tests/qtest/bios-tables-test-allowed-diff.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..46f80be9ca 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,2 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/x86/q35/DMAR.dmar",
--
2.34.1
- [PATCH v5 07/20] intel_iommu: Check if the input address is canonical, (continued)
- [PATCH v5 07/20] intel_iommu: Check if the input address is canonical, Zhenzhong Duan, 2024/11/11
- [PATCH v5 03/20] intel_iommu: Add a placeholder variable for scalable modern mode, Zhenzhong Duan, 2024/11/11
- [PATCH v5 06/20] intel_iommu: Implement stage-1 translation, Zhenzhong Duan, 2024/11/11
- [PATCH v5 09/20] intel_iommu: Set accessed and dirty bits during stage-1 translation, Zhenzhong Duan, 2024/11/11
- [PATCH v5 08/20] intel_iommu: Check stage-1 translation result with interrupt range, Zhenzhong Duan, 2024/11/11
- [PATCH v5 10/20] intel_iommu: Flush stage-1 cache in iotlb invalidation, Zhenzhong Duan, 2024/11/11
- [PATCH v5 11/20] intel_iommu: Process PASID-based iotlb invalidation, Zhenzhong Duan, 2024/11/11
- [PATCH v5 15/20] tests/acpi: q35: allow DMAR acpi table changes,
Zhenzhong Duan <=
- [PATCH v5 16/20] intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2, Zhenzhong Duan, 2024/11/11
- [PATCH v5 17/20] tests/acpi: q35: Update host address width in DMAR, Zhenzhong Duan, 2024/11/11
- [PATCH v5 12/20] intel_iommu: Add an internal API to find an address space with PASID, Zhenzhong Duan, 2024/11/11
- [PATCH v5 13/20] intel_iommu: Add support for PASID-based device IOTLB invalidation, Zhenzhong Duan, 2024/11/11
- [PATCH v5 14/20] intel_iommu: piotlb invalidation should notify unmap, Zhenzhong Duan, 2024/11/11
- [PATCH v5 20/20] tests/qtest: Add intel-iommu test, Zhenzhong Duan, 2024/11/11
- [PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode, Zhenzhong Duan, 2024/11/11