aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_nameJim Meyering
2012-07-29build: Fix linking failure for qemu-gaDunrong Huang
2012-07-28build: include qapi-generated/ files in qga/Makefile.objsPaolo Bonzini
2012-06-21qemu-ga: add guest-fstrim commandPaolo Bonzini
2012-06-21qemu-ga: make names more generic for mount list functionsPaolo Bonzini
2012-06-07build: move qga/ objects to nested Makefile.objsPaolo Bonzini
2012-05-29qemu-ga: avoid blocking on atime update when reading /etc/mtabMichael Roth
2012-05-29qemu-ga: Fix use of environ on DarwinAndreas Färber
2012-05-24qemu-ga: Fix missing environ declarationLuiz Capitulino
2012-05-15qemu-ga: align versioning with QEMU_VERSIONMichael Roth
2012-05-15qemu-ga: guest-shutdown: use only async-signal-safe functionsLuiz Capitulino
2012-05-15qemu-ga: guest-shutdown: become synchronousLuiz Capitulino
2012-05-15qemu-ga: guest-suspend: make the API synchronousLuiz Capitulino
2012-05-15qemu-ga: make reopen_fd_to_null() publicLuiz Capitulino
2012-05-14fix some common typosJim Meyering
2012-05-01Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into stagingAnthony Liguori
2012-05-01qemu-ga: Implement alternative to O_ASYNCAndreas Färber
2012-04-30qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth
2012-04-30qemu-ga: improve recovery options for fsfreezeMichael Roth
2012-04-19qemu-ga: generate missing stubs for fsfreezeMichael Roth
2012-03-25qemu-ga: fix bsd build, and re-org linux-specific implementationsMichael Roth
2012-03-19qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write()Jeff Cody
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth
2012-03-12qemu-ga: add guest-network-get-interfaces commandMichal Privoznik
2012-03-12qemu-ga: add win32 guest-suspend-ram commandMichael Roth
2012-03-12qemu-ga: add win32 guest-suspend-disk command.Gal Hammer
2012-03-12qemu-ga: add guest-suspend-hybridLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-ramLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-diskLuiz Capitulino
2012-02-23qemu-ga: add win32 guest-shutdown commandMichael Roth
2012-02-23qemu-ga: add Windows service integrationMichael Roth
2012-02-23qemu-ga: add initial win32 supportMichael Roth
2012-02-23qemu-ga: fixes for win32 build of qemu-gaMichael Roth
2012-02-23qemu-ga: rename guest-agent-commands.c -> commands-posix.cMichael Roth
2012-02-23qemu-ga: separate out common commands from posix-specific onesMichael Roth
2012-02-23qemu-ga: move channel/transport functionality into wrapper classMichael Roth
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23guest-agent: only enable FSFREEZE when it's supported by the kernelAnthony Liguori
2011-07-23guest agent: use QERR_UNSUPPORTED for disabled RPCsMichael Roth
2011-07-22guest-agent: fix build with OpenBSDAnthony Liguori
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth
2011-07-21guest agent: qemu-ga daemonMichael Roth
2011-07-21guest agent: command state classMichael Roth