aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
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
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-15qga/main.c: Don't use g_key_file_get/set_int64Peter Crosthwaite
2013-03-11qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek
2013-03-11qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek
2013-03-11qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek
2013-03-11qga: add guest-set-time commandLei Li
2013-03-11qga: add guest-get-time commandLei Li
2013-03-11qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth
2013-03-11qemu-ga: make guest-sync-delimited available during fsfreezeMichael Roth
2013-03-11qemu-ga: fix confusing GAChannelMethod comparisonStefan Hajnoczi
2013-03-11qga: cast to int for DWORD typeLei Li
2013-01-30qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-28qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster
2013-01-28qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil
2013-01-15Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into stagingAnthony Liguori
2013-01-14qga: add missing commas in json docsEric Blake
2013-01-14qemu-ga: Handle errors uniformely in ga_channel_open()Markus Armbruster
2013-01-14qemu-ga: Plug fd leak on ga_channel_open() error pathsMarkus Armbruster
2013-01-14qemu-ga: Plug fd leak on ga_channel_listen_accept() error pathMarkus Armbruster
2013-01-14qemu-ga: Plug file descriptor leak on ga_open_pidfile() error pathMarkus Armbruster