Statistics
| Branch: | Revision:

root / qga / vss-win32 / Makefile.objs @ 4c1b8f1e

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
b39297ae 09/09/2013 10:17 pm Tomoki Sekiyama

qemu-ga: Add Windows VSS provider and requester as DLL

Adds VSS provider and requester as a qga-vss.dll, which is loaded by
Windows VSS service as well as by qemu-ga.

"provider.cpp" implements a basic stub of a software VSS provider.
Currently, this module only relays a frozen event from VSS service to the...