summaryrefslogtreecommitdiff
path: root/qemu-ga.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09qemu-ga: ga_open_pidfile(): add new line to pidfileLuiz Capitulino1-1/+1
2012-10-09qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIRLuiz Capitulino1-2/+2
2012-09-23qemu-ga: Remove unreachable code after g_errorStefan Weil1-2/+0
2012-08-29qemu-ga: Fix null pointer passed to unlink in failure branchStefan Weil1-1/+3
2012-08-22qemu-ga: don't leak a file descriptor upon failed lockfJim Meyering1-0/+3
2012-08-13error: drop error_get_qobject()/error_set_qobject()Luiz Capitulino1-1/+0
2012-08-13qemu-ga: switch to the new error format on the wireLuiz Capitulino1-2/+2
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-1/+1
2012-05-15qemu-ga: align versioning with QEMU_VERSIONMichael Roth1-2/+2
2012-05-15qemu-ga: fix segv after failure to open log fileMichael Roth1-2/+3
2012-05-15qemu-ga: guest-suspend: make the API synchronousLuiz Capitulino1-16/+1
2012-05-15qemu-ga: become_daemon(): reopen standard fds to /dev/nullLuiz Capitulino1-3/+3
2012-05-15qemu-ga: make reopen_fd_to_null() publicLuiz Capitulino1-0/+17
2012-05-15qemu-ga: don't warn on no command returnLuiz Capitulino1-2/+0
2012-05-14fix some common typosJim Meyering1-1/+1
2012-04-30qemu-ga: persist tracking of fsfreeze state via filesystemMichael Roth1-45/+173
2012-04-30qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth1-5/+115
2012-04-19qemu-ga: fix help outputMichael Roth1-3/+4
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth1-5/+22
2012-03-12qemu-ga: add guest-suspend-diskLuiz Capitulino1-1/+18
2012-02-23qemu-ga: add Windows service integrationMichael Roth1-9/+104
2012-02-23qemu-ga: add initial win32 supportMichael Roth1-0/+4
2012-02-23qemu-ga: fixes for win32 build of qemu-gaMichael Roth1-0/+16
2012-02-23qemu-ga: move channel/transport functionality into wrapper classMichael Roth1-232/+74
2012-01-13Spelling fixes in comments and documentationStefan Weil1-1/+1
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth1-3/+34
2011-08-29Fix spelling in comments and debug messages (recieve -> receive)Stefan Weil1-1/+1
2011-08-21guest agent: remove g_strcmp0 usageMichael Roth1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-23qemu-ga: remove dependency on gio and gthreadAnthony Liguori1-26/+9
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth1-0/+4
2011-07-21guest agent: qemu-ga daemonMichael Roth1-0/+650