qemu-e2k/qga/vss-win32
Tomoki Sekiyama d9e1f574cb qga: vss-win32: Fix interference with snapshot deletion by other VSS request
When a VSS requester such as vshadow.exe or diskshadow.exe requests to
delete snapshots, qemu-ga VSS provider's DeleteSnapshots() is also called
and returns E_NOTIMPL, that makes the deletion fail.
To avoid this issue, return S_OK and set values that represent no snapshots
are deleted by qemu-ga VSS provider.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
Reviewed-by: Gal Hammer <ghammer@redhat.com>
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2014-02-23 13:11:52 -06:00
..
Makefile.objs
install.cpp qemu-ga: vss-win32: Install VSS provider COM+ application service 2013-11-22 15:14:05 -06:00
provider.cpp qga: vss-win32: Fix interference with snapshot deletion by other VSS request 2014-02-23 13:11:52 -06:00
qga-vss.def
qga-vss.idl
qga-vss.tlb
requester.cpp qga: vss-win32: Fix interference with snapshot creation by other VSS requesters 2014-02-23 13:11:26 -06:00
requester.h qga: Fix compilation for old versions of MinGW 2013-11-13 15:59:06 +04:00
vss-common.h