summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
* 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
* qga: add --dump-conf optionMarc-André Lureau2015-09-011-0/+64
* qga: add an optional qemu-ga.conf system configurationMarc-André Lureau2015-09-011-7/+77
* qga: free a bit moreMarc-André Lureau2015-09-011-2/+4
* qga: move agent run in a separate functionMarc-André Lureau2015-09-011-76/+95
* qga: fill default options in main()Marc-André Lureau2015-09-011-17/+17
* qga: move option parsing to separate functionMarc-André Lureau2015-09-011-69/+96
* qga: copy argument stringsMarc-André Lureau2015-09-011-26/+31
* qga: rename 'path' to 'channel_path'Marc-André Lureau2015-09-011-4/+5
* qga: make split_list() return allocated stringsMarc-André Lureau2015-09-013-18/+14
* qga: move string split in separate functionMarc-André Lureau2015-09-011-11/+22
* qga: use exit() when parsing optionsMarc-André Lureau2015-09-011-12/+12
* qga: misc spellingMarc-André Lureau2015-09-011-1/+1
* qemu-ga: Fixed paths issue with MSI buildLeonid Bloch2015-09-011-3/+3
* qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstallLeonid Bloch2015-09-011-9/+5
* qemu-ga: Created a separate component for each installed file in the MSILeonid Bloch2015-09-011-11/+36
* qemu-ga: Minor cosmetic changes to the WXS fileLeonid Bloch2015-09-011-3/+3
* qemu-ga: Fixed GUID capitalizationLeonid Bloch2015-09-011-3/+3
* qemu-ga: Two MSI related cosmetic changesLeonid Bloch2015-09-011-1/+2
* qga: fixed versions for guest bus types in qapi-schemaOlga Krishtal2015-07-211-1/+1
* qga: added GuestPCIAddress informationMichael Roth2015-07-071-1/+96
OpenPOWER on IntegriCloud