summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
* 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
* qga: added bus type and disk location pathOlga Krishtal2015-07-072-2/+147
* qga: added mountpoint and filesystem type for single volumeOlga Krishtal2015-07-071-1/+53
* qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal2015-07-071-3/+24
* qga: fail early for invalid timeMarc-André Lureau2015-07-071-0/+7
* qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan2015-07-071-3/+216
* Revert "guest agent: remove g_strcmp0 usage"Markus Armbruster2015-07-071-1/+1
* qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort2015-07-073-17/+71
* qga/commands-posix: Fix bug in guest-fstrimJustin Ossevoort2015-07-071-5/+4
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-223-55/+55
* qemu-ga: Introduce Windows MSI scriptYossi Hindin2015-06-171-0/+145
* qemu-ga: debug printouts to help troubleshoot installationYossi Hindin2015-06-172-1/+2
* qemu-ga: adding vss-[un]install optionsYossi Hindin2015-06-171-1/+9
* qapi: Use 'struct' instead of 'type' in schemaEric Blake2015-05-051-14/+14
OpenPOWER on IntegriCloud