]> Git Repo - linux.git/commit
KVM: selftests: x86: Fix test failure on arch lbr capable platforms
authorYang Weijiang <[email protected]>
Thu, 12 May 2022 08:40:46 +0000 (04:40 -0400)
committerPaolo Bonzini <[email protected]>
Wed, 25 May 2022 09:07:10 +0000 (05:07 -0400)
commit825be3b5abae1e67db45ff7d4b9a7764a2419bd9
tree14e065544ea3a720605b962b7475a080de243ce9
parente0ac535178ad32c2a4898e2309dcc49ad546e96e
KVM: selftests: x86: Fix test failure on arch lbr capable platforms

On Arch LBR capable platforms, LBR_FMT in perf capability msr is 0x3f,
so the last format test will fail. Use a true invalid format(0x30) for
the test if it's running on these platforms. Opportunistically change
the file name to reflect the tests actually carried out.

Suggested-by: Paolo Bonzini <[email protected]>
Signed-off-by: Yang Weijiang <[email protected]>
Message-Id: <20220512084046[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c [new file with mode: 0644]
tools/testing/selftests/kvm/x86_64/vmx_pmu_msrs_test.c [deleted file]
This page took 0.042682 seconds and 4 git commands to generate.