]> git.proxmox.com Git - mirror_qemu.git/commit - qga/service-win32.h
qemu-ga: add Windows service integration
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Sat, 21 Jan 2012 22:42:27 +0000 (16:42 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 23 Feb 2012 21:43:50 +0000 (15:43 -0600)
commitbc62fa039c402740dbae3233618c982f5943f6b1
tree88836edf2d9669a4efaafd22c3c8280fca8175fb
parent7868e26e5930f49ca942311885776b938dcf3b77
qemu-ga: add Windows service integration

This allows qemu-ga to function as a Windows service:

 - to install the service (will auto-start on boot):
     qemu-ga --service install
 - to start the service:
     net start qemu-ga
 - to stop the service:
     net stop qemu-ga
 - to uninstall service:
     qemu-ga --service uninstall

Original patch by Gal Hammer <ghammer@redhat.com>
Makefile.objs
qemu-ga.c
qga/service-win32.c [new file with mode: 0644]
qga/service-win32.h [new file with mode: 0644]