Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dhd-geo-test.c698 char *joined_args; in test_override() local
702 joined_args = g_strjoinv(" ", args->argv); in test_override()
704 qts = qtest_initf("-machine %s %s", arch, joined_args); in test_override()
709 g_free(joined_args); in test_override()
901 char *joined_args; in test_override_hot_unplug() local
906 joined_args = g_strjoinv(" ", args->argv); in test_override_hot_unplug()
908 qts = qtest_initf("%s", joined_args); in test_override_hot_unplug()
926 g_free(joined_args); in test_override_hot_unplug()