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

* Re: [PATCH] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-18 21:20 UTC (permalink / raw)
  To: Bernhard Beschow, qemu-devel
  Cc: Paolo Bonzini, Cornelia Huck, qemu-arm, Peter Maydell

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



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

* Re: [PATCH] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2025-11-19 10:27 UTC (permalink / raw)
  To: Bernhard Beschow, qemu-devel
  Cc: Paolo Bonzini, qemu-arm, Peter Maydell, Bernhard Beschow

On Tue, Nov 18 2025, Bernhard Beschow <shentey@gmail.com> wrote:

> Fixes make check failures on an aarch64 host:

...with TCG disabled (or what Phil suggested.)

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

Tested-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>



^ permalink raw reply	[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).