At the moment the only easy way to get at these is to strace xl.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
char *path, *logfile;
int logfile_w, null;
int rc;
- char **args;
+ char **args, **arg;
libxl__spawner_starting buf_starting, *p;
xs_transaction_t t;
char *vm_path;
}
}
+ LIBXL__LOG(CTX, XTL_DEBUG, "Spawning device-model %s with arguments:", dm);
+ for (arg = args; *arg; arg++)
+ LIBXL__LOG(CTX, XTL_DEBUG, " %s", *arg);
+
rc = libxl__spawn_spawn(gc, p->for_spawn, "device model",
libxl_spawner_record_pid, p);
if (rc < 0)