mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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 <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>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user