Lines Matching refs:qemu_opt_get
1471 const char *path = qemu_opt_get(opts, "path"); in qemu_chr_parse_socket()
1472 const char *host = qemu_opt_get(opts, "host"); in qemu_chr_parse_socket()
1473 const char *port = qemu_opt_get(opts, "port"); in qemu_chr_parse_socket()
1474 const char *fd = qemu_opt_get(opts, "fd"); in qemu_chr_parse_socket()
1497 if (qemu_opt_get(opts, "delay") && qemu_opt_get(opts, "nodelay")) { in qemu_chr_parse_socket()
1502 qemu_opt_get(opts, "delay") || in qemu_chr_parse_socket()
1503 qemu_opt_get(opts, "nodelay"); in qemu_chr_parse_socket()
1514 sock->has_telnet = qemu_opt_get(opts, "telnet"); in qemu_chr_parse_socket()
1516 sock->has_tn3270 = qemu_opt_get(opts, "tn3270"); in qemu_chr_parse_socket()
1518 sock->has_websocket = qemu_opt_get(opts, "websocket"); in qemu_chr_parse_socket()
1531 sock->tls_creds = g_strdup(qemu_opt_get(opts, "tls-creds")); in qemu_chr_parse_socket()
1532 sock->tls_authz = g_strdup(qemu_opt_get(opts, "tls-authz")); in qemu_chr_parse_socket()
1552 .has_to = qemu_opt_get(opts, "to"), in qemu_chr_parse_socket()
1554 .has_ipv4 = qemu_opt_get(opts, "ipv4"), in qemu_chr_parse_socket()
1556 .has_ipv6 = qemu_opt_get(opts, "ipv6"), in qemu_chr_parse_socket()