summaryrefslogtreecommitdiffstats
path: root/qga/commands.c
Commit message (Expand)AuthorAgeFilesLines
* qga: remove need for QEMU atomic.hMarc-André Lureau2022-04-211-7/+5Star
* qga: move qga_get_host_name()Marc-André Lureau2022-04-211-1/+1
* qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-0/+5
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* qga: fix leak of base64 decoded data on command errorDaniel P. Berrangé2021-08-101-2/+2
* qga: Add spaces around operatorAlexChen2021-03-171-2/+2
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-5/+1Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-6/+6
* qga: Use qemu_get_host_name() instead of g_get_host_name()Michal Privoznik2020-07-141-4/+13
* qga: Restrict guest-file-read count to 48 MB to avoid crashesPhilippe Mathieu-Daudé2020-04-151-1/+8
* qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé2020-04-151-0/+26
* qga: Fix undefined C behaviorEric Blake2020-03-241-2/+7
* qmp: constify QmpCommand and listMarc-André Lureau2020-03-171-1/+1
* qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-6/+6
* glib: bump min required glib library version to 2.40Daniel P. Berrangé2018-06-291-9/+2Star
* qga: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+1
* qga: Add `guest-get-timezone` commandVinzenz Feenstra2017-04-271-0/+38
* qga: Add 'guest-get-host-name' commandVinzenz Feenstra2017-04-271-0/+11
* qapi: Support multiple command registries per programMarkus Armbruster2017-03-051-1/+1
* qga/command: use QEMU atomic primitivesAlex Bennée2016-10-041-8/+9
* qga: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* Fix some typos found by codespellStefan Weil2016-05-181-2/+2
* qga: fix fd leak with guest-exec i/o channelsYuriy Pudgorodskiy2016-04-071-0/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* qga: Support enum names in guest-file-seekEric Blake2016-02-251-0/+21
* qga: Clean up includesPeter Maydell2016-02-041-0/+1
* qga: convert to use error checked base64 decodeDaniel P. Berrange2015-12-181-1/+12
* qga: allow to lookup in PATH from the passed envp for guest-execYuri Pudgorodskiy2015-11-171-0/+3
* qga: fix for default env processing for guest-execYuri Pudgorodskiy2015-11-171-1/+1
* qga: guest-exec simple stdin/stdout/stderr redirectionYuri Pudgorodskiy2015-10-201-8/+181
* qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev2015-10-201-1/+17
* qga: guest exec functionalityYuri Pudgorodskiy2015-10-201-0/+199
* qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-201-3/+3
* qga: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-091-2/+2
* qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu2013-10-101-0/+1
* qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu2013-10-101-23/+15Star
* qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* qemu-ga: align versioning with QEMU_VERSIONMichael Roth2012-05-151-1/+1
* qemu-ga: add guest-sync-delimitedMichael Roth2012-03-121-0/+6
* qemu-ga: separate out common commands from posix-specific onesMichael Roth2012-02-231-0/+73