qemu-ga: add win32 guest-suspend-disk command.

Implement guest-suspend-disk RPC for Windows. Functionally this should be
equivalent to the posix implementation.

Signed-off-by: Gal Hammer <ghammer@redhat.com>
This commit is contained in:
Gal Hammer 2012-01-29 11:53:31 +02:00 committed by Michael Roth
parent 95f4f404e1
commit aa59637ea1
2 changed files with 121 additions and 13 deletions

2
configure vendored
View file

@ -525,7 +525,7 @@ EOF
bindir="\${prefix}"
sysconfdir="\${prefix}"
confsuffix=""
libs_qga="-lws2_32 -lwinmm $lib_qga"
libs_qga="-lws2_32 -lwinmm -lpowrprof $lib_qga"
fi
werror=""