aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
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
2013-01-14qemu-ga: Drop pointless lseek() from ga_open_pidfile()Markus Armbruster
2013-01-14qemu-ga: Document intentional fall through in channel_event_cb()Markus Armbruster
2013-01-14qemu-ga: add ga_open_logfile()Luiz Capitulino
2013-01-14qemu-ga: ga_open_pidfile(): use qemu_open()Luiz Capitulino
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-01-11qga/channel-posix.c: Explicitly include string.hPeter Maydell
2013-01-08qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thawTomoki Sekiyama
2013-01-08qemu-ga: guest_suspend(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: bios_supports_mode(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()Luiz Capitulino
2013-01-08qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()Luiz Capitulino
2013-01-08qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()Luiz Capitulino
2013-01-08qemu-ga: build_fs_mount_list(): take an Error argumentLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_shutdown(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_file_*: improve error reportingLuiz Capitulino