summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
* 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
* qga/service-win32.c: diagnostic output should go to stderrLaszlo Ersek2013-07-251-3/+3
* qga: save state directory in ga_install_service()Laszlo Ersek2013-05-303-3/+17
* qga: remove undefined behavior in ga_install_service()Laszlo Ersek2013-05-301-8/+11
* qga: create state directory on win32Laszlo Ersek2013-05-301-0/+14
* qga: determine default state dir and pidfile dynamicallyLaszlo Ersek2013-05-301-6/+26
* Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into stagingAnthony Liguori2013-05-171-6/+19
|\
| * qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek2013-05-131-0/+3
| * qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek2013-05-131-6/+16
* | remove double semicolonsDong Xu Wang2013-05-121-1/+1
|/
* qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek2013-05-072-5/+120
* qemu-ga: ga_get_fd_handle(): abort if fd_counter overflowsLuiz Capitulino2013-04-021-2/+6
* qga schema: document generic QERR_UNSUPPORTEDLaszlo Ersek2013-04-021-0/+11
* qga schema: mark optional GuestLogicalProcessor.can-offline with #optionalLaszlo Ersek2013-04-021-3/+4
* qga: add windows implementation for guest-set-timeLei Li2013-04-021-1/+28
* qga: add windows implementation for guest-get-timeLei Li2013-04-021-2/+25
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* qga/main.c: Don't use g_key_file_get/set_int64Peter Crosthwaite2013-03-151-2/+2
* qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek2013-03-111-6/+32
* qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek2013-03-111-6/+140
* qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek2013-03-113-0/+96
* qga: add guest-set-time commandLei Li2013-03-113-0/+86
* qga: add guest-get-time commandLei Li2013-03-113-0/+35
* qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth2013-03-113-6/+204
* qemu-ga: make guest-sync-delimited available during fsfreezeMichael Roth2013-03-111-0/+1
* qemu-ga: fix confusing GAChannelMethod comparisonStefan Hajnoczi2013-03-111-1/+1
* qga: cast to int for DWORD typeLei Li2013-03-111-1/+1
OpenPOWER on IntegriCloud