Skip to content

Commit f2362c0

Browse files
blitzsean-jc
authored andcommitted
KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
The documentation for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM doesn't use the correct keyword formatting, which breaks rendering on https://www.kernel.org/doc/html/latest/virt/kvm/api.html. Signed-off-by: Julian Stecklina <julian.stecklina@cyberus-technology.de> Link: https://lore.kernel.org/r/20240520143220.340737-1-julian.stecklina@cyberus-technology.de Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 778c350 commit f2362c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7902,10 +7902,10 @@ perform a bulk copy of tags to/from the guest.
79027902
7.29 KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
79037903
-------------------------------------
79047904

7905-
Architectures: x86 SEV enabled
7906-
Type: vm
7907-
Parameters: args[0] is the fd of the source vm
7908-
Returns: 0 on success
7905+
:Architectures: x86 SEV enabled
7906+
:Type: vm
7907+
:Parameters: args[0] is the fd of the source vm
7908+
:Returns: 0 on success
79097909

79107910
This capability enables userspace to migrate the encryption context from the VM
79117911
indicated by the fd to the VM this is called on.

0 commit comments

Comments
 (0)