search for: 274db19

Displaying 1 result from an estimated 1 matches for "274db19".

Did you mean: 274,19
2012 Feb 08
7
[PATCH] libxl: Set VNC password through QMP
..._qmp_vnc_password(libxl__gc *gc, int domid, char *password); /* close and free the QMP handler */ _hidden void libxl__qmp_close(libxl__qmp_handler *qmp); /* remove the socket file, if the file has already been removed, diff --git a/tools/libxl/libxl_qmp.c b/tools/libxl/libxl_qmp.c index 1777e44..274db19 100644 --- a/tools/libxl/libxl_qmp.c +++ b/tools/libxl/libxl_qmp.c @@ -879,6 +879,43 @@ out: return rc; } +static int qmp_change(libxl__gc *gc, int domid, + char *device, char *target, char *arg) +{ + libxl__qmp_handler *qmp = NULL; + flexarray_t *parameters = NUL...