summaryrefslogtreecommitdiffstats
path: root/qga/commands-posix.c
Commit message (Expand)AuthorAgeFilesLines
...
* qga: systemd hibernate/suspend/hybrid-sleep supportDaniel Henrique Barboza2018-07-031-0/+72
* qga: removing switch statements, adding run_process_childDaniel Henrique Barboza2018-07-031-127/+88Star
* qga: guest_suspend: decoupling pm-utils and sys logicDaniel Henrique Barboza2018-07-031-62/+108
* qga: bios_supports_mode: decoupling pm-utils and sys logicDaniel Henrique Barboza2018-07-031-48/+68
* qga: refactoring qmp_guest_suspend_* functionsDaniel Henrique Barboza2018-07-031-32/+55
* qemu-ga: make get-fsinfo work over pci bridgesMarc-André Lureau2018-07-031-4/+19
* qga: add mountpoint usage info to GuestFilesystemInfoChen Hanxiao2018-07-031-0/+15
* qga: check bytes count read by guest-file-readPrasad J Pandit2018-07-031-1/+1
* qga: unset frozen state if no mount points are frozenChen Hanxiao2018-07-031-0/+6
* qga: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* use g_path_get_basename instead of basenameJulia Suvorova2018-03-061-2/+2
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* qga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé2018-02-101-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qga: add network stats to guest-network-get-interfacesZhiPeng Lu2017-10-261-1/+73
* test-qga: add test for guest-get-osinfoTomáš Golembiovský2017-07-181-4/+9
* qemu-ga: add guest-get-osinfo commandTomáš Golembiovský2017-07-181-0/+135
* qemu-ga: check if utmpx.h is available on the systemTomáš Golembiovský2017-07-181-1/+16
* qemu-ga: remove useless allocationMarc-André Lureau2017-06-041-3/+1Star
* qga: fix compiler warnings (clang 5)Philippe Mathieu-Daudé2017-05-071-3/+5
* qga: Add 'guest-get-users' commandVinzenz Feenstra2017-04-271-0/+60
* qga: don't fail if mount doesn't have slave devicesMichael Roth2017-03-301-1/+3
* qga: ignore EBUSY when freezing a filesystemPeter Lieven2017-03-061-1/+4
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-3/+1Star
* qga: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* qga: spelling fixMichael Tokarev2016-06-071-6/+6
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* qga: Support enum names in guest-file-seekEric Blake2016-02-251-13/+6Star
* qga: Clean up includesPeter Maydell2016-02-041-8/+1Star
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-01-131-1/+1
* qga: convert to use error checked base64 decodeDaniel P. Berrange2015-12-181-2/+9
* qga: Better mapping of SEEK_* in guest-file-seekEric Blake2015-11-261-1/+18
* qga: flush explicitly when neededMarc-André Lureau2015-11-261-0/+37
* qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev2015-11-041-25/+2Star
* qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev2015-10-201-7/+3Star
* qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth2015-10-201-2/+8
* qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-201-5/+5
* typofixes - v4Veres Lajos2015-09-111-1/+1
* qga: make split_list() return allocated stringsMarc-André Lureau2015-09-011-3/+3
* qga: fail early for invalid timeMarc-André Lureau2015-07-081-0/+7
* qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort2015-07-081-14/+40
* qga/commands-posix: Fix bug in guest-fstrimJustin Ossevoort2015-07-081-5/+4Star
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-20/+20
* qga/commands-posix: Fix resource leakShannon Zhao2015-03-191-0/+1
* qga: add memory block command that unsupportedzhanghailiang2015-02-171-1/+3
* qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang2015-02-171-2/+29
* qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang2015-02-171-1/+29
* qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang2015-02-171-1/+232
* qga: introduce three guest memory block commmands with stubszhanghailiang2015-02-171-0/+38
* guest agent: guest-file-open: refactoringSimon Zolin2015-02-161-8/+23