[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/7] tests/acpi: allow changes for microvm/APIC.pcie
From: |
Gerd Hoffmann |
Subject: |
[PATCH 1/7] tests/acpi: allow changes for microvm/APIC.pcie |
Date: |
Fri, 16 Oct 2020 13:38:29 +0200 |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.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 dfb8523c8bf4..0c37ccebc5ba 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/microvm/APIC.pcie",
--
2.27.0
- [PATCH 0/7] microvm: fix PCIe IRQs in APIC table., Gerd Hoffmann, 2020/10/16
- [PATCH 1/7] tests/acpi: allow changes for microvm/APIC.pcie,
Gerd Hoffmann <=
- [PATCH 6/7] tests/acpi: update expected data files, Gerd Hoffmann, 2020/10/16
- [PATCH 2/7] tests/acpi: add empty microvm/APIC.pcie, Gerd Hoffmann, 2020/10/16
- [PATCH 4/7] microvm: set pci_irq_mask, Gerd Hoffmann, 2020/10/16
- [PATCH 5/7] apci: drop has_pci arg for acpi_build_madt, Gerd Hoffmann, 2020/10/16
- [PATCH 3/7] x86: make pci irqs runtime configurable, Gerd Hoffmann, 2020/10/16
- [PATCH 7/7] tests/acpi: disallow changes for microvm/APIC.pcie, Gerd Hoffmann, 2020/10/16
- Re: [PATCH 0/7] microvm: fix PCIe IRQs in APIC table., Igor Mammedov, 2020/10/23