summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPetr Benes <w.benny@outlook.com>2020-07-16 14:55:17 +0200
committerCole Robinson <crobinso@redhat.com>2020-07-16 14:52:03 -0400
commit2862b682928d1162929c7e41d5251194d778c687 (patch)
treea9c91918ccdb69c427dfbcf5e331061d489ffa20 /man
parent8a085bfea1b932129a4c92db7da30bda5c528c5b (diff)
downloadvirt-manager-2862b682928d1162929c7e41d5251194d778c687.tar.gz
cli: Add --graphics websocket= support
Add a --graphics websocket option to configure VNC WebSocket port as described in https://libvirt.org/formatdomain.html#elementsGraphics Reviewed-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 058b9364..7e90f89a 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -1212,6 +1212,14 @@ console. This is used by 'vnc' and 'spice'
Specify the spice tlsport.
+=item B<websocket>
+
+Request a VNC WebSocket port for the guest console.
+
+If -1 is specified, the WebSocket port is auto-allocated.
+
+This is used by 'vnc' and 'spice'
+
=item B<listen>
Address to listen on for VNC/Spice connections. Default is typically 127.0.0.1