Home
last modified time | relevance | path

Searched refs:assert_has_not_feature (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c139 #define assert_has_not_feature(qts, cpu_type, feature) \ macro
456 assert_has_not_feature(qts, "cortex-a15", "aarch64"); in test_query_cpu_model_expansion()
463 assert_has_not_feature(qts, "max", "kvm-no-adjvtime"); in test_query_cpu_model_expansion()
464 assert_has_not_feature(qts, "max", "kvm-steal-time"); in test_query_cpu_model_expansion()
625 assert_has_not_feature(qts, "host", "aarch64"); in test_query_cpu_model_expansion_kvm()
626 assert_has_not_feature(qts, "host", "pmu"); in test_query_cpu_model_expansion_kvm()
627 assert_has_not_feature(qts, "host", "sve"); in test_query_cpu_model_expansion_kvm()
628 assert_has_not_feature(qts, "host", "kvm-steal-time"); in test_query_cpu_model_expansion_kvm()