Skip to content

Commit 6492448

Browse files
author
Maxim Levitsky
committed
Documentation: kvm: fix some definition lists
JIRA: https://issues.redhat.com/browse/RHEL-82917 commit ed7974f Author: Paolo Bonzini <pbonzini@redhat.com> Date: Tue Apr 1 14:54:40 2025 +0200 Documentation: kvm: fix some definition lists Ensure that they have a ":" in front of the defined item. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
1 parent 58ef89c commit 6492448

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7924,10 +7924,10 @@ by POWER10 processor.
79247924
7.24 KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
79257925
-------------------------------------
79267926

7927-
Architectures: x86 SEV enabled
7928-
Type: vm
7929-
Parameters: args[0] is the fd of the source vm
7930-
Returns: 0 on success; ENOTTY on error
7927+
:Architectures: x86 SEV enabled
7928+
:Type: vm
7929+
:Parameters: args[0] is the fd of the source vm
7930+
:Returns: 0 on success; ENOTTY on error
79317931

79327932
This capability enables userspace to copy encryption context from the vm
79337933
indicated by the fd to the vm this is called on.
@@ -8626,7 +8626,7 @@ limit the attack surface on KVM's MSR emulation code.
86268626
8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
86278627
-------------------------------------
86288628

8629-
Architectures: x86
8629+
:Architectures: x86
86308630

86318631
When enabled, KVM will disable paravirtual features provided to the
86328632
guest according to the bits in the KVM_CPUID_FEATURES CPUID leaf
@@ -8860,7 +8860,7 @@ available to the guest on migration.
88608860
8.33 KVM_CAP_HYPERV_ENFORCE_CPUID
88618861
---------------------------------
88628862

8863-
Architectures: x86
8863+
:Architectures: x86
88648864

88658865
When enabled, KVM will disable emulated Hyper-V features provided to the
88668866
guest according to the bits Hyper-V CPUID feature leaves. Otherwise, all

0 commit comments

Comments
 (0)