]> Git Repo - qemu.git/commit
ui: fix regression in x509verify parameter for VNC server
authorDaniel P. Berrange <[email protected]>
Tue, 10 Mar 2015 16:27:34 +0000 (16:27 +0000)
committerGerd Hoffmann <[email protected]>
Thu, 12 Mar 2015 07:22:12 +0000 (08:22 +0100)
commit8c7d06457311b13bc65c9b24df5d895b2826b8c5
treec69d51f06879eb07a5715d0a07def27df7196330
parente556032960eaa403da6069aa9abf4dcaddefd710
ui: fix regression in x509verify parameter for VNC server

The 'x509verify' parameter is documented as taking a path to the
x509 certificates, ie the same syntax as the 'x509' parameter.

  commit 4db14629c38611061fc19ec6927405923de84f08
  Author: Gerd Hoffmann <[email protected]>
  Date:   Tue Sep 16 12:33:03 2014 +0200

    vnc: switch to QemuOpts, allow multiple servers

caused a regression by turning 'x509verify' into a boolean
parameter instead. This breaks setup from libvirt and is not
consistent with the docs.

Signed-off-by: Daniel P. Berrange <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/vnc.c
This page took 0.024393 seconds and 4 git commands to generate.