Re: [Qemu-devel] [PATCH v2] qga-win: Fix Event Viewer errors caused by qemu-ga

2017-04-13 Thread Michael Roth
Quoting Sameeh Jubran (2017-04-05 07:01:06) > When the command "guest-fsfreeze-freeze" is executed it causes > the VSS service to log the error below in the Event Viewer. This > error is caused by an issue in the function "CommitSnapshots" in > provider.cpp: > > * When VSS_TIMEOUT_MSEC expires the

[Qemu-devel] [PATCH v2] qga-win: Fix Event Viewer errors caused by qemu-ga

2017-04-05 Thread Sameeh Jubran
When the command "guest-fsfreeze-freeze" is executed it causes the VSS service to log the error below in the Event Viewer. This error is caused by an issue in the function "CommitSnapshots" in provider.cpp: * When VSS_TIMEOUT_MSEC expires the funtion returns E_ABORT. This causes the error #12293.