summaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster2-10/+10
2013-11-25qga: Fix two format strings for MinGWStefan Weil1-2/+2
2013-11-25Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori2-5/+5
2013-11-22qemu-ga: vss-win32: Install VSS provider COM+ application serviceTomoki Sekiyama1-6/+10
2013-11-21qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil2-5/+5
2013-11-16qga: Fix shutdown command of guest agent to work with SysVwhitearchey1-1/+1
2013-11-13qga: Fix compilation for old versions of MinGWStefan Weil1-0/+1
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu2-1/+5
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu2-68/+45
2013-10-10qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama1-2/+2
2013-09-09qemu-ga: Install Windows VSS provider on `qemu-ga -s install'Tomoki Sekiyama3-1/+37
2013-09-09qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama4-8/+240
2013-09-09qemu-ga: Add Windows VSS provider and requester as DLLTomoki Sekiyama10-0/+1717
2013-07-25qga: escape cmdline args when registering win32 service (CVE-2013-2231)Laszlo Ersek1-5/+74
2013-07-25ga_install_service(): nest error paths more idiomaticallyLaszlo Ersek1-10/+12
2013-07-25qga/service-win32.c: diagnostic output should go to stderrLaszlo Ersek1-3/+3
2013-05-30qga: save state directory in ga_install_service()Laszlo Ersek3-3/+17
2013-05-30qga: remove undefined behavior in ga_install_service()Laszlo Ersek1-8/+11
2013-05-30qga: create state directory on win32Laszlo Ersek1-0/+14
2013-05-30qga: determine default state dir and pidfile dynamicallyLaszlo Ersek1-6/+26
2013-05-17Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into stagingAnthony Liguori1-6/+19
2013-05-13qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek1-0/+3
2013-05-13qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek1-6/+16
2013-05-12remove double semicolonsDong Xu Wang1-1/+1
2013-05-07qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek2-5/+120
2013-04-02qemu-ga: ga_get_fd_handle(): abort if fd_counter overflowsLuiz Capitulino1-2/+6
2013-04-02qga schema: document generic QERR_UNSUPPORTEDLaszlo Ersek1-0/+11
2013-04-02qga schema: mark optional GuestLogicalProcessor.can-offline with #optionalLaszlo Ersek1-3/+4