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