[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: Store VNC passwd in xenstore with QEMU upstream.
# HG changeset patch # User Anthony PERARD <anthony.perard@xxxxxxxxxx> # Date 1339168140 -3600 # Node ID 5b61b5779fcae6c46f3ff35451772fdcb205d2ea # Parent cfbf0c3513d6a75e723542f270376e04436f524c libxl: Store VNC passwd in xenstore with QEMU upstream. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r cfbf0c3513d6 -r 5b61b5779fca tools/libxl/libxl_qmp.c --- a/tools/libxl/libxl_qmp.c Fri Jun 08 16:05:38 2012 +0100 +++ b/tools/libxl/libxl_qmp.c Fri Jun 08 16:09:00 2012 +0100 @@ -928,6 +928,7 @@ int libxl__qmp_initializations(libxl__gc ret = libxl__qmp_query_serial(qmp); if (!ret && vnc && vnc->passwd) { ret = qmp_change(gc, qmp, "vnc", "password", vnc->passwd); + qmp_write_domain_console_item(gc, domid, "vnc-pass", vnc->passwd); } if (!ret) { ret = qmp_query_vnc(qmp); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |