]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirk
authorSean Christopherson <seanjc@google.com>
Mon, 11 Jul 2022 22:57:51 +0000 (22:57 +0000)
committerSean Christopherson <seanjc@google.com>
Tue, 12 Jul 2022 22:31:13 +0000 (22:31 +0000)
commit0199a704dd75560e8def294156b8ed18d4a83c93
tree52deabac0ed59be0cd3ac0ff04694477afc9aa61
parentd1fe9f4c2e59af534d7e4ea0348bc46e9020fea8
KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirk

Fix a copy+paste error in monitor_mwait_test by switching one of the two
"monitor" instructions to  an "mwait".  The intent of the test is very
much to verify the quirk handles both MONITOR and MWAIT.

Fixes: 3f6bbaf7e3c3 ("KVM: selftests: Add MONITOR/MWAIT quirk test")
Reported-by: Yuan Yao <yuan.yao@linux.intel.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20220711225753.1073989-2-seanjc@google.com
tools/testing/selftests/kvm/x86_64/monitor_mwait_test.c