Commit 8b967164 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Jonathan Corbet
Browse files

docs: kvm: fix build warnings



Fix some small build warnings. The title underline was too short in some
cases and a code block was not indented.

Documentation/virt/kvm/api.rst:7216: WARNING: Title underline too short.

Fixes: 6dba9403 ("KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2")
Signed-off-by: default avatarIoana Ciornei <ioana.ciornei@nxp.com>
Link: https://lore.kernel.org/r/20210722100356.635078-3-ciorneiioana@gmail.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5b42d0bf
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -5077,7 +5077,7 @@ of bytes successfully copied is returned. If the call completes successfully
then ``length`` is returned.

4.131 KVM_GET_SREGS2
------------------
--------------------

:Capability: KVM_CAP_SREGS2
:Architectures: x86
@@ -5110,7 +5110,7 @@ flags values for ``kvm_sregs2``:


4.132 KVM_SET_SREGS2
------------------
--------------------

:Capability: KVM_CAP_SREGS2
:Architectures: x86
@@ -7213,7 +7213,7 @@ supported in the host. A VMM can check whether the service is
available to the guest on migration.

8.33 KVM_CAP_HYPERV_ENFORCE_CPUID
-----------------------------
---------------------------------

Architectures: x86