Statistics
| Branch: | Revision:

root / qga / service-win32.h @ 1ab516ed

History | View | Annotate | Download (809 Bytes)

# Date Author Comment
bc62fa03 02/23/2012 11:43 pm Michael Roth

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...