qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

qga: Installer: Wait for installation to finish

Installation might fail if we don't wait for the provider
unregisteration process to finish.

Signed-off-by: Sameeh Jubran <sjubran@redhat.com>
Signed-off-by: Basil Salman <basil@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

authored by

Basil Salman and committed by
Michael Roth
bb1ce44b 62a43e53

+1 -1
+1 -1
qga/installer/qemu-ga.wxs
··· 81 81 Arguments="-d --retry-path" 82 82 > 83 83 </ServiceInstall> 84 - <ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="QEMU-GA" Wait="no" /> 84 + <ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="QEMU-GA" Wait="yes" /> 85 85 </Component> 86 86 <?ifdef var.InstallVss?> 87 87 <Component Id="qga_vss_dll" Guid="{CB19C453-FABB-4BB1-ABAB-6B74F687BFBB}">