qga-win/msi: fix missing libstdc++-6 DLL in MSI installer
authorMichael Roth <michael.roth@amd.com>
Tue, 3 Aug 2021 03:28:58 +0000 (22:28 -0500)
committerMichael Roth <michael.roth@amd.com>
Tue, 3 Aug 2021 12:01:36 +0000 (07:01 -0500)
commite300858ed4a6d0cbd52b7fb5082d3c69cc371965
tree22314b8d3993573057c8edb0268b92710c90f2d2
parent5f2a8b1fc1422a769e8b36f7b5e9b368f475f9c1
qga-win/msi: fix missing libstdc++-6 DLL in MSI installer

libstdc++ is required for the qga-vss.dll that provides fsfreeze
functionality. Currently it is not provided by the MSI installer,
resulting in fsfreeze being disabled in guest environments where it has
not been installed by other means.

In the future this would be better handled via gcc-cpp ComponentGroup
provided by msitools, but that would be better handled with a general
rework of DLL dependency handling in the installer build. Keep it
simple for now to fix this regression.

Tested with Fedora 34 mingw build environment.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Kostiantyn Kostiuk <konstantin@daynix.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Roth <michael.roth@amd.com>
qga/installer/qemu-ga.wxs