Searched refs:output_options (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | nbd.c | 1676 static bool nbd_process_legacy_socket_options(QDict *output_options, in nbd_process_legacy_socket_options() argument 1689 for (e = qdict_first(output_options); e; e = qdict_next(output_options, e)) in nbd_process_legacy_socket_options() 1707 qdict_put_str(output_options, "server.type", "unix"); in nbd_process_legacy_socket_options() 1708 qdict_put_str(output_options, "server.path", path); in nbd_process_legacy_socket_options() 1710 qdict_put_str(output_options, "server.type", "inet"); in nbd_process_legacy_socket_options() 1711 qdict_put_str(output_options, "server.host", host); in nbd_process_legacy_socket_options() 1712 qdict_put_str(output_options, "server.port", in nbd_process_legacy_socket_options()
|