Searched refs:socket_path (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/tools/i386/ |
| H A D | qemu-vmsr-helper.c | 51 static char *socket_path; variable 68 socket_path = g_build_filename(state, "run", "qemu-vmsr-helper.sock", NULL); in compute_default_paths() 187 , name, pidfile, socket_path); in usage() 387 g_free(socket_path); in main() 388 socket_path = g_strdup(optarg); in main() 390 if (socket_path[0] != '/') { in main() 469 .u.q_unix.path = socket_path, in main() 527 info_report("Listening on %s", socket_path); in main()
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_migration.py | |
| /openbmc/qemu/target/i386/kvm/ |
| H A D | vmsr_energy.c | 50 g_autofree char *socket_path = NULL; in vmsr_open_socket() local 52 socket_path = g_strdup(path); in vmsr_open_socket() 56 .u.q_unix.path = socket_path in vmsr_open_socket()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | vhost-user-test.c | 154 gchar *socket_path; member 206 s->chr_name, s->socket_path, in append_vhost_net_opts() 219 s->chr_name, s->socket_path, in append_vhost_gpio_opts() 589 server->socket_path = g_strdup_printf("%s/%s.sock", tmpfs, name); in test_server_new() 616 server->socket_path, opt); in test_server_create_chr() 643 unlink(server->socket_path); in test_server_free() 644 g_free(server->socket_path); in test_server_free()
|
| H A D | libqtest.c | 111 static int init_socket(const char *socket_path) in init_socket() 113 int sock = qtest_socket_server(socket_path); in init_socket() 454 g_autofree gchar *socket_path = qtest_socket_path("sock"); in qtest_spawn_qemu() 472 socket_path, in qtest_init_internal() 494 g_autofree gchar *socket_path = qtest_socket_path("sock"); in qtest_init_internal() 504 unlink(socket_path); in qtest_init_internal() 508 sock = init_socket(socket_path); in qtest_init_internal() 548 g_autofree gchar *socket_path = qtest_socket_path("sock"); in qtest_connect() 556 unlink(socket_path); in qtest_init_without_qmp_handshake() 839 int qtest_socket_server(const char *socket_path) 110 init_socket(const char * socket_path) init_socket() argument 475 g_autofree gchar *socket_path = qtest_socket_path("sock"); qtest_init_internal() local 540 g_autofree gchar *socket_path = qtest_socket_path("sock"); qtest_connect() local 811 qtest_socket_server(const char * socket_path) qtest_socket_server() argument [all...] |
| H A D | libqtest.h | 244 * @socket_path: the UNIX domain socket path 248 int qtest_socket_server(const char *socket_path);
|
| /openbmc/qemu/include/system/ |
| H A D | kvm_int.h | 72 char *socket_path; member
|
| /openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
| H A D | rest_dbus.py | 1129 socket_path = socket_name 1133 sock.connect(socket_path)
|