summaryrefslogtreecommitdiff
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
* qemu-ga: avoid blocking on atime update when reading /etc/mtabMichael Roth2012-05-291-1/+1
* qemu-ga: Fix use of environ on DarwinAndreas Färber2012-05-291-0/+5
* qemu-ga: Fix missing environ declarationLuiz Capitulino2012-05-241-1/+5
* qemu-ga: align versioning with QEMU_VERSIONMichael Roth2012-05-152-2/+1
* qemu-ga: guest-shutdown: use only async-signal-safe functionsLuiz Capitulino2012-05-151-11/+8
* qemu-ga: guest-shutdown: become synchronousLuiz Capitulino2012-05-151-5/+16
* qemu-ga: guest-suspend: make the API synchronousLuiz Capitulino2012-05-151-74/+54
* qemu-ga: make reopen_fd_to_null() publicLuiz Capitulino2012-05-152-19/+4
* fix some common typosJim Meyering2012-05-141-2/+2
* Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into stagingAnthony Liguori2012-05-012-78/+95
|\
| * qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth2012-04-302-26/+12
| * qemu-ga: improve recovery options for fsfreezeMichael Roth2012-04-301-54/+85
* | qemu-ga: Implement alternative to O_ASYNCAndreas Färber2012-05-011-1/+17
|/
* qemu-ga: generate missing stubs for fsfreezeMichael Roth2012-04-191-16/+20
* qemu-ga: fix bsd build, and re-org linux-specific implementationsMichael Roth2012-03-251-45/+66
* qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write()Jeff Cody2012-03-191-0/+4
* qemu-ga: add guest-sync-delimitedMichael Roth2012-03-123-3/+8
* qemu-ga: add guest-network-get-interfaces commandMichal Privoznik2012-03-122-0/+187
* qemu-ga: add win32 guest-suspend-ram commandMichael Roth2012-03-121-9/+25
* qemu-ga: add win32 guest-suspend-disk command.Gal Hammer2012-03-121-12/+120
* qemu-ga: add guest-suspend-hybridLuiz Capitulino2012-03-122-0/+15
* qemu-ga: add guest-suspend-ramLuiz Capitulino2012-03-122-0/+15
* qemu-ga: add guest-suspend-diskLuiz Capitulino2012-03-122-0/+193
* qemu-ga: add win32 guest-shutdown commandMichael Roth2012-02-231-1/+40
* qemu-ga: add Windows service integrationMichael Roth2012-02-232-0/+144
* qemu-ga: add initial win32 supportMichael Roth2012-02-231-0/+340
* qemu-ga: fixes for win32 build of qemu-gaMichael Roth2012-02-231-0/+91
* qemu-ga: rename guest-agent-commands.c -> commands-posix.cMichael Roth2012-02-231-0/+0
* qemu-ga: separate out common commands from posix-specific onesMichael Roth2012-02-233-58/+75
* qemu-ga: move channel/transport functionality into wrapper classMichael Roth2012-02-233-1/+280
* guest agent: add supported command list to guest-info RPCMichael Roth2011-12-121-0/+24
* Use glib memory allocation and free functionsAnthony Liguori2011-08-202-18/+18
* guest-agent: only enable FSFREEZE when it's supported by the kernelAnthony Liguori2011-07-231-5/+7
* guest agent: use QERR_UNSUPPORTED for disabled RPCsMichael Roth2011-07-231-3/+3
* guest-agent: fix build with OpenBSDAnthony Liguori2011-07-221-11/+52
* guest agent: add guest agent RPCs/commandsMichael Roth2011-07-212-0/+520
* guest agent: qemu-ga daemonMichael Roth2011-07-211-0/+4
* guest agent: command state classMichael Roth2011-07-212-0/+98