Age | Commit message (Expand) | Author | Files | Lines |
2013-11-21 | qga: Fix compiler warnings (missing format attribute, wrong format strings) | Stefan Weil | 1 | -4/+4 |
2013-11-16 | qga: Fix shutdown command of guest agent to work with SysV | whitearchey | 1 | -1/+1 |
2013-10-10 | qemu-ga: execute fsfreeze-freeze in reverse order of mounts | Tomoki Sekiyama | 1 | -2/+2 |
2013-05-13 | qga: unlink just created guest-file if fchmod() or fdopen() fails on it | Laszlo Ersek | 1 | -0/+3 |
2013-05-13 | qga: distinguish binary modes in "guest_file_open_modes" map | Laszlo Ersek | 1 | -6/+16 |
2013-05-07 | qga: set umask 0077 when daemonizing (CVE-2013-2007) | Laszlo Ersek | 1 | -4/+119 |
2013-03-22 | Fix typos and misspellings | Peter Maydell | 1 | -1/+1 |
2013-03-11 | qga: implement qmp_guest_set_vcpus() for Linux with sysfs | Laszlo Ersek | 1 | -6/+32 |
2013-03-11 | qga: implement qmp_guest_get_vcpus() for Linux with sysfs | Laszlo Ersek | 1 | -6/+140 |
2013-03-11 | qga: introduce guest-get-vcpus / guest-set-vcpus with stubs | Laszlo Ersek | 1 | -0/+12 |
2013-03-11 | qga: add guest-set-time command | Lei Li | 1 | -0/+55 |
2013-03-11 | qga: add guest-get-time command | Lei Li | 1 | -0/+16 |
2013-03-11 | qemu-ga: use key-value store to avoid recycling fd handles after restart | Michael Roth | 1 | -6/+19 |
2013-01-28 | qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error paths | Markus Armbruster | 1 | -5/+6 |
2013-01-28 | qemu-ga: Plug memory leak in guest_fsfreeze_cleanup() | Markus Armbruster | 1 | -4/+5 |
2013-01-19 | Replace non-portable asprintf by g_strdup_printf | Stefan Weil | 1 | -8/+5 |
2013-01-08 | qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw | Tomoki Sekiyama | 1 | -0/+69 |
2013-01-08 | qemu-ga: guest_suspend(): improve error reporting | Luiz Capitulino | 1 | -11/+18 |
2013-01-08 | qemu-ga: bios_supports_mode(): improve error reporting | Luiz Capitulino | 1 | -19/+27 |
2013-01-08 | qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set() | Luiz Capitulino | 1 | -21/+8 |
2013-01-08 | qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set() | Luiz Capitulino | 1 | -7/+3 |
2013-01-08 | qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set() | Luiz Capitulino | 1 | -7/+3 |
2013-01-08 | qemu-ga: build_fs_mount_list(): take an Error argument | Luiz Capitulino | 1 | -14/+16 |
2013-01-08 | qemu-ga: qmp_guest_shutdown(): improve error reporting | Luiz Capitulino | 1 | -10/+38 |
2013-01-08 | qemu-ga: qmp_guest_file_*: improve error reporting | Luiz Capitulino | 1 | -9/+13 |
2013-01-08 | qemu-ga: qmp_guest_file_close(): fix fclose() error check | Luiz Capitulino | 1 | -1/+1 |
2013-01-08 | qemu-ga: guest_file_handle_find(): take an Error argument | Luiz Capitulino | 1 | -11/+7 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -1/+1 |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 1 | -2/+0 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 1 | -2/+0 |
2012-10-05 | qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name | Jim Meyering | 1 | -1/+1 |
2012-06-21 | qemu-ga: add guest-fstrim command | Paolo Bonzini | 1 | -3/+75 |
2012-06-21 | qemu-ga: make names more generic for mount list functions | Paolo Bonzini | 1 | -18/+18 |
2012-05-29 | qemu-ga: avoid blocking on atime update when reading /etc/mtab | Michael Roth | 1 | -1/+1 |
2012-05-29 | qemu-ga: Fix use of environ on Darwin | Andreas Färber | 1 | -0/+5 |
2012-05-24 | qemu-ga: Fix missing environ declaration | Luiz Capitulino | 1 | -1/+5 |
2012-05-15 | qemu-ga: guest-shutdown: use only async-signal-safe functions | Luiz Capitulino | 1 | -11/+8 |
2012-05-15 | qemu-ga: guest-shutdown: become synchronous | Luiz Capitulino | 1 | -5/+16 |
2012-05-15 | qemu-ga: guest-suspend: make the API synchronous | Luiz Capitulino | 1 | -74/+54 |
2012-05-15 | qemu-ga: make reopen_fd_to_null() public | Luiz Capitulino | 1 | -19/+0 |
2012-05-14 | fix some common typos | Jim Meyering | 1 | -2/+2 |
2012-04-30 | qemu-ga: add a whitelist for fsfreeze-safe commands | Michael Roth | 1 | -26/+9 |
2012-04-30 | qemu-ga: improve recovery options for fsfreeze | Michael Roth | 1 | -54/+85 |
2012-04-19 | qemu-ga: generate missing stubs for fsfreeze | Michael Roth | 1 | -16/+20 |
2012-03-25 | qemu-ga: fix bsd build, and re-org linux-specific implementations | Michael Roth | 1 | -45/+66 |
2012-03-12 | qemu-ga: add guest-sync-delimited | Michael Roth | 1 | -3/+0 |
2012-03-12 | qemu-ga: add guest-network-get-interfaces command | Michal Privoznik | 1 | -0/+181 |
2012-03-12 | qemu-ga: add guest-suspend-hybrid | Luiz Capitulino | 1 | -0/+10 |
2012-03-12 | qemu-ga: add guest-suspend-ram | Luiz Capitulino | 1 | -0/+10 |