Searched refs:ssh_opts (Results 1 – 1 of 1) sorted by relevance
959 BlockdevCreateOptionsSsh *ssh_opts; in ssh_co_create_opts() local965 ssh_opts = &create_options->u.ssh; in ssh_co_create_opts()968 ssh_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in ssh_co_create_opts()970 trace_ssh_co_create_opts(ssh_opts->size); in ssh_co_create_opts()978 ssh_opts->location = ssh_parse_options(uri_options, errp); in ssh_co_create_opts()979 if (ssh_opts->location == NULL) { in ssh_co_create_opts()