aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2015-11-04qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal
2015-11-04qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal
2015-11-04qga: drop hand-made guest_file_toggle_flags helperDenis V. Lunev
2015-10-29qdict: Make conversion from QObject * accept nullMarkus Armbruster
2015-10-19qga: fix uninitialized value warning for win32Michael Roth
2015-10-19qga: guest-exec simple stdin/stdout/stderr redirectionYuri Pudgorodskiy
2015-10-19qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all()Yuri Pudgorodskiy
2015-10-19qga: handle possible SIGPIPE in guest-file-writeDenis V. Lunev
2015-10-19qga: guest exec functionalityYuri Pudgorodskiy
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev
2015-10-19qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocksMichael Roth
2015-10-19qga: do not override configuration verbosityMarc-André Lureau
2015-10-19qga: add QGA_CONF environment variableMarc-André Lureau
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-11typofixes - v4Veres Lajos
2015-09-11docs: fix a qga/qapi-schema.json commentMarc-André Lureau
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-10error: On abort, report where the error was createdMarkus Armbruster
2015-09-10qga/vss-win32: Document the DLL requires non-null errpMarkus Armbruster
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau
2015-09-01qga: add --dump-conf optionMarc-André Lureau
2015-09-01qga: add an optional qemu-ga.conf system configurationMarc-André Lureau
2015-09-01qga: free a bit moreMarc-André Lureau
2015-09-01qga: move agent run in a separate functionMarc-André Lureau
2015-09-01qga: fill default options in main()Marc-André Lureau
2015-09-01qga: move option parsing to separate functionMarc-André Lureau
2015-09-01qga: copy argument stringsMarc-André Lureau
2015-09-01qga: rename 'path' to 'channel_path'Marc-André Lureau
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau
2015-09-01qga: move string split in separate functionMarc-André Lureau
2015-09-01qga: use exit() when parsing optionsMarc-André Lureau
2015-09-01qga: misc spellingMarc-André Lureau
2015-09-01qemu-ga: Fixed paths issue with MSI buildLeonid Bloch
2015-09-01qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstallLeonid Bloch
2015-09-01qemu-ga: Created a separate component for each installed file in the MSILeonid Bloch
2015-09-01qemu-ga: Minor cosmetic changes to the WXS fileLeonid Bloch
2015-09-01qemu-ga: Fixed GUID capitalizationLeonid Bloch
2015-09-01qemu-ga: Two MSI related cosmetic changesLeonid Bloch
2015-07-21qga: fixed versions for guest bus types in qapi-schemaOlga Krishtal
2015-07-07qga: added GuestPCIAddress informationMichael Roth
2015-07-07qga: added bus type and disk location pathOlga Krishtal
2015-07-07qga: added mountpoint and filesystem type for single volumeOlga Krishtal
2015-07-07qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal
2015-07-07qga: fail early for invalid timeMarc-André Lureau
2015-07-07qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan
2015-07-07Revert "guest agent: remove g_strcmp0 usage"Markus Armbruster
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort
2015-07-07qga/commands-posix: Fix bug in guest-fstrimJustin Ossevoort
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster