aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2016-04-07qga: Workaround for console redirection from non-interactive qemu-ga serviceYuri Pudgorodskiy
2016-04-07qga: fix fd leak with guest-exec i/o channelsYuriy Pudgorodskiy
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Clean up includes some moreMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-20qemu-ga: drop unused local err variableStefan Hajnoczi
2016-02-25qga: fix w32 breakage due to missing osdep.h includesMichael Roth
2016-02-25qga: check utf8-to-utf16 conversionMarc-André Lureau
2016-02-25qga: fix off-by-one length checkMarc-André Lureau
2016-02-25qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau
2016-02-25qga: use size_t for wcslen() return valueMarc-André Lureau
2016-02-25qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau
2016-02-25qga: implement the guest-get-vcpus for windowsGal Hammer
2016-02-25qemu-ga: Fixed minor version switch issueLeonid Bloch
2016-02-25qga: Support enum names in guest-file-seekEric Blake
2016-02-23all: Clean up includesPeter Maydell
2016-02-04qga: Clean up includesPeter Maydell
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange
2015-11-26Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-11-26' in...Peter Maydell
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini
2015-11-25qga: added another non-interactive gspawn() helper file.Yuri Pudgorodskiy
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake
2015-11-25qga: flush explicitly when neededMarc-André Lureau
2015-11-25qga: gspawn() console helper to Windows guest agent msi buildYuri Pudgorodskiy
2015-11-17qga: allow to lookup in PATH from the passed envp for guest-execYuri Pudgorodskiy
2015-11-17qga: fix for default env processing for guest-execYuri Pudgorodskiy
2015-11-11qga: fix append file open modes for win32Kirk Allan
2015-11-04qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal
2015-11-04qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal
2015-11-04qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev
2015-10-29qdict: Make conversion from QObject * accept nullMarkus Armbruster
2015-10-19qga: fix uninitialized value warning for win32Michael Roth
2015-10-19qga: guest-exec simple stdin/stdout/stderr redirectionYuri Pudgorodskiy
2015-10-19qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all()Yuri Pudgorodskiy
2015-10-19qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev
2015-10-19qga: guest exec functionalityYuri Pudgorodskiy
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev
2015-10-19qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth
2015-10-19qga: do not override configuration verbosityMarc-André Lureau
2015-10-19qga: add QGA_CONF environment variableMarc-André Lureau
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-11typofixes - v4Veres Lajos
2015-09-11docs: fix a qga/qapi-schema.json commentMarc-André Lureau
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-10error: On abort, report where the error was createdMarkus Armbruster
2015-09-10qga/vss-win32: Document the DLL requires non-null errpMarkus Armbruster
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau