Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
f82762fb
Commit
f82762fb
authored
Apr 22, 2021
by
Paolo Bonzini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: documentation: fix sphinx warnings
Signed-off-by:
Paolo Bonzini
<
pbonzini@redhat.com
>
parent
b86bb11e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Documentation/virt/kvm/amd-memory-encryption.rst
Documentation/virt/kvm/amd-memory-encryption.rst
+4
-3
Documentation/virt/kvm/api.rst
Documentation/virt/kvm/api.rst
+1
-1
No files found.
Documentation/virt/kvm/amd-memory-encryption.rst
View file @
f82762fb
...
...
@@ -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.
...
...
Documentation/virt/kvm/api.rst
View file @
f82762fb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment