From 697ccce3c50145a82e6f754cc8fc75b209f241ba Mon Sep 17 00:00:00 2001 From: Bernhard Beschow Date: Wed, 19 Nov 2025 21:37:59 +0100 Subject: [PATCH] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build Fixes make check failures on an aarch64 host when QEMU is configured using '--enable-kvm --disable-tcg': qemu-system-aarch64: unknown type 'arm-gicv3' Reported-by: Cornelia Huck Tested-by: Cornelia Huck Reviewed-by: Cornelia Huck Signed-off-by: Bernhard Beschow Message-id: 20251119203759.5138-1-shentey@gmail.com Suggested-by: Peter Maydell Tested-by: Cornelia Huck Reviewed-by: Cornelia Huck Signed-off-by: Bernhard Beschow Signed-off-by: Peter Maydell --- hw/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 0cdeb60f1f..7877506384 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -623,7 +623,7 @@ config FSL_IMX8MP_EVK bool default y depends on AARCH64 - depends on TCG || KVM + depends on TCG select FSL_IMX8MP config ARM_SMMUV3 -- 2.47.3