qemu-ga: Make QGA VSS provider service run only when needed
commitf342cc93ec918d684e8a6f6e646551a9c7fbc019
authorSameeh Jubran <sameeh@daynix.com>
Thu, 23 Mar 2017 16:26:50 +0000 (23 18:26 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 27 Apr 2017 04:56:46 +0000 (26 23:56 -0500)
tree716d871a6745b5a2d1daa450350a15b5d1c74949
parent81b2d5ceb0cfb4cdc2163492e3169ed714b0cda9
qemu-ga: Make QGA VSS provider service run only when needed

Currently the service runs in background on boot even though it is not
needed and once it is running it never stops. The service needs to be
running only during freeze operation and it should be stopped after
executing thaw.

Signed-off-by: Sameeh Jubran <sameeh@daynix.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/vss-win32/install.cpp
qga/vss-win32/install.h [new file with mode: 0644]
qga/vss-win32/requester.cpp