Skip to content

Commit 5fa9f04

Browse files
vittyvksean-jc
authored andcommitted
KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNP
SEV-SNP support is present since commit 1dfe571 ("KVM: SEV: Add initial SEV-SNP support") but Kconfig entry wasn't updated and still mentions SEV and SEV-ES only. Add SEV-SNP there and, while on it, expand 'SEV' in the description as 'Encrypted VMs' is not what 'SEV' stands for. No functional change. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Link: https://lore.kernel.org/r/20240828122111.160273-1-vkuznets@redhat.com Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 54950bf commit 5fa9f04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/x86/kvm/Kconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ config KVM_AMD_SEV
144144
select HAVE_KVM_ARCH_GMEM_PREPARE
145145
select HAVE_KVM_ARCH_GMEM_INVALIDATE
146146
help
147-
Provides support for launching Encrypted VMs (SEV) and Encrypted VMs
148-
with Encrypted State (SEV-ES) on AMD processors.
147+
Provides support for launching encrypted VMs which use Secure
148+
Encrypted Virtualization (SEV), Secure Encrypted Virtualization with
149+
Encrypted State (SEV-ES), and Secure Encrypted Virtualization with
150+
Secure Nested Paging (SEV-SNP) technologies on AMD processors.
149151

150152
config KVM_SMM
151153
bool "System Management Mode emulation"

0 commit comments

Comments
 (0)