vnc: remove support for deprecated tls, x509, x509verify options
commitec86faa934cb31d97f738134547137f16d17c0d0
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 25 Jul 2018 09:27:51 +0000 (25 10:27 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Aug 2018 06:40:11 +0000 (24 08:40 +0200)
treef2486a1b06d22d84a68f5aec06f568252baaf7c2
parent756b9da71958ea0c8b465e8c7f124c1365010922
vnc: remove support for deprecated tls, x509, x509verify options

The 'tls-creds' option accepts the name of a TLS credentials
object. This replaced the usage of 'tls', 'x509' and 'x509verify'
options in 2.5.0. These deprecated options were grandfathered in
when the deprecation policy was introduded in 2.10.0, so can now
finally be removed.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20180725092751.21767-3-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qemu-deprecated.texi
qemu-options.hx
ui/vnc.c