Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc.c280 client->info->websocket = client->websocket; in vnc_client_cache_addr()
334 info->websocket = client->websocket; in qmp_query_vnc_client()
442 bool websocket, in qmp_query_server_entry() argument
464 info->websocket = websocket; in qmp_query_server_entry()
3242 bool skipauth, bool websocket) in vnc_connect() argument
3280 if (websocket) { in vnc_connect()
3289 sioc, websocket, vs->auth, vs->subauth); in vnc_connect()
3302 if (websocket) { in vnc_connect()
3303 vs->websocket = 1; in vnc_connect()
3341 if (!vs->websocket) { in vnc_connect()
[all …]
H A Dvnc.h302 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
301 '*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.c1349 if (sock->has_websocket && sock->websocket) { in qmp_chardev_validate_socket()
1383 bool is_websock = sock->has_websocket ? sock->websocket : false; in qmp_chardev_open_socket()
1519 sock->websocket = qemu_opt_get_bool(opts, "websocket", false); in qemu_chr_parse_socket()
/qemu/
H A Dqemu-options.hx2495 ``websocket=on|off``
2497 Websocket connections. If a bare websocket option is given, the
2499 specified with the syntax ``websocket``\ =port.
2502 host. It is possible to control the websocket listen address
2503 independently, using the syntax ``websocket``\ =host:port.
2506 ``websocket``\ =unix:path, where path is the location of a unix socket
2509 If no TLS credentials are provided, the websocket connection
2511 websocket connection requires encrypted client connections.
2543 and the websocket socket (if enabled). Setting TLS credentials
3728 …" [,server=on|off][,wait=on|off][,telnet=on|off][,websocket=on|off][,reconnect-ms=millisec…
[all …]