Hello, These patches are to fix recent build failures of qemu-guest-agent for Windows when fsfreeze using VSS is enabled by:
./configure --cross-prefix=i686-w64-mingw32- --with-vss-sdk=yes --- Tomoki Sekiyama (2): Makefile: add qga-vss-dll-obj-y to nested variables vss-win32: Fix build with mingw64-headers-3.1.0 Makefile | 1 + qga/vss-win32/install.cpp | 3 +++ 2 files changed, 4 insertions(+) -- Tomoki Sekiyama