Searched refs:sock_path (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | spice-app.c | 44 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 D | lockstep.c | 364 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 D | libqtest.c | 653 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 D | vhost-user-blk-test.c | 914 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 D | qemu-storage-daemon.rst | 205 sock_path = '/var/run/qmp.sock' 208 listen_sock.bind(sock_path) 226 qmp_sock.connect(sock_path)
|