Skip to content

Commit ed7974f

Browse files
committed
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>
1 parent 2f31301 commit ed7974f

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
@@ -7927,10 +7927,10 @@ by POWER10 processor.
79277927
7.24 KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
79287928
-------------------------------------
79297929

7930-
Architectures: x86 SEV enabled
7931-
Type: vm
7932-
Parameters: args[0] is the fd of the source vm
7933-
Returns: 0 on success; ENOTTY on error
7930+
:Architectures: x86 SEV enabled
7931+
:Type: vm
7932+
:Parameters: args[0] is the fd of the source vm
7933+
:Returns: 0 on success; ENOTTY on error
79347934

79357935
This capability enables userspace to copy encryption context from the vm
79367936
indicated by the fd to the vm this is called on.
@@ -8647,7 +8647,7 @@ limit the attack surface on KVM's MSR emulation code.
86478647
8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
86488648
-------------------------------------
86498649

8650-
Architectures: x86
8650+
:Architectures: x86
86518651

86528652
When enabled, KVM will disable paravirtual features provided to the
86538653
guest according to the bits in the KVM_CPUID_FEATURES CPUID leaf
@@ -8881,7 +8881,7 @@ available to the guest on migration.
88818881
8.33 KVM_CAP_HYPERV_ENFORCE_CPUID
88828882
---------------------------------
88838883

8884-
Architectures: x86
8884+
:Architectures: x86
88858885

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

0 commit comments

Comments
 (0)