]> git.proxmox.com Git - mirror_qemu.git/commit
vnc: allow to connect with add_client when -vnc none
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 28 Mar 2017 16:06:46 +0000 (18:06 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Apr 2017 09:48:55 +0000 (11:48 +0200)
commitfa03cb7fd212bc07f0253db9ea436383ddc6c08f
treef80922f13a2a079b69c7dda48d78e4f4910ce4a4
parent1684907c924140be00950a8a17740377f477a6a6
vnc: allow to connect with add_client when -vnc none

Do not skip VNC initialization, in particular of auth method when vnc is
configured without sockets, since we should still allow connections
through QMP add_client.

Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1434551

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20170328160646.21250-1-marcandre.lureau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c