Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-nbd.c408 static SocketAddress *nbd_build_socket_address(const char *sockpath, in nbd_build_socket_address() argument
415 if (sockpath) { in nbd_build_socket_address()
417 saddr->u.q_unix.path = g_strdup(sockpath); in nbd_build_socket_address()
491 const char *sockpath, in socket_activation_validate_opts() argument
501 if (sockpath != NULL) { in socket_activation_validate_opts()
540 char *sockpath = NULL; in main() local
734 sockpath = optarg; in main()
735 if (sockpath[0] != '/') { in main()
852 if (!sockpath) { in main()
858 sockpath, in main()
[all …]
/openbmc/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)
/openbmc/qemu/tests/functional/qemu_test/
H A Dtestcase.py181 sockpath = os.environ.get("QEMU_TEST_QMP_BACKDOOR", None)
182 if sockpath is not None:
/openbmc/qemu/docs/about/
H A Demulation.rst583 -plugin ./contrib/plugins/liblockstep.so,sockpath=lockstep-sparc.sock \