qemu-ga: adding vss-[un]install options
commit5e031072e71eebab3d7d2ea4609e84bc928d893e
authorYossi Hindin <yhindin@redhat.com>
Wed, 6 May 2015 11:57:37 +0000 (6 14:57 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Jun 2015 14:03:46 +0000 (17 16:03 +0200)
treea78b1f08cdce3469d05717c54e9a6538931d328e
parent67633bb4f7743be2cb2e70b61e482ab92bf1724e
qemu-ga: adding vss-[un]install options

Existing command line options include '-s install' and '-s uninstall'.
These options install/uninstall both Windows QEMU GA service
and optional VSS COM server. The QEMU GA Windows service allows
always-on serving guest agent's QMP commands and VSS COM server
enables guest agent integration with Volume Shadow Service.

This commit introdices new options '-s vss-install' and '-s vss-uninstall',
affecting only GA VSS COM server registration. The new options are useful
for registering and unregistering the COM server during MSI installation,
upgrade and uninstallation.

Signed-off-by: Yossi Hindin <yhindin@redhat.com>
Message-Id: <1430913460-13174-2-git-send-email-yhindin@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qga/main.c