Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtpm-util.c225 char *src_qemu_args, *dst_qemu_args; in tpm_util_migration_start_qemu() local
236 dst_qemu_args = g_strdup_printf( in tpm_util_migration_start_qemu()
246 *dst_qemu = qtest_init(dst_qemu_args); in tpm_util_migration_start_qemu()
249 g_free(dst_qemu_args); in tpm_util_migration_start_qemu()
H A Ddbus-vmstate-test.c175 g_autofree char *dst_qemu_args = NULL; in test_dbus_vmstate() local
221 dst_qemu_args = in test_dbus_vmstate()
226 dst_qemu = qtest_init(dst_qemu_args); in test_dbus_vmstate()