summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
* 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
* qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-1/+1
* qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster2013-01-281-5/+6
* qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster2013-01-281-4/+5
* Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-191-8/+5
* Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into stagingAnthony Liguori2013-01-151-2/+2
|\
| * qga: add missing commas in json docsEric Blake2013-01-141-2/+2
* | qemu-ga: Handle errors uniformely in ga_channel_open()Markus Armbruster2013-01-141-4/+7
* | qemu-ga: Plug fd leak on ga_channel_open() error pathsMarkus Armbruster2013-01-141-0/+1
* | qemu-ga: Plug fd leak on ga_channel_listen_accept() error pathMarkus Armbruster2013-01-141-0/+1
* | qemu-ga: Plug file descriptor leak on ga_open_pidfile() error pathMarkus Armbruster2013-01-141-0/+2
* | qemu-ga: Drop pointless lseek() from ga_open_pidfile()Markus Armbruster2013-01-141-1/+1
* | qemu-ga: Document intentional fall through in channel_event_cb()Markus Armbruster2013-01-141-0/+1
* | qemu-ga: add ga_open_logfile()Luiz Capitulino2013-01-141-2/+15
* | qemu-ga: ga_open_pidfile(): use qemu_open()Luiz Capitulino2013-01-141-1/+1
|/
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-111-0/+1
|\
| * qga/channel-posix.c: Explicitly include string.hPeter Maydell2013-01-111-0/+1
* | qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thawTomoki Sekiyama2013-01-083-1/+117
* | qemu-ga: guest_suspend(): improve error reportingLuiz Capitulino2013-01-081-11/+18
* | qemu-ga: bios_supports_mode(): improve error reportingLuiz Capitulino2013-01-081-19/+27
OpenPOWER on IntegriCloud