[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v12 5/7] test: bios-tables-test: prepare IVRS change in ACPI tabl
|
From: |
Bui Quang Minh |
|
Subject: |
[PATCH v12 5/7] test: bios-tables-test: prepare IVRS change in ACPI table |
|
Date: |
Thu, 11 Jan 2024 22:44:02 +0700 |
Following the instructions in bios-tables-test, this lists that IVRS.ivrs
in ACPI table will be changed to add new IVHD type 0x11.
Signed-off-by: Bui Quang Minh <minhquangbui99@gmail.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..ac420db6b7 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/q35/IVRS.ivrs",
--
2.25.1
- [PATCH v12 0/7] Support x2APIC mode with TCG accelerator, Bui Quang Minh, 2024/01/11
- [PATCH v12 1/7] i386/tcg: implement x2APIC registers MSR access, Bui Quang Minh, 2024/01/11
- [PATCH v12 2/7] apic: add support for x2APIC mode, Bui Quang Minh, 2024/01/11
- [PATCH v12 3/7] apic, i386/tcg: add x2apic transitions, Bui Quang Minh, 2024/01/11
- [PATCH v12 4/7] intel_iommu: allow Extended Interrupt Mode when using userspace APIC, Bui Quang Minh, 2024/01/11
- [PATCH v12 5/7] test: bios-tables-test: prepare IVRS change in ACPI table,
Bui Quang Minh <=
- [PATCH v12 6/7] amd_iommu: report x2APIC support to the operating system, Bui Quang Minh, 2024/01/11
- [PATCH v12 7/7] test: bios-tables-test: add IVRS changed binary, Bui Quang Minh, 2024/01/11