summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori2013-11-252-5/+5
|\
| * qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil2013-11-212-5/+5
* | qemu-ga: vss-win32: Install VSS provider COM+ application serviceTomoki Sekiyama2013-11-221-6/+10
|/
* qga: Fix shutdown command of guest agent to work with SysVwhitearchey2013-11-161-1/+1
* qga: Fix compilation for old versions of MinGWStefan Weil2013-11-131-0/+1
* qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu2013-10-102-1/+5
* qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu2013-10-102-68/+45
* qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama2013-10-101-2/+2
* qemu-ga: Install Windows VSS provider on `qemu-ga -s install'Tomoki Sekiyama2013-09-093-1/+37
* qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama2013-09-094-8/+240
* qemu-ga: Add Windows VSS provider and requester as DLLTomoki Sekiyama2013-09-0910-0/+1717
* qga: escape cmdline args when registering win32 service (CVE-2013-2231)Laszlo Ersek2013-07-251-5/+74
* ga_install_service(): nest error paths more idiomaticallyLaszlo Ersek2013-07-251-10/+12
OpenPOWER on IntegriCloud