From: Cédric Le Goater Date: Wed, 16 Jul 2025 07:15:54 +0000 (+0200) Subject: i386: Build SEV only for 64-bit target X-Git-Tag: v10.1.0-rc1~3^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dc1220fbd30a200aea972fc3aa53d439aff466b;p=thirdparty%2Fqemu.git i386: Build SEV only for 64-bit target Recent changes broke build on 32-bit host. Since there is no 32-bit support, restrict SEV to 64-bit. Reviewed-by: Xiaoyao Li Reviewed-by: Daniel P. Berrangé Link: https://lore.kernel.org/qemu-devel/20250716071554.377356-1-clg@redhat.com Signed-off-by: Cédric Le Goater --- diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig index 14d23e27b5..5139d23087 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