Re: [Qemu-devel] [PATCH v6 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-15 Thread Tomoki Sekiyama
Hi Baiqing, Thank you for reporting the problem. I found a initialization issue for the Windows service thread in the v6 patch. The patch attached should fix the problem. I will submit the v7 patch including this soon. Thanks, Tomoki Sekiyama On 7/15/13 5:23 , "Libaiqing" wrote: >Hi tomoki,

Re: [Qemu-devel] [PATCH v6 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-15 Thread Libaiqing
Hi tomoki, I test the patch v6. When calling the command " guest-fsfreeze-freeze ", an error occurs. The desc is "{"error": {"class": "GenericError", "desc": "failed to initialize for backup: (error: 80042302)"}}" The eventlog in the guest is : EventID 8193;CoCreateInstanceerror h

[Qemu-devel] [PATCH v6 00/10] qemu-ga: fsfreeze on Windows using VSS

2013-07-10 Thread Tomoki Sekiyama
Hi, This is v6 of patch series to add fsfreeze for Windows qemu-guest-agent. changes from v5: - Move VSS requester code into the DLL -- Merge patch v5 06/11(add provider) and patch v5 08/11(add requester) (-> patch v6 07/10) -- Rename qga-provider.dll to qga-vss.dll -- Rearrange f