Home
last modified time | relevance | path

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

/qemu/tests/qtest/migration/
H A Dmigration-util.c198 if (qtest_has_machine_with_env(var2, type1)) { in find_common_machine_version()
202 if (qtest_has_machine_with_env(var1, type2)) { in find_common_machine_version()
/qemu/tests/qtest/
H A Dlibqtest.h1010 bool qtest_has_machine_with_env(const char *var, const char *machine);
H A Dlibqtest.c1810 bool qtest_has_machine_with_env(const char *var, const char *machine) in qtest_has_machine_with_env() function
1829 return qtest_has_machine_with_env(NULL, machine); in qtest_has_machine()