Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmigration-helpers.c399 if (qtest_has_machine_with_env(var2, type1)) { in find_common_machine_version()
403 if (qtest_has_machine_with_env(var1, type2)) { in find_common_machine_version()
H A Dlibqtest.h950 bool qtest_has_machine_with_env(const char *var, const char *machine);
H A Dlibqtest.c1678 bool qtest_has_machine_with_env(const char *var, const char *machine) in qtest_has_machine_with_env() function
1697 return qtest_has_machine_with_env(NULL, machine); in qtest_has_machine()