aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)Author
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
2013-03-11qga: add guest-set-time commandLei Li
2013-03-11qga: add guest-get-time commandLei Li
2013-03-11qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth
2013-01-28qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster
2013-01-28qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil
2013-01-08qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thawTomoki Sekiyama
2013-01-08qemu-ga: guest_suspend(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: bios_supports_mode(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()Luiz Capitulino
2013-01-08qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()Luiz Capitulino