Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1638 char *alias_of; in qtest_get_machines()
1760 qobj = qdict_get(minfo, "alias_of"); in qtest_has_cpu_model()
1764 cpus[idx].alias_of = g_strdup(qstring_get_str(qstr)); in qtest_has_cpu_model()
1766 cpus[idx].alias_of = NULL; in qtest_has_cpu_model()
1792 (cpus[i].alias_of && g_str_equal(cpu, cpus[i].alias_of))) { in qtest_cb_for_every_machine()
1610 char *alias_of; global() member