aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virt
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-04-22 09:49:46 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2021-04-26 05:19:28 -0400
commitf82762fb6193513a852483cc6787ddc2d701d09c (patch)
tree0afbb25813ce349a11ba88d914662771ccae8161 /Documentation/virt
parentKVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guests (diff)
downloadlinux-dev-f82762fb6193513a852483cc6787ddc2d701d09c.tar.xz
linux-dev-f82762fb6193513a852483cc6787ddc2d701d09c.zip
KVM: documentation: fix sphinx warnings
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virt')
-rw-r--r--Documentation/virt/kvm/amd-memory-encryption.rst7
-rw-r--r--Documentation/virt/kvm/api.rst2
2 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/virt/kvm/amd-memory-encryption.rst b/Documentation/virt/kvm/amd-memory-encryption.rst
index 907adfe60090..5ec8a1902e15 100644
--- a/Documentation/virt/kvm/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/amd-memory-encryption.rst
@@ -304,6 +304,7 @@ Parameters (in): struct kvm_sev_send_start
Returns: 0 on success, -negative on error
::
+
struct kvm_sev_send_start {
__u32 policy; /* guest policy */
@@ -366,7 +367,7 @@ migration can restart with a new target later.
Returns: 0 on success, -negative on error
15. KVM_SEV_RECEIVE_START
-------------------------
+-------------------------
The KVM_SEV_RECEIVE_START command is used for creating the memory encryption
context for an incoming SEV guest. To create the encryption context, the user must
@@ -395,7 +396,7 @@ On success, the 'handle' field contains a new handle and on error, a negative va
For more details, see SEV spec Section 6.12.
16. KVM_SEV_RECEIVE_UPDATE_DATA
-----------------------------
+-------------------------------
The KVM_SEV_RECEIVE_UPDATE_DATA command can be used by the hypervisor to copy
the incoming buffers into the guest memory region with encryption context
@@ -419,7 +420,7 @@ Returns: 0 on success, -negative on error
};
17. KVM_SEV_RECEIVE_FINISH
-------------------------
+--------------------------
After completion of the migration flow, the KVM_SEV_RECEIVE_FINISH command can be
issued by the hypervisor to make the guest ready for execution.
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index 94804c2f45ac..37c520ddb7e8 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -6340,7 +6340,7 @@ from accidentally clobbering each other with interrupts and the like (separate
APIC/MSRs/etc).
7.25 KVM_CAP_SGX_ATTRIBUTE
-----------------------
+--------------------------
:Architectures: x86
:Target: VM