aboutsummaryrefslogtreecommitdiffstats
path: root/qga/commands.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qga: Shorten several error messagesMarkus Armbruster2024-05-271-4/+2
* qga: Improve guest-exec-status error messageMarkus Armbruster2023-11-171-1/+1
* qga: Fix memory leak when output stream is unusedDaniel Xu2023-10-111-2/+2
* qga: Add `merged` variant to GuestExecCaptureOutputModeDaniel Xu2023-05-041-2/+23
* qga: Refactor guest-exec capture-output to take enumDaniel Xu2023-05-041-3/+34
* qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLEDMarkus Armbruster2023-02-231-3/+2
* qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-7/+4
* qga: remove need for QEMU atomic.hMarc-André Lureau2022-04-211-7/+5
* 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-091-2/+2
* qga: Add spaces around operatorAlexChen2021-03-161-2/+2
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-5/+1
* 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-131-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/+2
* 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-261-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/+0
* 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-191-8/+181
* qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev2015-10-191-1/+17
* qga: guest exec functionalityYuri Pudgorodskiy2015-10-191-0/+199
* qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-191-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/+15
* 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