]> git.proxmox.com Git - mirror_qemu.git/commit - qga/vss-win32.h
qemu-ga: Call Windows VSS requester in fsfreeze command handler
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Wed, 7 Aug 2013 15:40:25 +0000 (11:40 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 9 Sep 2013 19:17:57 +0000 (14:17 -0500)
commit64c003174039d0c63ea2bef48d600363ce80a58b
tree4764da0dae326f30a0e337147e0aa926a916d646
parentb39297aedfabe9b2c426cd540413be991500da25
qemu-ga: Call Windows VSS requester in fsfreeze command handler

Support guest-fsfreeze-freeze and guest-fsfreeze-thaw commands for Windows
guests. When fsfreeze command is issued, it calls the VSS requester to
freeze filesystems and applications. On thaw command, it again tells the VSS
requester to thaw them.

This also adds calling of initialize functions for the VSS requester.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/Makefile.objs
qga/commands-win32.c
qga/vss-win32.c [new file with mode: 0644]
qga/vss-win32.h [new file with mode: 0644]