summaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-25qga: Support enum names in guest-file-seekEric Blake1-13/+6
2016-02-04qga: Clean up includesPeter Maydell1-8/+1
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange1-2/+9
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake1-1/+18
2015-11-25qga: flush explicitly when neededMarc-André Lureau1-0/+37
2015-11-04qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev1-25/+2
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev1-7/+3
2015-10-19qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth1-2/+8
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-5/+5
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau1-3/+3
2015-07-07qga: fail early for invalid timeMarc-André Lureau1-0/+7
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort1-14/+40
2015-07-07qga/commands-posix: Fix bug in guest-fstrimJustin Ossevoort1-5/+4
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-20/+20
2015-03-19qga/commands-posix: Fix resource leakShannon Zhao1-0/+1
2015-02-17qga: add memory block command that unsupportedzhanghailiang1-1/+3
2015-02-17qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang1-2/+29
2015-02-17qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang1-1/+29
2015-02-17qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang1-1/+232
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang1-0/+38
2015-02-16guest agent: guest-file-open: refactoringSimon Zolin1-8/+23
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange1-0/+110
2014-10-22qga: Rewrite code where using readdir_rzhanghailiang1-12/+15
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama1-0/+38
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama1-1/+437
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama1-1/+31
2014-07-18qga: Add missing 'static' attributeStefan Weil1-1/+1
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster1-6/+16
2014-05-09qga: Use return values instead of error_is_set(errp)Markus Armbruster1-3/+3
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster1-98/+101
2014-04-18qga: trivial fix for unclear documentation of guest-set-timeAmos Kong1-1/+1
2014-02-23qga: Fix memory allocation pastoMarkus Armbruster1-1/+1
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik1-14/+23
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-9/+9
2013-11-21qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil1-4/+4
2013-11-16qga: Fix shutdown command of guest agent to work with SysVwhitearchey1-1/+1
2013-10-10qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama1-2/+2
2013-05-13qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek1-0/+3
2013-05-13qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek1-6/+16
2013-05-07qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek1-4/+119
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-03-11qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek1-6/+32
2013-03-11qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek1-6/+140
2013-03-11qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek1-0/+12
2013-03-11qga: add guest-set-time commandLei Li1-0/+55
2013-03-11qga: add guest-get-time commandLei Li1-0/+16
2013-03-11qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth1-6/+19