Home
last modified time | relevance | path

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

/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()
/qemu/contrib/plugins/
H A Dlockstep.c338 g_autofree char *sock_path = NULL; in qemu_plugin_install() local
350 sock_path = tokens[1]; in qemu_plugin_install()
357 if (sock_path == NULL) { in qemu_plugin_install()
362 if (!setup_unix_socket(sock_path)) { in qemu_plugin_install()
/qemu/tests/qtest/
H A Dlibqtest.c572 char *sock_path; in qtest_init_with_serial() local
577 sock_path = g_strdup_printf("%s/sock", sock_dir); in qtest_init_with_serial()
580 sock_fd_init = init_socket(sock_path); in qtest_init_with_serial()
583 sock_path, extra_args); in qtest_init_with_serial()
587 unlink(sock_path); in qtest_init_with_serial()
588 g_free(sock_path); in qtest_init_with_serial()
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()
/qemu/docs/tools/
H A Dqemu-storage-daemon.rst203 sock_path = '/var/run/qmp.sock'
206 listen_sock.bind(sock_path)
224 qmp_sock.connect(sock_path)