We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bb584 commit 0048ca5Copy full SHA for 0048ca5
tools/testing/selftests/kvm/x86/monitor_mwait_test.c
@@ -74,6 +74,7 @@ int main(int argc, char *argv[])
74
int testcase;
75
char test[80];
76
77
+ TEST_REQUIRE(this_cpu_has(X86_FEATURE_MWAIT));
78
TEST_REQUIRE(kvm_has_cap(KVM_CAP_DISABLE_QUIRKS2));
79
80
ksft_print_header();
0 commit comments