summaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2016-04-07qga: Workaround for console redirection from non-interactive qemu-ga serviceYuri Pudgorodskiy1-2/+2
2016-04-07qga: fix fd leak with guest-exec i/o channelsYuriy Pudgorodskiy1-0/+4
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-2/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa3-0/+3
2016-03-22Clean up includes some moreMarkus Armbruster2-2/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-20qemu-ga: drop unused local err variableStefan Hajnoczi1-6/+0
2016-02-25qga: fix w32 breakage due to missing osdep.h includesMichael Roth5-9/+8
2016-02-25qga: check utf8-to-utf16 conversionMarc-André Lureau1-3/+16
2016-02-25qga: fix off-by-one length checkMarc-André Lureau1-1/+1
2016-02-25qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau1-2/+4
2016-02-25qga: use size_t for wcslen() return valueMarc-André Lureau1-1/+2
2016-02-25qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau1-3/+3
2016-02-25qga: implement the guest-get-vcpus for windowsGal Hammer1-2/+66
2016-02-25qemu-ga: Fixed minor version switch issueLeonid Bloch1-1/+1
2016-02-25qga: Support enum names in guest-file-seekEric Blake5-35/+66
2016-02-23all: Clean up includesPeter Maydell3-3/+0
2016-02-04qga: Clean up includesPeter Maydell9-27/+9
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. Berrange3-5/+30
2015-11-26Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-11-26' in...Peter Maydell1-1/+1
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini1-1/+1
2015-11-25qga: added another non-interactive gspawn() helper file.Yuri Pudgorodskiy1-0/+7
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake4-4/+46
2015-11-25qga: flush explicitly when neededMarc-André Lureau1-0/+37
2015-11-25qga: gspawn() console helper to Windows guest agent msi buildYuri Pudgorodskiy1-0/+11
2015-11-17qga: allow to lookup in PATH from the passed envp for guest-execYuri Pudgorodskiy1-0/+3
2015-11-17qga: fix for default env processing for guest-execYuri Pudgorodskiy1-1/+1
2015-11-11qga: fix append file open modes for win32Kirk Allan1-14/+15
2015-11-04qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal1-0/+27
2015-11-04qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal1-1/+1
2015-11-04qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev1-25/+2
2015-10-29qdict: Make conversion from QObject * accept nullMarkus Armbruster1-8/+3
2015-10-19qga: fix uninitialized value warning for win32Michael Roth1-1/+1
2015-10-19qga: guest-exec simple stdin/stdout/stderr redirectionYuri Pudgorodskiy2-9/+187
2015-10-19qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all()Yuri Pudgorodskiy1-12/+11
2015-10-19qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev2-1/+23
2015-10-19qga: guest exec functionalityYuri Pudgorodskiy2-0/+261
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev2-14/+6
2015-10-19qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth1-2/+8
2015-10-19qga: do not override configuration verbosityMarc-André Lureau1-2/+2
2015-10-19qga: add QGA_CONF environment variableMarc-André Lureau1-1/+2
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster6-17/+17
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11docs: fix a qga/qapi-schema.json commentMarc-André Lureau1-1/+2
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-1/+1
2015-09-10error: On abort, report where the error was createdMarkus Armbruster3-5/+8
2015-09-10qga/vss-win32: Document the DLL requires non-null errpMarkus Armbruster3-2/+4
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster3-9/+9
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau1-2/+75