aboutsummaryrefslogtreecommitdiff
path: root/qga/commands.c
AgeCommit message (Expand)Author
2016-10-04qga/command: use QEMU atomic primitivesAlex Bennée
2016-06-07qga: Remove unnecessary glib.h includesPeter Maydell
2016-05-18Fix some typos found by codespellStefan Weil
2016-04-07qga: fix fd leak with guest-exec i/o channelsYuriy Pudgorodskiy
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-25qga: Support enum names in guest-file-seekEric Blake
2016-02-04qga: Clean up includesPeter Maydell
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange
2015-11-17qga: allow to lookup in PATH from the passed envp for guest-execYuri Pudgorodskiy
2015-11-17qga: fix for default env processing for guest-execYuri Pudgorodskiy
2015-10-19qga: guest-exec simple stdin/stdout/stderr redirectionYuri Pudgorodskiy
2015-10-19qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev
2015-10-19qga: guest exec functionalityYuri Pudgorodskiy
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu
2013-01-30qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-05-15qemu-ga: align versioning with QEMU_VERSIONMichael Roth
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth
2012-02-23qemu-ga: separate out common commands from posix-specific onesMichael Roth