aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Le Goater <clg@redhat.com>2025-07-16 09:15:54 +0200
committerCédric Le Goater <clg@redhat.com>2025-07-28 17:52:34 +0200
commit1dc1220fbd30a200aea972fc3aa53d439aff466b (patch)
treead235c294e44359736cd7cd1a175ffee5a8430cc
parent1ebdd2d92611a573f9fcdf0fc7f31b1efd07ac30 (diff)
downloadqemu-1dc1220fbd30a200aea972fc3aa53d439aff466b.zip
qemu-1dc1220fbd30a200aea972fc3aa53d439aff466b.tar.gz
qemu-1dc1220fbd30a200aea972fc3aa53d439aff466b.tar.bz2
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>
-rw-r--r--hw/i386/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index 14d23e2..5139d23 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