summaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-22qga: Rewrite code where using readdir_rzhanghailiang1-12/+15
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama1-0/+38
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama1-1/+437
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama1-1/+31
2014-07-18qga: Add missing 'static' attributeStefan Weil1-1/+1
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster1-6/+16
2014-05-09qga: Use return values instead of error_is_set(errp)Markus Armbruster1-3/+3
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster1-98/+101
2014-04-18qga: trivial fix for unclear documentation of guest-set-timeAmos Kong1-1/+1
2014-02-23qga: Fix memory allocation pastoMarkus Armbruster1-1/+1
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik1-14/+23
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-9/+9
2013-11-21qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil1-4/+4
2013-11-16qga: Fix shutdown command of guest agent to work with SysVwhitearchey1-1/+1
2013-10-10qemu-ga: execute fsfreeze-freeze in reverse order of mountsTomoki Sekiyama1-2/+2
2013-05-13qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek1-0/+3
2013-05-13qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek1-6/+16
2013-05-07qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek1-4/+119
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-03-11qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek1-6/+32
2013-03-11qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek1-6/+140
2013-03-11qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek1-0/+12
2013-03-11qga: add guest-set-time commandLei Li1-0/+55
2013-03-11qga: add guest-get-time commandLei Li1-0/+16
2013-03-11qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth1-6/+19
2013-01-28qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster1-5/+6
2013-01-28qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster1-4/+5
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil1-8/+5
2013-01-08qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thawTomoki Sekiyama1-0/+69
2013-01-08qemu-ga: guest_suspend(): improve error reportingLuiz Capitulino1-11/+18
2013-01-08qemu-ga: bios_supports_mode(): improve error reportingLuiz Capitulino1-19/+27
2013-01-08qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()Luiz Capitulino1-21/+8
2013-01-08qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()Luiz Capitulino1-7/+3
2013-01-08qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()Luiz Capitulino1-7/+3
2013-01-08qemu-ga: build_fs_mount_list(): take an Error argumentLuiz Capitulino1-14/+16
2013-01-08qemu-ga: qmp_guest_shutdown(): improve error reportingLuiz Capitulino1-10/+38
2013-01-08qemu-ga: qmp_guest_file_*: improve error reportingLuiz Capitulino1-9/+13
2013-01-08qemu-ga: qmp_guest_file_close(): fix fclose() error checkLuiz Capitulino1-1/+1
2013-01-08qemu-ga: guest_file_handle_find(): take an Error argumentLuiz Capitulino1-11/+7
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-2/+0
2012-10-05cleanup useless return sentenceAmos Kong1-2/+0
2012-10-05qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_nameJim Meyering1-1/+1
2012-06-21qemu-ga: add guest-fstrim commandPaolo Bonzini1-3/+75
2012-06-21qemu-ga: make names more generic for mount list functionsPaolo Bonzini1-18/+18
2012-05-29qemu-ga: avoid blocking on atime update when reading /etc/mtabMichael Roth1-1/+1
2012-05-29qemu-ga: Fix use of environ on DarwinAndreas Färber1-0/+5
2012-05-24qemu-ga: Fix missing environ declarationLuiz Capitulino1-1/+5
2012-05-15qemu-ga: guest-shutdown: use only async-signal-safe functionsLuiz Capitulino1-11/+8