Commit 697ccce3c5 for qemu.org

commit 697ccce3c50145a82e6f754cc8fc75b209f241ba
Author: Bernhard Beschow <shentey@gmail.com>
Date:   Wed Nov 19 21:37:59 2025 +0100

    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 <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>

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