Displaying 1 result from an estimated 1 matches for "vncviewer_autopass".
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
...ff -r 4e1d091d10d8 -r 46f8afe643de tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Fri Mar 16 15:24:25 2012 +0000
+++ b/tools/libxl/xl_cmdimpl.c Tue Mar 20 15:36:49 2012 +0000
@@ -1347,6 +1347,8 @@
int dryrun;
int quiet;
int console_autoconnect;
+ int vncviewer;
+ int vncviewer_autopass;
const char *config_file;
const char *extra_config; /* extra config string */
const char *restore_file;
@@ -3306,11 +3308,12 @@
int main_create(int argc, char **argv)
{
const char *filename = NULL;
+ char *dom = NULL;
char *p;
char extra_config[1024];
struct...