Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvhost-user-blk-test.c901 GString *storage_daemon_command = g_string_new(NULL); in start_vhost_user_blk() local
904 g_string_append_printf(storage_daemon_command, in start_vhost_user_blk()
918 g_string_append_printf(storage_daemon_command, in start_vhost_user_blk()
929 storage_daemon_command->str); in start_vhost_user_blk()
941 execlp("/bin/sh", "sh", "-c", storage_daemon_command->str, NULL); in start_vhost_user_blk()
944 g_string_free(storage_daemon_command, true); in start_vhost_user_blk()