diff options
author | Chang Yu <marcus.yu.56@gmail.com> | 2024-07-24 05:40:06 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-07-26 19:35:45 +0200 |
commit | c2adcf051be01d3da1e138c178a680514299461b (patch) | |
tree | 9e07e2263c779121ecd2ca830de0a8b8ad15e793 /Documentation/virt | |
parent | KVM: x86: Eliminate log spam from limited APIC timer periods (diff) | |
download | linux-c2adcf051be01d3da1e138c178a680514299461b.tar.xz linux-c2adcf051be01d3da1e138c178a680514299461b.zip |
KVM: Documentation: Fix title underline too short warning
Fix "WARNING: Title underline too short" by extending title line to the
proper length.
Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
Message-ID: <ZqB3lofbzMQh5Q-5@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation/virt')
-rw-r--r-- | Documentation/virt/kvm/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 8e5dad80b337..ec1cd8aa1d56 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -6365,7 +6365,7 @@ a single guest_memfd file, but the bound ranges must not overlap). See KVM_SET_USER_MEMORY_REGION2 for additional details. 4.143 KVM_PRE_FAULT_MEMORY ------------------------- +--------------------------- :Capability: KVM_CAP_PRE_FAULT_MEMORY :Architectures: none |