summaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-06use g_path_get_basename instead of basenameJulia Suvorova1-2/+2
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-02-10qga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-10-25qga: add network stats to guest-network-get-interfacesZhiPeng Lu1-1/+73
2017-07-18test-qga: add test for guest-get-osinfoTomáš Golembiovský1-4/+9
2017-07-18qemu-ga: add guest-get-osinfo commandTomáš Golembiovský1-0/+135
2017-07-17qemu-ga: check if utmpx.h is available on the systemTomáš Golembiovský1-1/+16
2017-06-04qemu-ga: remove useless allocationMarc-André Lureau1-3/+1
2017-05-07qga: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-3/+5
2017-04-26qga: Add 'guest-get-users' commandVinzenz Feenstra1-0/+60
2017-03-30qga: don't fail if mount doesn't have slave devicesMichael Roth1-1/+3
2017-03-06qga: ignore EBUSY when freezing a filesystemPeter Lieven1-1/+4
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-3/+1
2016-06-07qga: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-06-07qga: spelling fixMichael Tokarev1-6/+6
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-25qga: Support enum names in guest-file-seekEric Blake1-13/+6
2016-02-04qga: Clean up includesPeter Maydell1-8/+1
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange1-2/+9
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake1-1/+18
2015-11-25qga: flush explicitly when neededMarc-André Lureau1-0/+37
2015-11-04qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev1-25/+2
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev1-7/+3
2015-10-19qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth1-2/+8
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-5/+5
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau1-3/+3
2015-07-07qga: fail early for invalid timeMarc-André Lureau1-0/+7
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort1-14/+40
2015-07-07qga/commands-posix: Fix bug in guest-fstrimJustin Ossevoort1-5/+4
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-20/+20
2015-03-19qga/commands-posix: Fix resource leakShannon Zhao1-0/+1
2015-02-17qga: add memory block command that unsupportedzhanghailiang1-1/+3
2015-02-17qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang1-2/+29
2015-02-17qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang1-1/+29
2015-02-17qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang1-1/+232
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang1-0/+38
2015-02-16guest agent: guest-file-open: refactoringSimon Zolin1-8/+23
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange1-0/+110
2014-10-22qga: Rewrite code where using readdir_rzhanghailiang1-12/+15
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama1-0/+38
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama1-1/+437
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama1-1/+31
2014-07-18qga: Add missing 'static' attributeStefan Weil1-1/+1
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster1-6/+16
2014-05-09qga: Use return values instead of error_is_set(errp)Markus Armbruster1-3/+3
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster1-98/+101
2014-04-18qga: trivial fix for unclear documentation of guest-set-timeAmos Kong1-1/+1