diff options
-rw-r--r-- | Documentation/virtual/kvm/00-INDEX | 10 | ||||
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/virtual/kvm/00-INDEX b/Documentation/virtual/kvm/00-INDEX index 3da73aabff5a..3492458a4ae8 100644 --- a/Documentation/virtual/kvm/00-INDEX +++ b/Documentation/virtual/kvm/00-INDEX | |||
@@ -1,7 +1,12 @@ | |||
1 | 00-INDEX | 1 | 00-INDEX |
2 | - this file. | 2 | - this file. |
3 | amd-memory-encryption.rst | ||
4 | - notes on AMD Secure Encrypted Virtualization feature and SEV firmware | ||
5 | command description | ||
3 | api.txt | 6 | api.txt |
4 | - KVM userspace API. | 7 | - KVM userspace API. |
8 | arm | ||
9 | - internal ABI between the kernel and HYP (for arm/arm64) | ||
5 | cpuid.txt | 10 | cpuid.txt |
6 | - KVM-specific cpuid leaves (x86). | 11 | - KVM-specific cpuid leaves (x86). |
7 | devices/ | 12 | devices/ |
@@ -26,6 +31,5 @@ s390-diag.txt | |||
26 | - Diagnose hypercall description (for IBM S/390) | 31 | - Diagnose hypercall description (for IBM S/390) |
27 | timekeeping.txt | 32 | timekeeping.txt |
28 | - timekeeping virtualization for x86-based architectures. | 33 | - timekeeping virtualization for x86-based architectures. |
29 | amd-memory-encryption.txt | 34 | vcpu-requests.rst |
30 | - notes on AMD Secure Encrypted Virtualization feature and SEV firmware | 35 | - internal VCPU request API |
31 | command description | ||
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index e9c74876f177..1c7958b57fe9 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -3480,7 +3480,7 @@ encrypted VMs. | |||
3480 | 3480 | ||
3481 | Currently, this ioctl is used for issuing Secure Encrypted Virtualization | 3481 | Currently, this ioctl is used for issuing Secure Encrypted Virtualization |
3482 | (SEV) commands on AMD Processors. The SEV commands are defined in | 3482 | (SEV) commands on AMD Processors. The SEV commands are defined in |
3483 | Documentation/virtual/kvm/amd-memory-encryption.txt. | 3483 | Documentation/virtual/kvm/amd-memory-encryption.rst. |
3484 | 3484 | ||
3485 | 4.111 KVM_MEMORY_ENCRYPT_REG_REGION | 3485 | 4.111 KVM_MEMORY_ENCRYPT_REG_REGION |
3486 | 3486 | ||