On 18/11/25 21:07, Bernhard Beschow wrote:
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 <[email protected]>
Suggested-by: Peter Maydell <[email protected]>
Signed-off-by: Bernhard Beschow <[email protected]>
---
  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


Reply via email to