diff options
author | 2024-07-23 20:40:06 -0700 | |
---|---|---|
committer | 2024-07-26 13:35:45 -0400 | |
commit | c2adcf051be01d3da1e138c178a680514299461b (patch) | |
tree | 9e07e2263c779121ecd2ca830de0a8b8ad15e793 | |
parent | KVM: x86: Eliminate log spam from limited APIC timer periods (diff) | |
download | wireguard-linux-c2adcf051be01d3da1e138c178a680514299461b.tar.xz wireguard-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 '')
-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 |