qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Bernhard Beschow <shentey@gmail.com>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Cornelia Huck <cohuck@redhat.com>,
	qemu-arm@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH] hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
Date: Tue, 18 Nov 2025 22:20:53 +0100	[thread overview]
Message-ID: <e41075a7-52df-4a90-ab3b-421a0ed701ef@linaro.org> (raw)
In-Reply-To: <20251118200752.39950-1-shentey@gmail.com>

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



  reply	other threads:[~2025-11-18 21:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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é [this message]
2025-11-19 10:27 ` Cornelia Huck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e41075a7-52df-4a90-ab3b-421a0ed701ef@linaro.org \
    --to=philmd@linaro.org \
    --cc=cohuck@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=shentey@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).