Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc.c282 client->info->websocket = client->websocket; in vnc_client_cache_addr()
336 info->websocket = client->websocket; in qmp_query_vnc_client()
466 info->websocket = websocket; in qmp_query_server_entry()
3281 if (websocket) { in vnc_connect()
3303 if (websocket) { in vnc_connect()
3304 vs->websocket = 1; in vnc_connect()
3342 if (!vs->websocket) { in vnc_connect()
3610 bool websocket, in vnc_display_setup_auth() argument
3660 if (websocket || !tlscreds) { in vnc_display_setup_auth()
3750 if (websocket) { in vnc_display_get_address()
[all …]
H A Dvnc.h303 bool websocket; member
H A Dui-hmp-cmds.c110 info->websocket ? " (Websocket)" : ""); in hmp_info_VncBasicInfo()
/qemu/qapi/
H A Dchar.json271 # @websocket: enable websocket protocol on server sockets
289 '*websocket': 'bool',
H A Dui.json480 # @websocket: true in case the socket is a websocket (since 2.3).
488 'websocket': 'bool' },
496 # @auth: authentication method used for the plain (non-websocket) VNC
629 # also may have multiple entries: normal + websocket, possibly
/qemu/chardev/
H A Dchar-socket.c1345 if (sock->has_websocket && sock->websocket) { in qmp_chardev_validate_socket()
1373 bool is_websock = sock->has_websocket ? sock->websocket : false; in qmp_chardev_open_socket()
1503 sock->websocket = qemu_opt_get_bool(opts, "websocket", false); in qemu_chr_parse_socket()
/qemu/
H A Dqemu-options.hx2511 ``websocket=on|off``
2513 Websocket connections. If a bare websocket option is given, the
2515 specified with the syntax ``websocket``\ =port.
2518 host. It is possible to control the websocket listen address
2519 independently, using the syntax ``websocket``\ =host:port.
2522 ``websocket``\ =unix:path, where path is the location of a unix socket
2525 If no TLS credentials are provided, the websocket connection
2527 websocket connection requires encrypted client connections.
2559 and the websocket socket (if enabled). Setting TLS credentials
3871 ``websocket=on|off`` specifies that the socket uses WebSocket protocol for
[all …]