提交 c69403fc 编写于 作者: Y Yossi Hindin 提交者: Paolo Bonzini

qemu-ga: debug printouts to help troubleshoot installation

Debug printouts extended, helps installation troubleshooting
Signed-off-by: NYossi Hindin <yhindin@redhat.com>
Message-Id: <1430913460-13174-3-git-send-email-yhindin@redhat.com>
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 5e031072
...@@ -306,7 +306,7 @@ static gboolean ga_channel_open(GAChannel *c, GAChannelMethod method, ...@@ -306,7 +306,7 @@ static gboolean ga_channel_open(GAChannel *c, GAChannelMethod method,
OPEN_EXISTING, OPEN_EXISTING,
FILE_FLAG_NO_BUFFERING | FILE_FLAG_OVERLAPPED, NULL); FILE_FLAG_NO_BUFFERING | FILE_FLAG_OVERLAPPED, NULL);
if (c->handle == INVALID_HANDLE_VALUE) { if (c->handle == INVALID_HANDLE_VALUE) {
g_critical("error opening path"); g_critical("error opening path %s", newpath);
return false; return false;
} }
......
...@@ -721,6 +721,7 @@ GList *ga_command_blacklist_init(GList *blacklist) ...@@ -721,6 +721,7 @@ GList *ga_command_blacklist_init(GList *blacklist)
} }
if (!vss_init(true)) { if (!vss_init(true)) {
g_debug("vss_init failed, vss commands are going to be disabled");
const char *list[] = { const char *list[] = {
"guest-get-fsinfo", "guest-fsfreeze-status", "guest-get-fsinfo", "guest-fsfreeze-status",
"guest-fsfreeze-freeze", "guest-fsfreeze-thaw", NULL}; "guest-fsfreeze-freeze", "guest-fsfreeze-thaw", NULL};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册