From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH] i386: Build SEV only for 64-bit target
Date: Mon, 28 Jul 2025 19:25:22 +0200 [thread overview]
Message-ID: <490b441d-6d76-43e3-90cd-e894f4bf0d1f@redhat.com> (raw)
In-Reply-To: <20250716071554.377356-1-clg@redhat.com>
On 7/16/25 09:15, Cédric Le Goater wrote:
> Recent changes broke build on 32-bit host. Since there is no 32-bit
> support, restrict SEV to 64-bit.
>
> Signed-off-by: Cédric Le Goater <clg@redhat.com>
> ---
> hw/i386/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
> index 14d23e27b580b2d5ea3aa4c07ba066f21a62e348..5139d2308777114e76a789c4f850fa20f3fa754f 100644
> --- a/hw/i386/Kconfig
> +++ b/hw/i386/Kconfig
> @@ -4,7 +4,7 @@ config X86_FW_OVMF
> config SEV
> bool
> select X86_FW_OVMF
> - depends on KVM
> + depends on KVM && X86_64
>
> config SGX
> bool
Applied to vfio-next.
Thanks,
C.
prev parent reply other threads:[~2025-07-28 17:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-16 7:15 [PATCH] i386: Build SEV only for 64-bit target Cédric Le Goater
2025-07-16 9:28 ` Daniel P. Berrangé
2025-07-16 9:36 ` Cédric Le Goater
2025-07-16 9:56 ` Daniel P. Berrangé
2025-07-17 5:23 ` Xiaoyao Li
2025-07-28 17:25 ` Cédric Le Goater [this message]
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=490b441d-6d76-43e3-90cd-e894f4bf0d1f@redhat.com \
--to=clg@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.