]> git.proxmox.com Git - qemu.git/commit
qemu-ga: add win32 guest-shutdown command
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 23 Jan 2012 02:24:37 +0000 (20:24 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 23 Feb 2012 21:43:50 +0000 (15:43 -0600)
commit546b60d06b9baecfe1cd1afdc41d80482a28942a
tree09bba71fb297115a1d8ffbf902057b7e198f62cd
parentbc62fa039c402740dbae3233618c982f5943f6b1
qemu-ga: add win32 guest-shutdown command

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

Original patch by Gal Hammer <ghammer@redhat.com>
qga/commands-win32.c