mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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:
parent
95f4f404e1
commit
aa59637ea1
2 changed files with 121 additions and 13 deletions
2
configure
vendored
2
configure
vendored
|
@ -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=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue