Age | Commit message (Expand) | Author |
2017-07-18 | test-qga: add test for guest-get-osinfo | Tomáš Golembiovský |
2017-07-18 | qemu-ga: add guest-get-osinfo command | Tomáš Golembiovský |
2017-07-17 | qemu-ga: check if utmpx.h is available on the system | Tomáš Golembiovský |
2017-06-04 | qemu-ga: remove useless allocation | Marc-André Lureau |
2017-05-07 | qga: fix compiler warnings (clang 5) | Philippe Mathieu-Daudé |
2017-04-26 | qga: Add 'guest-get-users' command | Vinzenz Feenstra |
2017-03-30 | qga: don't fail if mount doesn't have slave devices | Michael Roth |
2017-03-06 | qga: ignore EBUSY when freezing a filesystem | Peter Lieven |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-07 | qga: Remove unnecessary glib.h includes | Peter Maydell |
2016-06-07 | qga: spelling fix | Michael Tokarev |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-02-25 | qga: Support enum names in guest-file-seek | Eric Blake |
2016-02-04 | qga: Clean up includes | Peter Maydell |
2016-01-13 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2015-12-18 | qga: convert to use error checked base64 decode | Daniel P. Berrange |
2015-11-25 | qga: Better mapping of SEEK_* in guest-file-seek | Eric Blake |
2015-11-25 | qga: flush explicitly when needed | Marc-André Lureau |
2015-11-04 | qga: drop hand-made guest_file_toggle_flags helper | Denis V. Lunev |
2015-10-19 | qga: drop guest_file_init helper and replace it with static initializers | Denis V. Lunev |
2015-10-19 | qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocks | Michael Roth |
2015-10-19 | qga: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-09-11 | typofixes - v4 | Veres Lajos |
2015-09-01 | qga: make split_list() return allocated strings | Marc-André Lureau |
2015-07-07 | qga: fail early for invalid time | Marc-André Lureau |
2015-07-07 | qga/qmp_guest_fstrim: Return per path fstrim result | Justin Ossevoort |
2015-07-07 | qga/commands-posix: Fix bug in guest-fstrim | Justin Ossevoort |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2015-03-19 | qga/commands-posix: Fix resource leak | Shannon Zhao |
2015-02-17 | qga: add memory block command that unsupported | zhanghailiang |
2015-02-17 | qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs | zhanghailiang |
2015-02-17 | qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs | zhanghailiang |
2015-02-17 | qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs | zhanghailiang |
2015-02-17 | qga: introduce three guest memory block commmands with stubs | zhanghailiang |
2015-02-16 | guest agent: guest-file-open: refactoring | Simon Zolin |
2015-02-16 | qga: add guest-set-user-password command | Daniel P. Berrange |
2014-10-22 | qga: Rewrite code where using readdir_r | zhanghailiang |
2014-08-07 | qga: Disable unsupported commands by default | Tomoki Sekiyama |
2014-08-07 | qga: Add guest-get-fsinfo command | Tomoki Sekiyama |
2014-08-07 | qga: Add guest-fsfreeze-freeze-list command | Tomoki Sekiyama |
2014-07-18 | qga: Add missing 'static' attribute | Stefan Weil |
2014-05-09 | qga: Clean up fragile use of error_is_set() | Markus Armbruster |
2014-05-09 | qga: Use return values instead of error_is_set(errp) | Markus Armbruster |
2014-05-09 | qga: Consistently name Error ** objects errp, and not err | Markus Armbruster |
2014-04-18 | qga: trivial fix for unclear documentation of guest-set-time | Amos Kong |
2014-02-23 | qga: Fix memory allocation pasto | Markus Armbruster |
2014-02-23 | qga: Don't require 'time' argument in guest-set-time command | Michal Privoznik |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster |
2013-11-21 | qga: Fix compiler warnings (missing format attribute, wrong format strings) | Stefan Weil |
2013-11-16 | qga: Fix shutdown command of guest agent to work with SysV | whitearchey |