diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2017-02-03 12:06:49 +0000 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-09 17:28:49 +0100 |
commit | 396f935a9aff3cefd288bdb2b20024fb9dcfa062 (patch) | |
tree | e3c0468716027935641540daa71fd4bb389e02fd /tests/qapi-schema | |
parent | e998e2090fffe8083af381e41dc30a25e22fc28b (diff) | |
download | qemu-396f935a9aff3cefd288bdb2b20024fb9dcfa062.zip |
ui: add ability to specify multiple VNC listen addresses
This change allows the listen address and websocket address
options for -vnc to be repeated. This causes the VNC server
to listen on multiple addresses. e.g.
$ $QEMU -vnc vnc=localhost:1,vnc=unix:/tmp/vnc,\
websocket=127.0.0.1:8080,websocket=[::]:8081
results in listening on
127.0.0.1:5901, 127.0.0.1:8080, ::1:5901, :::8081 & /tmp/vnc
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170203120649.15637-9-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'tests/qapi-schema')
0 files changed, 0 insertions, 0 deletions