]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
authorBernhard Beschow <shentey@gmail.com>
Wed, 19 Nov 2025 20:37:59 +0000 (21:37 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Nov 2025 10:26:19 +0000 (10:26 +0000)
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 <cohuck@redhat.com>
Tested-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20251119203759.5138-1-shentey@gmail.com
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig

index 0cdeb60f1f28f6d4d9265c8f67c08d2ee030157f..7877506384006459dfc311f905a70d74986cb3b6 100644 (file)
@@ -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