summaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2012-10-23qemu-ga: ask and print error information from qemu-socketsPaolo Bonzini1-3/+5
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini1-1/+1
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2-4/+0
2012-10-05cleanup useless return sentenceAmos Kong2-4/+0
2012-10-05qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_nameJim Meyering1-1/+1
2012-07-29build: Fix linking failure for qemu-gaDunrong Huang1-2/+2
2012-07-28build: include qapi-generated/ files in qga/Makefile.objsPaolo Bonzini1-0/+2
2012-06-21qemu-ga: add guest-fstrim commandPaolo Bonzini2-3/+86
2012-06-21qemu-ga: make names more generic for mount list functionsPaolo Bonzini1-18/+18
2012-06-07build: move qga/ objects to nested Makefile.objsPaolo Bonzini1-0/+3
2012-05-29qemu-ga: avoid blocking on atime update when reading /etc/mtabMichael Roth1-1/+1
2012-05-29qemu-ga: Fix use of environ on DarwinAndreas Färber1-0/+5
2012-05-24qemu-ga: Fix missing environ declarationLuiz Capitulino1-1/+5
2012-05-15qemu-ga: align versioning with QEMU_VERSIONMichael Roth2-2/+1
2012-05-15qemu-ga: guest-shutdown: use only async-signal-safe functionsLuiz Capitulino1-11/+8
2012-05-15qemu-ga: guest-shutdown: become synchronousLuiz Capitulino1-5/+16
2012-05-15qemu-ga: guest-suspend: make the API synchronousLuiz Capitulino1-74/+54
2012-05-15qemu-ga: make reopen_fd_to_null() publicLuiz Capitulino2-19/+4
2012-05-14fix some common typosJim Meyering1-2/+2
2012-05-01Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into stagingAnthony Liguori2-78/+95
2012-05-01qemu-ga: Implement alternative to O_ASYNCAndreas Färber1-1/+17
2012-04-30qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth2-26/+12
2012-04-30qemu-ga: improve recovery options for fsfreezeMichael Roth1-54/+85
2012-04-19qemu-ga: generate missing stubs for fsfreezeMichael Roth1-16/+20
2012-03-25qemu-ga: fix bsd build, and re-org linux-specific implementationsMichael Roth1-45/+66
2012-03-19qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write()Jeff Cody1-0/+4
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth3-3/+8
2012-03-12qemu-ga: add guest-network-get-interfaces commandMichal Privoznik2-0/+187
2012-03-12qemu-ga: add win32 guest-suspend-ram commandMichael Roth1-9/+25
2012-03-12qemu-ga: add win32 guest-suspend-disk command.Gal Hammer1-12/+120
2012-03-12qemu-ga: add guest-suspend-hybridLuiz Capitulino2-0/+15
2012-03-12qemu-ga: add guest-suspend-ramLuiz Capitulino2-0/+15
2012-03-12qemu-ga: add guest-suspend-diskLuiz Capitulino2-0/+193
2012-02-23qemu-ga: add win32 guest-shutdown commandMichael Roth1-1/+40
2012-02-23qemu-ga: add Windows service integrationMichael Roth2-0/+144
2012-02-23qemu-ga: add initial win32 supportMichael Roth1-0/+340
2012-02-23qemu-ga: fixes for win32 build of qemu-gaMichael Roth1-0/+91
2012-02-23qemu-ga: rename guest-agent-commands.c -> commands-posix.cMichael Roth1-0/+0
2012-02-23qemu-ga: separate out common commands from posix-specific onesMichael Roth3-58/+75
2012-02-23qemu-ga: move channel/transport functionality into wrapper classMichael Roth3-1/+280
2011-12-12guest agent: add supported command list to guest-info RPCMichael Roth1-0/+24
2011-08-20Use glib memory allocation and free functionsAnthony Liguori2-18/+18
2011-07-23guest-agent: only enable FSFREEZE when it's supported by the kernelAnthony Liguori1-5/+7
2011-07-23guest agent: use QERR_UNSUPPORTED for disabled RPCsMichael Roth1-3/+3
2011-07-22guest-agent: fix build with OpenBSDAnthony Liguori1-11/+52
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth2-0/+520
2011-07-21guest agent: qemu-ga daemonMichael Roth1-0/+4
2011-07-21guest agent: command state classMichael Roth2-0/+98