Skip to content

Commit

Permalink
KVM: documentation: fix sphinx warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
Paolo Bonzini committed Apr 26, 2021
1 parent b86bb11 commit f82762f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Documentation/virt/kvm/amd-memory-encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/virt/kvm/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f82762f

Please sign in to comment.