aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2014-08-15channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)Gonglei
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama
2014-07-18qga: Add missing 'static' attributeStefan Weil
2014-06-03qga: Fix handle fd leak in acquire_privilege()Gonglei
2014-05-09qga: Drop superfluous error_is_set()Markus Armbruster
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster
2014-05-09qga: Use return values instead of error_is_set(errp)Markus Armbruster
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-05-07qga: Fix typo (plural) in commentStefan Weil
2014-04-18qga: trivial fix for unclear documentation of guest-set-timeAmos Kong
2014-04-07vss-win32: Fix build with mingw64-headers-3.1.0Tomoki Sekiyama
2014-03-03qga: Remove unneeded include fileStefan Weil
2014-02-23qemu-ga: isa-serial support on WindowsMiki Mishael
2014-02-23qga: Fix memory allocation pastoMarkus Armbruster
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik
2014-02-23qga: vss-win32: Fix interference with snapshot deletion by other VSS requestTomoki Sekiyama
2014-02-23qga: vss-win32: Fix interference with snapshot creation by other VSS requestersTomoki Sekiyama
2014-02-23qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEventTomoki Sekiyama
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2013-11-25qga: Fix two format strings for MinGWStefan Weil
2013-11-25Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori
2013-11-22qemu-ga: vss-win32: Install VSS provider COM+ application serviceTomoki Sekiyama
2013-11-21qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil
2013-11-16qga: Fix shutdown command of guest agent to work with SysVwhitearchey
2013-11-13qga: Fix compilation for old versions of MinGWStefan Weil
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu
2013-10-10qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama
2013-09-09qemu-ga: Install Windows VSS provider on `qemu-ga -s install'Tomoki Sekiyama
2013-09-09qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama
2013-09-09qemu-ga: Add Windows VSS provider and requester as DLLTomoki Sekiyama
2013-07-25qga: escape cmdline args when registering win32 service (CVE-2013-2231)Laszlo Ersek
2013-07-25ga_install_service(): nest error paths more idiomaticallyLaszlo Ersek
2013-07-25qga/service-win32.c: diagnostic output should go to stderrLaszlo Ersek
2013-05-30qga: save state directory in ga_install_service()Laszlo Ersek
2013-05-30qga: remove undefined behavior in ga_install_service()Laszlo Ersek
2013-05-30qga: create state directory on win32Laszlo Ersek
2013-05-30qga: determine default state dir and pidfile dynamicallyLaszlo Ersek
2013-05-17Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into stagingAnthony Liguori
2013-05-13qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek
2013-05-13qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek
2013-05-12remove double semicolonsDong Xu Wang
2013-05-07qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek
2013-04-02qemu-ga: ga_get_fd_handle(): abort if fd_counter overflowsLuiz Capitulino
2013-04-02qga schema: document generic QERR_UNSUPPORTEDLaszlo Ersek
2013-04-02qga schema: mark optional GuestLogicalProcessor.can-offline with #optionalLaszlo Ersek
2013-04-02qga: add windows implementation for guest-set-timeLei Li
2013-04-02qga: add windows implementation for guest-get-timeLei Li