summaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2015-07-21qga: fixed versions for guest bus types in qapi-schemaOlga Krishtal1-1/+1
2015-07-07qga: added GuestPCIAddress informationMichael Roth1-1/+96
2015-07-07qga: added bus type and disk location pathOlga Krishtal2-2/+147
2015-07-07qga: added mountpoint and filesystem type for single volumeOlga Krishtal1-1/+53
2015-07-07qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal1-3/+24
2015-07-07qga: fail early for invalid timeMarc-André Lureau1-0/+7
2015-07-07qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan1-3/+216
2015-07-07Revert "guest agent: remove g_strcmp0 usage"Markus Armbruster1-1/+1
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort3-17/+71
2015-07-07qga/commands-posix: Fix bug in guest-fstrimJustin Ossevoort1-5/+4
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster3-55/+55
2015-06-17qemu-ga: Introduce Windows MSI scriptYossi Hindin1-0/+145
2015-06-17qemu-ga: debug printouts to help troubleshoot installationYossi Hindin2-1/+2
2015-06-17qemu-ga: adding vss-[un]install optionsYossi Hindin1-1/+9
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake1-14/+14
2015-05-05qapi: Unify type bypass and add testsEric Blake1-4/+4
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-02qga: fitering out -fstack-protector-strongJoseph Hindin1-1/+1
2015-03-19qga/commands-posix: Fix resource leakShannon Zhao1-0/+1
2015-02-17qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik2-23/+26
2015-02-17qga: add memory block command that unsupportedzhanghailiang2-1/+5
2015-02-17qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang1-2/+29
2015-02-17qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang1-1/+29
2015-02-17qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang1-1/+232
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang3-0/+180
2015-02-16qga: implement file commands for Windows guestOlga Krishtal1-21/+250
2015-02-16guest agent: guest-file-open: refactoringSimon Zolin1-8/+23
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange3-0/+146
2014-11-17qga: fix false negative argument passingGonglei1-2/+2
2014-10-22qga: Rewrite code where using readdir_rzhanghailiang1-12/+15
2014-08-15channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)Gonglei1-1/+1
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama4-1/+71
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama3-1/+522
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama3-1/+57
2014-07-18qga: Add missing 'static' attributeStefan Weil1-1/+1
2014-06-03qga: Fix handle fd leak in acquire_privilege()Gonglei1-2/+4
2014-05-09qga: Drop superfluous error_is_set()Markus Armbruster1-10/+0
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster2-20/+40
2014-05-09qga: Use return values instead of error_is_set(errp)Markus Armbruster2-3/+4
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster5-155/+161
2014-05-07qga: Fix typo (plural) in commentStefan Weil1-1/+1
2014-04-18qga: trivial fix for unclear documentation of guest-set-timeAmos Kong2-8/+8
2014-04-07vss-win32: Fix build with mingw64-headers-3.1.0Tomoki Sekiyama1-0/+3
2014-03-03qga: Remove unneeded include fileStefan Weil1-1/+0
2014-02-23qemu-ga: isa-serial support on WindowsMiki Mishael2-6/+31
2014-02-23qga: Fix memory allocation pastoMarkus Armbruster1-1/+1
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik3-29/+51
2014-02-23qga: vss-win32: Fix interference with snapshot deletion by other VSS requestTomoki Sekiyama1-1/+3
2014-02-23qga: vss-win32: Fix interference with snapshot creation by other VSS requestersTomoki Sekiyama2-27/+36
2014-02-23qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEventTomoki Sekiyama2-17/+13