commit | f342cc93ec918d684e8a6f6e646551a9c7fbc019 | [log] [tgz] |
---|---|---|
author | Sameeh Jubran <sameeh@daynix.com> | Thu Mar 23 18:26:50 2017 +0200 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Wed Apr 26 23:56:46 2017 -0500 |
tree | 716d871a6745b5a2d1daa450350a15b5d1c74949 | |
parent | 81b2d5ceb0cfb4cdc2163492e3169ed714b0cda9 [diff] |
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>