summaryrefslogtreecommitdiffstats
path: root/qga/commands-posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qga: add guest-set-user-password commandDaniel P. Berrange2015-02-161-0/+110
* qga: Rewrite code where using readdir_rzhanghailiang2014-10-221-12/+15
* qga: Disable unsupported commands by defaultTomoki Sekiyama2014-08-081-0/+38
* qga: Add guest-get-fsinfo commandTomoki Sekiyama2014-08-081-1/+437
* qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama2014-08-081-1/+31
* qga: Add missing 'static' attributeStefan Weil2014-07-181-1/+1
* qga: Clean up fragile use of error_is_set()Markus Armbruster2014-05-091-6/+16
* qga: Use return values instead of error_is_set(errp)Markus Armbruster2014-05-091-3/+3
* qga: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-091-98/+101
* qga: trivial fix for unclear documentation of guest-set-timeAmos Kong2014-04-181-1/+1
* qga: Fix memory allocation pastoMarkus Armbruster2014-02-231-1/+1
* qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik2014-02-231-14/+23
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-9/+9
* qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil2013-11-211-4/+4
* qga: Fix shutdown command of guest agent to work with SysVwhitearchey2013-11-161-1/+1
* qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama2013-10-101-2/+2
* qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek2013-05-131-0/+3
* qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek2013-05-131-6/+16
* qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek2013-05-071-4/+119
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek2013-03-121-6/+32
* qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek2013-03-121-6/+140
* qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek2013-03-121-0/+12
* qga: add guest-set-time commandLei Li2013-03-121-0/+55
* qga: add guest-get-time commandLei Li2013-03-121-0/+16
* qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth2013-03-121-6/+19
* qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster2013-01-281-5/+6
* qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster2013-01-281-4/+5
* Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-191-8/+5Star