Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dspice-app.c44 static char *sock_path; variable
126 if (sock_path) { in spice_app_atexit()
127 unlink(sock_path); in spice_app_atexit()
132 g_free(sock_path); in spice_app_atexit()
178 sock_path = g_strjoin("", app_dir, "/", "spice.sock", NULL); in spice_app_display_early_init()
182 qemu_opt_set(qopts, "addr", sock_path, &error_abort); in spice_app_display_early_init()
/openbmc/qemu/contrib/plugins/
H A Dlockstep.c364 g_autofree char *sock_path = NULL; in qemu_plugin_install() local
376 sock_path = g_strdup(tokens[1]); in qemu_plugin_install()
383 if (sock_path == NULL) { in qemu_plugin_install()
388 if (!setup_unix_socket(sock_path)) { in qemu_plugin_install()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c653 char *sock_path; in qtest_quit()
658 sock_path = g_strdup_printf("%s/sock", sock_dir); in qtest_quit()
661 sock_fd_init = init_socket(sock_path); in qtest_quit()
664 sock_path, extra_args); in qtest_quit()
668 unlink(sock_path); in socket_send()
669 g_free(sock_path); in socket_send()
625 char *sock_path; qtest_init_with_serial() local
H A Dvhost-user-blk-test.c914 char *sock_path = create_listen_socket(&fd); in start_vhost_user_blk() local
925 i + 1, sock_path); in start_vhost_user_blk()
/openbmc/qemu/docs/tools/
H A Dqemu-storage-daemon.rst205 sock_path = '/var/run/qmp.sock'
208 listen_sock.bind(sock_path)
226 qmp_sock.connect(sock_path)