summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Roth2018-10-07 13:02:21 +0200
committerMichael Roth2018-10-31 15:04:20 +0100
commitebc88c0ecf1ab8cb64cea9cf7973d05a12ed45e6 (patch)
tree63f9c35429de5b772513da93bd13ece50a41b784
parentqga: add --retry-path option for re-initializing channel on failure (diff)
downloadqemu-ebc88c0ecf1ab8cb64cea9cf7973d05a12ed45e6.tar.gz
qemu-ebc88c0ecf1ab8cb64cea9cf7973d05a12ed45e6.tar.xz
qemu-ebc88c0ecf1ab8cb64cea9cf7973d05a12ed45e6.zip
qga-win: install service with --retry-path set by default
It's nicer from a management perspective that the agent can survive hotplug/unplug of the channel device, or be started prior to the installation of the channel device's driver without and still be able to resume normal function afterward. On linux there are alternatives like systemd to support this, but on w32 --retry-path is the only option so it makes sense to set it by default when installed as a w32 service. Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
-rw-r--r--qga/installer/qemu-ga.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs
index f751a7e9f7..64bf90bd85 100644
--- a/qga/installer/qemu-ga.wxs
+++ b/qga/installer/qemu-ga.wxs
@@ -78,7 +78,7 @@
Account="LocalSystem"
ErrorControl="ignore"
Interactive="no"
- Arguments="-d"
+ Arguments="-d --retry-path"
>
</ServiceInstall>
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="QEMU-GA" Wait="no" />