mirror of
https://github.com/qemu/qemu.git
synced 2025-08-02 12:45:00 +00: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:
parent
1ebdd2d926
commit
1dc1220fbd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user