Re: [Qemu-devel] [RFC PATCH v3 06/11] qemu-ga: Add Windows VSS requester to quisce applications and filesystems

2013-05-30 Thread Tomoki Sekiyama
Jeff Cody wrote: On Tue, May 21, 2013 at 11:33:57AM -0400, Tomoki Sekiyama wrote: +HRESULT hr = WaitForAsync(pAsyncSnapshot); +if (hr == VSS_E_OBJECT_NOT_FOUND) { When I tried compiling, I received a warning that this is a signed / unsigned comparison. I think, from the

Re: [Qemu-devel] [RFC PATCH v3 06/11] qemu-ga: Add Windows VSS requester to quisce applications and filesystems

2013-05-28 Thread Jeff Cody
On Tue, May 21, 2013 at 11:33:57AM -0400, Tomoki Sekiyama wrote: Add VSS requester functions for to qemu-ga. This provides facility to request VSS service in Windows guest to quisce applications and filesystems. This function is only supported in Windows 2003 or later. In older guests, this

[Qemu-devel] [RFC PATCH v3 06/11] qemu-ga: Add Windows VSS requester to quisce applications and filesystems

2013-05-21 Thread Tomoki Sekiyama
Add VSS requester functions for to qemu-ga. This provides facility to request VSS service in Windows guest to quisce applications and filesystems. This function is only supported in Windows 2003 or later. In older guests, this function does nothing. In several versions of Windows which don't

Re: [Qemu-devel] [RFC PATCH v3 06/11] qemu-ga: Add Windows VSS requester to quisce applications and filesystems

2013-05-21 Thread Eric Blake
On 05/21/2013 09:33 AM, Tomoki Sekiyama wrote: Add VSS requester functions for to qemu-ga. This provides facility to request VSS service in Windows guest to quisce s/quisce/quiesce/ applications and filesystems. This function is only supported in Windows 2003 or later. In older guests, this

Re: [Qemu-devel] [RFC PATCH v3 06/11] qemu-ga: Add Windows VSS requester to quisce applications and filesystems

2013-05-21 Thread Tomoki Sekiyama
On 5/21/13 12:56 , Eric Blake ebl...@redhat.com wrote: On 05/21/2013 09:33 AM, Tomoki Sekiyama wrote: Add VSS requester functions for to qemu-ga. This provides facility to request VSS service in Windows guest to quisce s/quisce/quiesce/ Oops, thanks again. applications and filesystems. This