Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-nbd.c413 if (sockpath) { in nbd_build_socket_address()
415 saddr->u.q_unix.path = g_strdup(sockpath); in nbd_build_socket_address()
499 if (sockpath != NULL) { in socket_activation_validate_opts()
538 char *sockpath = NULL; in main() local
731 sockpath = optarg; in main()
732 if (sockpath[0] != '/') { in main()
849 if (!sockpath) { in main()
1034 if (opts.device != NULL && sockpath == NULL) { in main()
1035 sockpath = g_malloc(128); in main()
1216 if (sockpath) { in main()
[all …]
/qemu/python/qemu/qmp/
H A Dqmp_shell.py588 sockpath = "qmp-shell-wrap-%d" % os.getpid()
589 cmd += ["-qmp", "unix:%s" % sockpath]
594 address = shell_class.parse_address(sockpath)
614 os.unlink(sockpath)
/qemu/docs/devel/
H A Dtcg-plugins.rst468 -plugin ./contrib/plugins/liblockstep.so,sockpath=lockstep-sparc.sock \