diff options
author | Gal Hammer <ghammer@redhat.com> | 2012-01-29 11:53:31 +0200 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2012-03-12 15:09:18 -0500 |
commit | aa59637ea1c6a4c83430933f9c44c43e6c3f1b69 (patch) | |
tree | 54f15e2007bf38d8428218894a628c141528e118 /configure | |
parent | 95f4f404e108f8c6b937ddf2ba973f3799b51fb5 (diff) |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" |