Releases: mdroth/qemu
QEMU Guest Agent v2.7.0 for Windows
This is a build of the QEMU Guest Agent for Windows using the code shipped as part of the QEMU v2.7.0 release. It is distributed in 32-bit and 64-bit version via MSI executables.
This build was created using a Fedora 20 MinGW-w64 build environment, with additional header includes from Microsoft's VSS SDK for filesystem freeze support. The SDK is available from https://www.microsoft.com/en-us/download/details.aspx?id=23490
The build options passed to QEMU for 32-bit build:
configure --target-list=i386-softmmu --extra-cflags=-Wall --cross-prefix=i686-w64-mingw32- --with-vss-sdk=/path/to/vss-headers/
make qemu-ga
and for 64-bit build:
configure --target-list=x86_64-softmmu --extra-cflags=-Wall --cross-prefix=x86_64-w64-mingw32- --with-vss-sdk=/path/to/vss-headers/
make qemu-ga