Age | Commit message (Expand) | Author | Files | Lines |
2017-01-24 | qga: fix erroneous argument to strerror | Paolo Bonzini | 1 | -2/+2 |
2017-01-16 | qga/schema: improve guest-set-vcpus Returns: section | Marc-André Lureau | 1 | -7/+4 |
2016-12-05 | qapi: add missing colon-ending for section name | Marc-André Lureau | 1 | -22/+22 |
2016-12-05 | qapi: fix various symbols mismatch in documentation | Marc-André Lureau | 1 | -3/+3 |
2016-12-05 | qapi: fix schema symbol sections | Marc-André Lureau | 1 | -0/+3 |
2016-12-05 | qga/schema: fix double-return in doc | Marc-André Lureau | 1 | -1/+0 |
2016-10-31 | qga: add vsock-listen method | Stefan Hajnoczi | 3 | -2/+30 |
2016-10-31 | qga: drop unnecessary GA_CHANNEL_UNIX_LISTEN checks | Stefan Hajnoczi | 1 | -4/+2 |
2016-10-31 | qga: drop unused sockaddr in accept(2) call | Stefan Hajnoczi | 1 | -4/+1 |
2016-10-31 | qga: minimal support for fstrim for Windows guests | Denis V. Lunev | 1 | -3/+94 |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -8/+9 |
2016-10-06 | rules.mak: quiet-command: Split command name and args to print | Peter Maydell | 1 | -3/+3 |
2016-10-04 | qga/command: use QEMU atomic primitives | Alex Bennée | 1 | -8/+9 |
2016-09-08 | qga: free remaining leaking state | Marc-André Lureau | 3 | -0/+13 |
2016-09-08 | qga: free the whole blacklist | Marc-André Lureau | 1 | -6/+1 |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster | 2 | -4/+5 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 4 | -7/+6 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 2 | -7/+2 |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 1 | -6/+2 |
2016-06-07 | qga: Remove unnecessary glib.h includes | Peter Maydell | 9 | -9/+0 |
2016-06-07 | qga: spelling fix | Michael Tokarev | 1 | -6/+6 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 2 | -3/+3 |
2016-04-07 | qga: Workaround for console redirection from non-interactive qemu-ga service | Yuri Pudgorodskiy | 1 | -2/+2 |
2016-04-07 | qga: fix fd leak with guest-exec i/o channels | Yuriy Pudgorodskiy | 1 | -0/+4 |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 5 | -2/+4 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 3 | -0/+3 |
2016-03-22 | Clean up includes some more | Markus Armbruster | 2 | -2/+0 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-20 | qemu-ga: drop unused local err variable | Stefan Hajnoczi | 1 | -6/+0 |
2016-02-25 | qga: fix w32 breakage due to missing osdep.h includes | Michael Roth | 5 | -9/+8 |
2016-02-25 | qga: check utf8-to-utf16 conversion | Marc-André Lureau | 1 | -3/+16 |
2016-02-25 | qga: fix off-by-one length check | Marc-André Lureau | 1 | -1/+1 |
2016-02-25 | qga: use wide-chars constants for wchar_t comparisons | Marc-André Lureau | 1 | -2/+4 |
2016-02-25 | qga: use size_t for wcslen() return value | Marc-André Lureau | 1 | -1/+2 |
2016-02-25 | qga: use more idiomatic qemu-style eol operators | Marc-André Lureau | 1 | -3/+3 |
2016-02-25 | qga: implement the guest-get-vcpus for windows | Gal Hammer | 1 | -2/+66 |
2016-02-25 | qemu-ga: Fixed minor version switch issue | Leonid Bloch | 1 | -1/+1 |
2016-02-25 | qga: Support enum names in guest-file-seek | Eric Blake | 5 | -35/+66 |
2016-02-23 | all: Clean up includes | Peter Maydell | 3 | -3/+0 |
2016-02-04 | qga: Clean up includes | Peter Maydell | 9 | -27/+9 |
2016-01-13 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster | 1 | -1/+1 |
2015-12-18 | qga: convert to use error checked base64 decode | Daniel P. Berrange | 3 | -5/+30 |
2015-11-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-11-26' in... | Peter Maydell | 1 | -1/+1 |
2015-11-26 | qjson: store tokens in a GQueue | Paolo Bonzini | 1 | -1/+1 |
2015-11-25 | qga: added another non-interactive gspawn() helper file. | Yuri Pudgorodskiy | 1 | -0/+7 |
2015-11-25 | qga: Better mapping of SEEK_* in guest-file-seek | Eric Blake | 4 | -4/+46 |
2015-11-25 | qga: flush explicitly when needed | Marc-André Lureau | 1 | -0/+37 |
2015-11-25 | qga: gspawn() console helper to Windows guest agent msi build | Yuri Pudgorodskiy | 1 | -0/+11 |
2015-11-17 | qga: allow to lookup in PATH from the passed envp for guest-exec | Yuri Pudgorodskiy | 1 | -0/+3 |
2015-11-17 | qga: fix for default env processing for guest-exec | Yuri Pudgorodskiy | 1 | -1/+1 |