summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qapi: Unify type bypass and add testsEric Blake2015-05-051-4/+4
* misc: Fix new collection of typosStefan Weil2015-04-301-1/+1
* qga: fitering out -fstack-protector-strongJoseph Hindin2015-04-021-1/+1
* qga/commands-posix: Fix resource leakShannon Zhao2015-03-191-0/+1
* qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik2015-02-172-23/+26
* qga: add memory block command that unsupportedzhanghailiang2015-02-172-1/+5
* qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang2015-02-171-2/+29
* qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang2015-02-171-1/+29
* qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang2015-02-171-1/+232
* qga: introduce three guest memory block commmands with stubszhanghailiang2015-02-173-0/+180
* qga: implement file commands for Windows guestOlga Krishtal2015-02-161-21/+250
* guest agent: guest-file-open: refactoringSimon Zolin2015-02-161-8/+23
* qga: add guest-set-user-password commandDaniel P. Berrange2015-02-163-0/+146
* qga: fix false negative argument passingGonglei2014-11-171-2/+2
* qga: Rewrite code where using readdir_rzhanghailiang2014-10-221-12/+15
* channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)Gonglei2014-08-151-1/+1
* qga: Disable unsupported commands by defaultTomoki Sekiyama2014-08-074-1/+71
* qga: Add guest-get-fsinfo commandTomoki Sekiyama2014-08-073-1/+522
* qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama2014-08-073-1/+57
* qga: Add missing 'static' attributeStefan Weil2014-07-181-1/+1
* qga: Fix handle fd leak in acquire_privilege()Gonglei2014-06-031-2/+4
* qga: Drop superfluous error_is_set()Markus Armbruster2014-05-091-10/+0
* qga: Clean up fragile use of error_is_set()Markus Armbruster2014-05-092-20/+40
* qga: Use return values instead of error_is_set(errp)Markus Armbruster2014-05-092-3/+4
* qga: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-095-155/+161
* qga: Fix typo (plural) in commentStefan Weil2014-05-071-1/+1
* qga: trivial fix for unclear documentation of guest-set-timeAmos Kong2014-04-182-8/+8
* vss-win32: Fix build with mingw64-headers-3.1.0Tomoki Sekiyama2014-04-071-0/+3
* qga: Remove unneeded include fileStefan Weil2014-03-031-1/+0
* qemu-ga: isa-serial support on WindowsMiki Mishael2014-02-232-6/+31
* qga: Fix memory allocation pastoMarkus Armbruster2014-02-231-1/+1
* qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik2014-02-233-29/+51
* qga: vss-win32: Fix interference with snapshot deletion by other VSS requestTomoki Sekiyama2014-02-231-1/+3
* qga: vss-win32: Fix interference with snapshot creation by other VSS requestersTomoki Sekiyama2014-02-232-27/+36
* qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEventTomoki Sekiyama2014-02-232-17/+13
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-172-10/+10
* qga: Fix two format strings for MinGWStefan Weil2013-11-251-2/+2
OpenPOWER on IntegriCloud