summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
* qga: Workaround for console redirection from non-interactive qemu-ga serviceYuri Pudgorodskiy2019-11-291-2/+2
* qga: fix fd leak with guest-exec i/o channelsYuriy Pudgorodskiy2019-11-291-0/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-293-0/+3
* Clean up includes some moreMarkus Armbruster2019-11-292-2/+0
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* qemu-ga: drop unused local err variableStefan Hajnoczi2019-11-291-6/+0
* qga: fix w32 breakage due to missing osdep.h includesMichael Roth2019-11-295-9/+8
* qga: check utf8-to-utf16 conversionMarc-André Lureau2019-11-291-3/+16
* qga: fix off-by-one length checkMarc-André Lureau2019-11-291-1/+1
* qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau2019-11-291-2/+4
* qga: use size_t for wcslen() return valueMarc-André Lureau2019-11-291-1/+2
* qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau2019-11-291-3/+3
* qga: implement the guest-get-vcpus for windowsGal Hammer2019-11-291-2/+66
* qemu-ga: Fixed minor version switch issueLeonid Bloch2019-11-291-1/+1
* qga: Support enum names in guest-file-seekEric Blake2019-11-295-35/+66
* all: Clean up includesPeter Maydell2019-11-293-3/+0
* qga: Clean up includesPeter Maydell2019-11-299-28/+9
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-1/+1
* qga: convert to use error checked base64 decodeDaniel P. Berrange2019-11-293-5/+30
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-0/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-11-26' in...Peter Maydell2015-11-261-1/+1
|\
| * qjson: store tokens in a GQueuePaolo Bonzini2015-11-261-1/+1
* | qga: added another non-interactive gspawn() helper file.Yuri Pudgorodskiy2015-11-251-0/+7
* | qga: Better mapping of SEEK_* in guest-file-seekEric Blake2015-11-254-4/+46
* | qga: flush explicitly when neededMarc-André Lureau2015-11-251-0/+37
* | qga: gspawn() console helper to Windows guest agent msi buildYuri Pudgorodskiy2015-11-251-0/+11
|/
* qga: allow to lookup in PATH from the passed envp for guest-execYuri Pudgorodskiy2015-11-171-0/+3
* qga: fix for default env processing for guest-execYuri Pudgorodskiy2015-11-171-1/+1
* qga: fix append file open modes for win32Kirk Allan2015-11-111-14/+15
* qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal2015-11-041-0/+27
* qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal2015-11-041-1/+1
* qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev2015-11-041-25/+2
* qdict: Make conversion from QObject * accept nullMarkus Armbruster2015-10-291-8/+3
* qga: fix uninitialized value warning for win32Michael Roth2015-10-191-1/+1
* qga: guest-exec simple stdin/stdout/stderr redirectionYuri Pudgorodskiy2015-10-192-9/+187
* qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all()Yuri Pudgorodskiy2015-10-191-12/+11
* qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev2015-10-192-1/+23
* qga: guest exec functionalityYuri Pudgorodskiy2015-10-192-0/+261
* qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev2015-10-192-14/+6
* qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth2015-10-191-2/+8
* qga: do not override configuration verbosityMarc-André Lureau2015-10-191-2/+2
* qga: add QGA_CONF environment variableMarc-André Lureau2015-10-191-1/+2
* qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-196-17/+17
* typofixes - v4Veres Lajos2015-09-111-1/+1
* docs: fix a qga/qapi-schema.json commentMarc-André Lureau2015-09-111-1/+2
* maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* error: On abort, report where the error was createdMarkus Armbruster2015-09-103-5/+8
* qga/vss-win32: Document the DLL requires non-null errpMarkus Armbruster2015-09-103-2/+4
* qga: Clean up unnecessarily dirty castsMarkus Armbruster2015-09-103-9/+9
* qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau2015-09-011-2/+75
OpenPOWER on IntegriCloud