aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)Author
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-07qga: Remove unnecessary glib.h includesPeter Maydell
2016-06-07qga: spelling fixMichael Tokarev
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-25qga: Support enum names in guest-file-seekEric Blake
2016-02-04qga: Clean up includesPeter Maydell
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake
2015-11-25qga: flush explicitly when neededMarc-André Lureau
2015-11-04qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev
2015-10-19qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-11typofixes - v4Veres Lajos
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau
2015-07-07qga: fail early for invalid timeMarc-André Lureau
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort
2015-07-07qga/commands-posix: Fix bug in guest-fstrimJustin Ossevoort
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-03-19qga/commands-posix: Fix resource leakShannon Zhao
2015-02-17qga: add memory block command that unsupportedzhanghailiang
2015-02-17qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang
2015-02-17qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang
2015-02-17qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang
2015-02-16guest agent: guest-file-open: refactoringSimon Zolin
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange
2014-10-22qga: Rewrite code where using readdir_rzhanghailiang
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama
2014-07-18qga: Add missing 'static' attributeStefan Weil
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster
2014-05-09qga: Use return values instead of error_is_set(errp)Markus Armbruster
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-04-18qga: trivial fix for unclear documentation of guest-set-timeAmos Kong
2014-02-23qga: Fix memory allocation pastoMarkus Armbruster
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2013-11-21qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil
2013-11-16qga: Fix shutdown command of guest agent to work with SysVwhitearchey
2013-10-10qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama
2013-05-13qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek
2013-05-13qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek
2013-05-07qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-11qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek
2013-03-11qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek
2013-03-11qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek