aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)Author
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
2013-01-08qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()Luiz Capitulino
2013-01-08qemu-ga: build_fs_mount_list(): take an Error argumentLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_shutdown(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_file_*: improve error reportingLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_file_close(): fix fclose() error checkLuiz Capitulino
2013-01-08qemu-ga: guest_file_handle_find(): take an Error argumentLuiz Capitulino
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno