]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
i386: Build SEV only for 64-bit target
authorCédric Le Goater <clg@redhat.com>
Wed, 16 Jul 2025 07:15:54 +0000 (09:15 +0200)
committerCédric Le Goater <clg@redhat.com>
Mon, 28 Jul 2025 15:52:34 +0000 (17:52 +0200)
Recent changes broke build on 32-bit host. Since there is no 32-bit
support, restrict SEV to 64-bit.

Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250716071554.377356-1-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/i386/Kconfig

index 14d23e27b580b2d5ea3aa4c07ba066f21a62e348..5139d2308777114e76a789c4f850fa20f3fa754f 100644 (file)
@@ -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