From: Bernhard Beschow Date: Wed, 19 Nov 2025 20:37:59 +0000 (+0100) Subject: hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build X-Git-Tag: v10.2.0-rc2~8^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=697ccce3c50145a82e6f754cc8fc75b209f241ba;p=thirdparty%2Fqemu.git 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 --- 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