aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)Author
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-07qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek
2013-03-22Fix typos and misspellingsPeter Maydell
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-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-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
2013-01-08qemu-ga: qmp_guest_file_close(): fix fclose() error checkLuiz Capitulino
2013-01-08qemu-ga: guest_file_handle_find(): take an Error argumentLuiz Capitulino
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_nameJim Meyering
2012-06-21qemu-ga: add guest-fstrim commandPaolo Bonzini
2012-06-21qemu-ga: make names more generic for mount list functionsPaolo Bonzini
2012-05-29qemu-ga: avoid blocking on atime update when reading /etc/mtabMichael Roth
2012-05-29qemu-ga: Fix use of environ on DarwinAndreas Färber
2012-05-24qemu-ga: Fix missing environ declarationLuiz Capitulino
2012-05-15qemu-ga: guest-shutdown: use only async-signal-safe functionsLuiz Capitulino
2012-05-15qemu-ga: guest-shutdown: become synchronousLuiz Capitulino
2012-05-15qemu-ga: guest-suspend: make the API synchronousLuiz Capitulino
2012-05-15qemu-ga: make reopen_fd_to_null() publicLuiz Capitulino
2012-05-14fix some common typosJim Meyering
2012-04-30qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth
2012-04-30qemu-ga: improve recovery options for fsfreezeMichael Roth
2012-04-19qemu-ga: generate missing stubs for fsfreezeMichael Roth
2012-03-25qemu-ga: fix bsd build, and re-org linux-specific implementationsMichael Roth
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth
2012-03-12qemu-ga: add guest-network-get-interfaces commandMichal Privoznik
2012-03-12qemu-ga: add guest-suspend-hybridLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-ramLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-diskLuiz Capitulino
2012-02-23qemu-ga: rename guest-agent-commands.c -> commands-posix.cMichael Roth