[libvirt] [PATCH] libxl: support VNC passwd

Jim Fehlig jfehlig at suse.com
Tue May 12 21:54:03 UTC 2015


Martin Kletzander wrote:
> 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

Thanks!  I fixed the nit and pushed.

Regards,
Jim

>
>> 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




More information about the libvir-list mailing list