qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
@ 2025-11-18 20:07 Bernhard Beschow
  2025-11-18 21:20 ` Philippe Mathieu-Daudé
  2025-11-19 10:27 ` Cornelia Huck
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Beschow @ 2025-11-18 20:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Cornelia Huck, qemu-arm, Peter Maydell,
	Bernhard Beschow

Fixes make check failures on an aarch64 host:
  qemu-system-aarch64: unknown type 'arm-gicv3'

Reported-by: Cornelia Huck <cohuck@redhat.com>
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
 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.52.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-19 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18 20:07 [PATCH] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build Bernhard Beschow
2025-11-18 21:20 ` Philippe Mathieu-Daudé
2025-11-19 10:27 ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).