diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-04 08:13:20 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-11 13:08:25 -0400 |
| commit | 26c44aa9e076ed83d7793c55ac5082086a89c0cd (patch) | |
| tree | 666db0883e6557058bf9375b397716430a8fc7e2 /Documentation/virt | |
| parent | 4ebb105e6c6f374fdc4e0302000e9fee1e2f5936 (diff) | |
| download | linux-26c44aa9e076ed83d7793c55ac5082086a89c0cd.tar.gz linux-26c44aa9e076ed83d7793c55ac5082086a89c0cd.tar.bz2 linux-26c44aa9e076ed83d7793c55ac5082086a89c0cd.zip | |
KVM: SEV: define VM types for SEV and SEV-ES
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20240404121327.3107131-11-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virt')
| -rw-r--r-- | Documentation/virt/kvm/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 0b5a33ee71ee..f0b76ff5030d 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -8819,6 +8819,8 @@ means the VM type with value @n is supported. Possible values of @n are:: #define KVM_X86_DEFAULT_VM 0 #define KVM_X86_SW_PROTECTED_VM 1 + #define KVM_X86_SEV_VM 2 + #define KVM_X86_SEV_ES_VM 3 Note, KVM_X86_SW_PROTECTED_VM is currently only for development and testing. Do not use KVM_X86_SW_PROTECTED_VM for "real" VMs, and especially not in |
