[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 11/35] tests/qtest/bios-tables-test: Allow changes to virt GTDT
From: |
Peter Maydell |
Subject: |
[PULL 11/35] tests/qtest/bios-tables-test: Allow changes to virt GTDT |
Date: |
Thu, 15 Feb 2024 17:35:14 +0000 |
Allow changes to the virt GTDT -- we are going to add the IRQ
entry for a new timer to it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Message-id: 20240122143537.233498-2-peter.maydell@linaro.org
---
tests/qtest/bios-tables-test-allowed-diff.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8bf..7a6d4f80214 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/virt/FACP",
+"tests/data/acpi/virt/GTDT",
--
2.34.1
- [PULL 00/35] target-arm queue, Peter Maydell, 2024/02/15
- [PULL 01/35] hw/arm/xilinx_zynq: Wire FIQ between CPU <> GIC, Peter Maydell, 2024/02/15
- [PULL 02/35] linux-user/aarch64: Choose SYNC as the preferred MTE mode, Peter Maydell, 2024/02/15
- [PULL 04/35] target/arm: Adjust and validate mtedesc sizem1, Peter Maydell, 2024/02/15
- [PULL 10/35] tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64, Peter Maydell, 2024/02/15
- [PULL 08/35] hw/pci-host/raven.c: Mark raven_io_ops as implementing unaligned accesses, Peter Maydell, 2024/02/15
- [PULL 13/35] tests/qtest/bios-tables-tests: Update virt golden reference, Peter Maydell, 2024/02/15
- [PULL 24/35] target/arm: The Cortex-R52 has a read-only CBAR, Peter Maydell, 2024/02/15
- [PULL 14/35] hw/arm/npcm7xx: Call qemu_configure_nic_device() for GMAC modules, Peter Maydell, 2024/02/15
- [PULL 16/35] target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_FEATURE_PMU, Peter Maydell, 2024/02/15
- [PULL 11/35] tests/qtest/bios-tables-test: Allow changes to virt GTDT,
Peter Maydell <=
- [PULL 22/35] hw/arm/stellaris: Add missing QOM 'SoC' parent, Peter Maydell, 2024/02/15
- [PULL 05/35] target/arm: Split out make_svemte_desc, Peter Maydell, 2024/02/15
- [PULL 18/35] hw/arm/smmuv3: add support for stage 1 access fault, Peter Maydell, 2024/02/15
- [PULL 09/35] hw/block/tc58128: Don't emit deprecation warning under qtest, Peter Maydell, 2024/02/15
- [PULL 17/35] tests/qtest: Fix GMAC test to run on a machine in upstream QEMU, Peter Maydell, 2024/02/15
- [PULL 12/35] hw/arm/virt: Wire up non-secure EL2 virtual timer IRQ, Peter Maydell, 2024/02/15
- [PULL 15/35] tests/qtest/npcm7xx_emc-test: Connect all NICs to a backend, Peter Maydell, 2024/02/15
- [PULL 19/35] hw/arm/stellaris: Convert ADC controller to Resettable interface, Peter Maydell, 2024/02/15
- [PULL 21/35] hw/arm/stellaris: Add missing QOM 'machine' parent, Peter Maydell, 2024/02/15
- [PULL 23/35] target/arm: Use new CBAR encoding for all v8 CPUs, not all aarch64 CPUs, Peter Maydell, 2024/02/15