Re: [Qemu-devel] [PATCH 1/2] qga-win: include glib when building VSS DLL

2019-02-13 Thread Michael Roth
Quoting Daniel P. Berrangé (2019-02-13 03:12:06) > On Tue, Feb 12, 2019 at 03:29:16PM -0600, Michael Roth wrote: > > Commit 3ebee3b191e defined assert() as g_assert(), but when we build > > the VSS DLL component of QGA (to handle fsfreeze) we do not include > > glib, which results in breakage when

Re: [Qemu-devel] [PATCH 1/2] qga-win: include glib when building VSS DLL

2019-02-13 Thread Daniel P . Berrangé
On Tue, Feb 12, 2019 at 03:29:16PM -0600, Michael Roth wrote: > Commit 3ebee3b191e defined assert() as g_assert(), but when we build > the VSS DLL component of QGA (to handle fsfreeze) we do not include > glib, which results in breakage when building with VSS support enabled. > > Fix this by inclu

[Qemu-devel] [PATCH 1/2] qga-win: include glib when building VSS DLL

2019-02-12 Thread Michael Roth
Commit 3ebee3b191e defined assert() as g_assert(), but when we build the VSS DLL component of QGA (to handle fsfreeze) we do not include glib, which results in breakage when building with VSS support enabled. Fix this by including glib. Since the VSS DLL is built statically, this introduces an add