summaryrefslogtreecommitdiff
path: root/qga/commands.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+1
2017-04-27qga: Add `guest-get-timezone` commandVinzenz Feenstra1-0/+38
2017-04-26qga: Add 'guest-get-host-name' commandVinzenz Feenstra1-0/+11
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster1-1/+1
2016-10-04qga/command: use QEMU atomic primitivesAlex Bennée1-8/+9
2016-06-07qga: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-18Fix some typos found by codespellStefan Weil1-2/+2
2016-04-07qga: fix fd leak with guest-exec i/o channelsYuriy Pudgorodskiy1-0/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-25qga: Support enum names in guest-file-seekEric Blake1-0/+21
2016-02-04qga: Clean up includesPeter Maydell1-0/+1
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange1-1/+12
2015-11-17qga: allow to lookup in PATH from the passed envp for guest-execYuri Pudgorodskiy1-0/+3
2015-11-17qga: fix for default env processing for guest-execYuri Pudgorodskiy1-1/+1
2015-10-19qga: guest-exec simple stdin/stdout/stderr redirectionYuri Pudgorodskiy1-8/+181
2015-10-19qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev1-1/+17
2015-10-19qga: guest exec functionalityYuri Pudgorodskiy1-0/+199
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+3
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster1-2/+2
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu1-0/+1
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu1-23/+15
2013-01-30qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-05-15qemu-ga: align versioning with QEMU_VERSIONMichael Roth1-1/+1
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth1-0/+6
2012-02-23qemu-ga: separate out common commands from posix-specific onesMichael Roth1-0/+73