Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c25 static QObject *qom_get(const char *path, const char *prop) in qom_get() function
39 QBool *value = qobject_to(QBool, qom_get(path, prop)); in qom_get_bool()
61 value = qobject_to(QNum, qom_get(path, args->property)); in test_cpuid_prop()
153 present = qobject_to(QList, qom_get(path, "feature-words")); in test_feature_flag()
154 filtered = qobject_to(QList, qom_get(path, "filtered-features")); in test_feature_flag()