Skip to content

Commit e2e83a7

Browse files
wei-w-wangbonzini
authored andcommitted
docs: kvm: fix WARNINGs from api.rst
Use the api number 134 for KVM_GET_XSAVE2, instead of 42, which has been used by KVM_GET_XSAVE. Also, fix the WARNINGs of the underlines being too short. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Wei Wang <wei.w.wang@intel.com> Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> Message-Id: <20220120045003.315177-1-wei.w.wang@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 83a34ad commit e2e83a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5545,8 +5545,8 @@ the trailing ``'\0'``, is indicated by ``name_size`` in the header.
55455545
The Stats Data block contains an array of 64-bit values in the same order
55465546
as the descriptors in Descriptors block.
55475547

5548-
4.42 KVM_GET_XSAVE2
5549-
------------------
5548+
4.134 KVM_GET_XSAVE2
5549+
--------------------
55505550

55515551
:Capability: KVM_CAP_XSAVE2
55525552
:Architectures: x86
@@ -7363,7 +7363,7 @@ trap and emulate MSRs that are outside of the scope of KVM as well as
73637363
limit the attack surface on KVM's MSR emulation code.
73647364

73657365
8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
7366-
-----------------------------
7366+
-------------------------------------
73677367

73687368
Architectures: x86
73697369

0 commit comments

Comments
 (0)