Lines Matching full:model
25 #define QUERY_HEAD "{ 'execute': 'query-cpu-model-expansion', " \
31 return qtest_qmp(qts, QUERY_HEAD "'model': { 'name': %s }" in do_query_no_props()
49 resp = qtest_qmp(qts, QUERY_HEAD "'model': { 'name': %s, " in do_query()
97 if (!qdict_haskey(qdict, "model")) { in resp_has_props()
100 qdict = qdict_get_qdict(qdict, "model"); in resp_has_props()
113 qdict = qdict_get_qdict(qdict, "model"); in resp_get_props()
191 resp = qtest_qmp(qts, "{ 'execute': 'query-cpu-model-expansion', " in assert_type_full()
193 "'model': { 'name': 'foo' }}}"); in assert_type_full()
207 resp = qtest_qmp(qts, "{ 'execute': 'query-cpu-model-expansion', " in assert_bad_props()
209 "'model': { 'name': %s, " in assert_bad_props()
216 "Invalid parameter type for 'model.props'," in assert_bad_props()
452 /* Test common query-cpu-model-expansion input validation */ in test_query_cpu_model_expansion()
457 assert_error(qts, "max", "Parameter 'model.props.not-a-prop' is unexpected", in test_query_cpu_model_expansion()
650 qtest_add_data_func("/arm/query-cpu-model-expansion", in main()
668 qtest_add_data_func("/arm/kvm/query-cpu-model-expansion", in main()
671 qtest_add_data_func("/arm/kvm/query-cpu-model-expansion/sve-off", in main()
676 qtest_add_data_func("/arm/max/query-cpu-model-expansion/sve-max-vq-8", in main()
678 qtest_add_data_func("/arm/max/query-cpu-model-expansion/sve-off", in main()