Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/migration/
H A Dframework.c485 *from = qtest_init_ext(QEMU_ENV_SRC, cmd_source, capabilities, true); in migrate_postcopy_prepare()
492 *to = qtest_init_ext(QEMU_ENV_DST, cmd_target, capabilities, in migrate_postcopy_prepare()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h85 * qtest_init_ext:
98 QTestState *qtest_init_ext(const char *var, const char *extra_args,
114 * qtest_init_ext. Does not handshake with the monitor.
H A Dlibqtest.c586 QTestState *qtest_init_ext(const char *var, const char *extra_args, in qtest_init_ext()
625 return qtest_init_ext(NULL, extra_args, NULL, true); in qtest_init_with_serial()
1687 qts = qtest_init_ext(var, "-machine none", NULL, true); in qtest_get_machines()
1742 qts = qtest_init_ext(NULL, "-machine none", NULL, true); in qtest_get_cpu_models()
577 QTestState *qtest_init_ext(const char *var, const char *extra_args, qtest_init_ext() function