Searched refs:tls_authz (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/ |
H A D | blockdev-nbd.c | 166 const char *tls_authz, uint32_t max_connections, in nbd_server_start() argument 197 nbd_server->tlsauthz = g_strdup(tls_authz); in nbd_server_start() 214 nbd_server_start(arg->addr, arg->tls_creds, arg->tls_authz, in nbd_server_start_options() 220 const char *tls_authz, in qmp_nbd_server_start() argument 230 nbd_server_start(addr_flat, tls_creds, tls_authz, max_connections, errp); in qmp_nbd_server_start()
|
/openbmc/qemu/migration/ |
H A D | options.c | 162 DEFINE_PROP_STRING("tls-authz", MigrationState, parameters.tls_authz), 802 return s->parameters.tls_authz; in migrate_tls_authz() 873 params->tls_authz = g_strdup(s->parameters.tls_authz ? in qmp_query_migrate_parameters() 874 s->parameters.tls_authz : ""); in qmp_query_migrate_parameters() 1294 if (params->tls_authz) { in migrate_params_apply() 1295 g_free(s->parameters.tls_authz); in migrate_params_apply() 1296 assert(params->tls_authz->type == QTYPE_QSTRING); in migrate_params_apply() 1297 s->parameters.tls_authz = g_strdup(params->tls_authz->u.s); in migrate_params_apply() 1409 if (params->tls_authz in qmp_migrate_set_parameters() 1410 && params->tls_authz->type == QTYPE_QNULL) { in qmp_migrate_set_parameters() [all …]
|
H A D | migration-hmp-cmds.c | 314 params->tls_authz); in hmp_info_migrate_parameters() 530 p->tls_authz = g_new0(StrOrNull, 1); in hmp_migrate_set_parameter() 531 p->tls_authz->type = QTYPE_QSTRING; in hmp_migrate_set_parameter() 532 visit_type_str(v, param, &p->tls_authz->u.s, &err); in hmp_migrate_set_parameter()
|
/openbmc/qemu/include/chardev/ |
H A D | char-socket.h | 56 char *tls_authz; member
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 846 s->tls_authz, in tcp_chr_tls_init() 1116 g_free(s->tls_authz); in char_socket_finalize() 1331 if (sock->tls_authz && !sock->tls_creds) { in qmp_chardev_validate_socket() 1414 s->tls_authz = g_strdup(sock->tls_authz); in qmp_chardev_open_socket() 1528 sock->tls_authz = g_strdup(qemu_opt_get(opts, "tls-authz")); in qemu_chr_parse_socket()
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 432 const char *tls_authz, uint32_t max_connections,
|