Age | Commit message (Expand) | Author |
2013-01-30 | qemu-ga: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster |
2013-01-28 | qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error paths | Markus Armbruster |
2013-01-28 | qemu-ga: Plug memory leak in guest_fsfreeze_cleanup() | Markus Armbruster |
2013-01-19 | Replace non-portable asprintf by g_strdup_printf | Stefan Weil |
2013-01-15 | Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into staging | Anthony Liguori |
2013-01-14 | qga: add missing commas in json docs | Eric Blake |
2013-01-14 | qemu-ga: Handle errors uniformely in ga_channel_open() | Markus Armbruster |
2013-01-14 | qemu-ga: Plug fd leak on ga_channel_open() error paths | Markus Armbruster |
2013-01-14 | qemu-ga: Plug fd leak on ga_channel_listen_accept() error path | Markus Armbruster |
2013-01-14 | qemu-ga: Plug file descriptor leak on ga_open_pidfile() error path | Markus Armbruster |
2013-01-14 | qemu-ga: Drop pointless lseek() from ga_open_pidfile() | Markus Armbruster |
2013-01-14 | qemu-ga: Document intentional fall through in channel_event_cb() | Markus Armbruster |
2013-01-14 | qemu-ga: add ga_open_logfile() | Luiz Capitulino |
2013-01-14 | qemu-ga: ga_open_pidfile(): use qemu_open() | Luiz Capitulino |
2013-01-11 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2013-01-11 | qga/channel-posix.c: Explicitly include string.h | Peter Maydell |
2013-01-08 | qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw | Tomoki Sekiyama |
2013-01-08 | qemu-ga: guest_suspend(): improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: bios_supports_mode(): improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set() | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set() | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set() | Luiz Capitulino |
2013-01-08 | qemu-ga: build_fs_mount_list(): take an Error argument | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_shutdown(): improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_file_*: improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_file_close(): fix fclose() error check | Luiz Capitulino |
2013-01-08 | qemu-ga: guest_file_handle_find(): take an Error argument | Luiz Capitulino |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | qemu-ga: move qemu-ga files to qga/ | Paolo Bonzini |
2012-12-06 | qga/channel-posix.c: Include headers it needs | Eduardo Habkost |
2012-10-23 | qemu-ga: ask and print error information from qemu-sockets | Paolo Bonzini |
2012-10-23 | qemu-sockets: add Error ** to all functions | Paolo Bonzini |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno |
2012-10-05 | cleanup useless return sentence | Amos Kong |
2012-10-05 | qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name | Jim Meyering |
2012-07-29 | build: Fix linking failure for qemu-ga | Dunrong Huang |
2012-07-28 | build: include qapi-generated/ files in qga/Makefile.objs | Paolo Bonzini |
2012-06-21 | qemu-ga: add guest-fstrim command | Paolo Bonzini |
2012-06-21 | qemu-ga: make names more generic for mount list functions | Paolo Bonzini |
2012-06-07 | build: move qga/ objects to nested Makefile.objs | Paolo Bonzini |
2012-05-29 | qemu-ga: avoid blocking on atime update when reading /etc/mtab | Michael Roth |
2012-05-29 | qemu-ga: Fix use of environ on Darwin | Andreas Färber |
2012-05-24 | qemu-ga: Fix missing environ declaration | Luiz Capitulino |
2012-05-15 | qemu-ga: align versioning with QEMU_VERSION | Michael Roth |
2012-05-15 | qemu-ga: guest-shutdown: use only async-signal-safe functions | Luiz Capitulino |
2012-05-15 | qemu-ga: guest-shutdown: become synchronous | Luiz Capitulino |
2012-05-15 | qemu-ga: guest-suspend: make the API synchronous | Luiz Capitulino |
2012-05-15 | qemu-ga: make reopen_fd_to_null() public | Luiz Capitulino |
2012-05-14 | fix some common typos | Jim Meyering |