Home
last modified time | relevance | path

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

/openbmc/qemu/tests/
H A Dvhost-user-bridge.c766 static const char *ud_socket_path = DEFAULT_UD_SOCKET; variable
794 ud_socket_path = strdup(optarg); in main()
807 DPRINT("ud socket: %s (%s)\n", ud_socket_path, in main()
812 dev = vubr_new(ud_socket_path, client); in main()