]> www.infradead.org Git - linux.git/commitdiff
KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
authorJulian Stecklina <julian.stecklina@cyberus-technology.de>
Mon, 20 May 2024 14:32:18 +0000 (16:32 +0200)
committerSean Christopherson <seanjc@google.com>
Mon, 3 Jun 2024 15:56:39 +0000 (08:56 -0700)
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>
Documentation/virt/kvm/api.rst

index a71d91978d9ef51ef914f82083c4db63fcdd0c02..68399f973ae8e3d1b0bdda73454af00d37d89ea8 100644 (file)
@@ -7902,10 +7902,10 @@ perform a bulk copy of tags to/from the guest.
 7.29 KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
 -------------------------------------
 
-Architectures: x86 SEV enabled
-Type: vm
-Parameters: args[0] is the fd of the source vm
-Returns: 0 on success
+:Architectures: x86 SEV enabled
+:Type: vm
+:Parameters: args[0] is the fd of the source vm
+:Returns: 0 on success
 
 This capability enables userspace to migrate the encryption context from the VM
 indicated by the fd to the VM this is called on.