Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dreadconfig-test.c27 g_autofree char *cfgpath = NULL; in qtest_init_with_config() local
31 cfgfd = g_file_open_tmp("readconfig-test-XXXXXX", &cfgpath, &error); in qtest_init_with_config()
38 unlink(cfgpath); in qtest_init_with_config()
42 args = g_strdup_printf("-nodefaults -machine none -readconfig %s", cfgpath); in qtest_init_with_config()
46 unlink(cfgpath); in qtest_init_with_config()