aboutsummaryrefslogtreecommitdiff
path: root/qga/commands.c
AgeCommit message (Expand)Author
2020-07-13qga: Use qemu_get_host_name() instead of g_get_host_name()Michal Privoznik
2020-04-15qga: Restrict guest-file-read count to 48 MB to avoid crashesPhilippe Mathieu-Daudé
2020-04-15qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé
2020-03-24qga: Fix undefined C behaviorEric Blake
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau
2019-12-18qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé
2018-06-01qga: use local path for local headersMichael S. Tsirkin
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-04-27qga: Add `guest-get-timezone` commandVinzenz Feenstra
2017-04-26qga: Add 'guest-get-host-name' commandVinzenz Feenstra
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster
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