]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
qapi/ui: add 'display-update' command for changing listen address
authorVladimir Sementsov-Ogievskiy <vladimir.sementsov-ogievskiy@openvz.org>
Fri, 1 Apr 2022 14:39:35 +0000 (17:39 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 27 Apr 2022 05:51:01 +0000 (07:51 +0200)
commitabea19468e94821d098e546f0cafc9da759bc929
tree4e896db7c8df22c6e9c42b142985354d55bd332e
parentd708f99d8508ca6de2ff07cf9723334e6c8ecacd
qapi/ui: add 'display-update' command for changing listen address

Add possibility to change addresses where VNC server listens for new
connections. Prior to 6.0 this functionality was available through
'change' qmp command which was deleted.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@openvz.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220401143936.356460-3-vsementsov@openvz.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
docs/about/removed-features.rst
include/ui/console.h
monitor/qmp-cmds.c
qapi/ui.json
ui/vnc.c