qemu/qga
Michael Roth bc62fa039c 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>
2012-02-23 15:43:50 -06:00
..
channel-posix.c qemu-ga: move channel/transport functionality into wrapper class 2012-02-23 15:40:16 -06:00
channel-win32.c qemu-ga: add initial win32 support 2012-02-23 15:43:49 -06:00
channel.h qemu-ga: move channel/transport functionality into wrapper class 2012-02-23 15:40:16 -06:00
commands-posix.c qemu-ga: rename guest-agent-commands.c -> commands-posix.c 2012-02-23 15:40:16 -06:00
commands-win32.c qemu-ga: fixes for win32 build of qemu-ga 2012-02-23 15:40:16 -06:00
commands.c qemu-ga: separate out common commands from posix-specific ones 2012-02-23 15:40:16 -06:00
guest-agent-command-state.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
guest-agent-core.h qemu-ga: separate out common commands from posix-specific ones 2012-02-23 15:40:16 -06:00
service-win32.c qemu-ga: add Windows service integration 2012-02-23 15:43:50 -06:00
service-win32.h qemu-ga: add Windows service integration 2012-02-23 15:43:50 -06:00