Age | Commit message (Expand) | Author |
2016-09-08 | qga: free remaining leaking state | Marc-André Lureau |
2016-09-08 | qga: free the whole blacklist | Marc-André Lureau |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost |
2016-06-07 | qga: Remove unnecessary glib.h includes | Peter Maydell |
2016-06-07 | qga: spelling fix | Michael Tokarev |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-04-07 | qga: Workaround for console redirection from non-interactive qemu-ga service | Yuri Pudgorodskiy |
2016-04-07 | qga: fix fd leak with guest-exec i/o channels | Yuriy Pudgorodskiy |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | Clean up includes some more | Markus Armbruster |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-20 | qemu-ga: drop unused local err variable | Stefan Hajnoczi |
2016-02-25 | qga: fix w32 breakage due to missing osdep.h includes | Michael Roth |
2016-02-25 | qga: check utf8-to-utf16 conversion | Marc-André Lureau |
2016-02-25 | qga: fix off-by-one length check | Marc-André Lureau |
2016-02-25 | qga: use wide-chars constants for wchar_t comparisons | Marc-André Lureau |
2016-02-25 | qga: use size_t for wcslen() return value | Marc-André Lureau |
2016-02-25 | qga: use more idiomatic qemu-style eol operators | Marc-André Lureau |
2016-02-25 | qga: implement the guest-get-vcpus for windows | Gal Hammer |
2016-02-25 | qemu-ga: Fixed minor version switch issue | Leonid Bloch |
2016-02-25 | qga: Support enum names in guest-file-seek | Eric Blake |
2016-02-23 | all: Clean up includes | Peter Maydell |
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-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-11-26' in... | Peter Maydell |
2015-11-26 | qjson: store tokens in a GQueue | Paolo Bonzini |
2015-11-25 | qga: added another non-interactive gspawn() helper file. | Yuri Pudgorodskiy |
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-25 | qga: gspawn() console helper to Windows guest agent msi build | Yuri Pudgorodskiy |
2015-11-17 | qga: allow to lookup in PATH from the passed envp for guest-exec | Yuri Pudgorodskiy |
2015-11-17 | qga: fix for default env processing for guest-exec | Yuri Pudgorodskiy |
2015-11-11 | qga: fix append file open modes for win32 | Kirk Allan |
2015-11-04 | qga: set file descriptor in qmp_guest_file_open non-blocking on Win32 | Olga Krishtal |
2015-11-04 | qga: fixed CloseHandle in qmp_guest_file_open | Olga Krishtal |
2015-11-04 | qga: drop hand-made guest_file_toggle_flags helper | Denis V. Lunev |
2015-10-29 | qdict: Make conversion from QObject * accept null | Markus Armbruster |
2015-10-19 | qga: fix uninitialized value warning for win32 | Michael Roth |
2015-10-19 | qga: guest-exec simple stdin/stdout/stderr redirection | Yuri Pudgorodskiy |
2015-10-19 | qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all() | Yuri Pudgorodskiy |
2015-10-19 | qga: handle possible SIGPIPE in guest-file-write | Denis V. Lunev |
2015-10-19 | qga: guest exec functionality | Yuri Pudgorodskiy |
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: do not override configuration verbosity | Marc-André Lureau |