Searched refs:qtest_init_ext (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | framework.c | 485 *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 D | libqtest.h | 85 * 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 D | libqtest.c | 586 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
|