[libvirt] [PATCH] libxl: support VNC passwd

Martin Kletzander mkletzan at redhat.com
Tue May 12 11:46:26 UTC 2015


On Fri, May 08, 2015 at 04:44:14PM -0600, Jim Fehlig wrote:
>While implementing support for SPICE, noticed VNC passwd was never

s/, n/, I n/ ?

>copied to libxl_device_vfb's vnc.passwd field.
>

ACK

>Signed-off-by: Jim Fehlig <jfehlig at suse.com>
>---
> src/libxl/libxl_conf.c | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c
>index fccada5..35b1d04 100644
>--- a/src/libxl/libxl_conf.c
>+++ b/src/libxl/libxl_conf.c
>@@ -1283,6 +1283,8 @@ libxlMakeVfb(virPortAllocatorPtr graphicsports,
>                 if (VIR_STRDUP(x_vfb->vnc.listen, listenAddr) < 0)
>                     return -1;
>             }
>+            if (VIR_STRDUP(x_vfb->vnc.passwd, l_vfb->data.vnc.auth.passwd) < 0)
>+                return -1;
>             if (VIR_STRDUP(x_vfb->keymap, l_vfb->data.vnc.keymap) < 0)
>                 return -1;
>             break;
>--
>1.8.4.5
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150512/664daf71/attachment-0001.sig>


More information about the libvir-list mailing list