« Previous | Next » 

Revision bc62fa03

IDbc62fa039c402740dbae3233618c982f5943f6b1

Added by Michael Roth about 12 years ago

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

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences