Age | Commit message (Expand) | Author |
2014-11-17 | qga: fix false negative argument passing | Gonglei |
2014-10-22 | qga: Rewrite code where using readdir_r | zhanghailiang |
2014-08-15 | channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK) | Gonglei |
2014-08-07 | qga: Disable unsupported commands by default | Tomoki Sekiyama |
2014-08-07 | qga: Add guest-get-fsinfo command | Tomoki Sekiyama |
2014-08-07 | qga: Add guest-fsfreeze-freeze-list command | Tomoki Sekiyama |
2014-07-18 | qga: Add missing 'static' attribute | Stefan Weil |
2014-06-03 | qga: Fix handle fd leak in acquire_privilege() | Gonglei |
2014-05-09 | qga: Drop superfluous error_is_set() | Markus Armbruster |
2014-05-09 | qga: Clean up fragile use of error_is_set() | Markus Armbruster |
2014-05-09 | qga: Use return values instead of error_is_set(errp) | Markus Armbruster |
2014-05-09 | qga: Consistently name Error ** objects errp, and not err | Markus Armbruster |
2014-05-07 | qga: Fix typo (plural) in comment | Stefan Weil |
2014-04-18 | qga: trivial fix for unclear documentation of guest-set-time | Amos Kong |
2014-04-07 | vss-win32: Fix build with mingw64-headers-3.1.0 | Tomoki Sekiyama |
2014-03-03 | qga: Remove unneeded include file | Stefan Weil |
2014-02-23 | qemu-ga: isa-serial support on Windows | Miki Mishael |
2014-02-23 | qga: Fix memory allocation pasto | Markus Armbruster |
2014-02-23 | qga: Don't require 'time' argument in guest-set-time command | Michal Privoznik |
2014-02-23 | qga: vss-win32: Fix interference with snapshot deletion by other VSS request | Tomoki Sekiyama |
2014-02-23 | qga: vss-win32: Fix interference with snapshot creation by other VSS requesters | Tomoki Sekiyama |
2014-02-23 | qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEvent | Tomoki Sekiyama |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster |
2013-11-25 | qga: Fix two format strings for MinGW | Stefan Weil |
2013-11-25 | Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging | Anthony Liguori |
2013-11-22 | qemu-ga: vss-win32: Install VSS provider COM+ application service | Tomoki Sekiyama |
2013-11-21 | qga: Fix compiler warnings (missing format attribute, wrong format strings) | Stefan Weil |
2013-11-16 | qga: Fix shutdown command of guest agent to work with SysV | whitearchey |
2013-11-13 | qga: Fix compilation for old versions of MinGW | Stefan Weil |
2013-10-10 | qemu-ga: Extend 'guest-info' command to expose flag 'success-response' | Mark Wu |
2013-10-10 | qemu-ga: Add interface to traverse the qmp command list by QmpCommand | Mark Wu |
2013-10-10 | qemu-ga: execute fsfreeze-freeze in reverse order of mounts | Tomoki Sekiyama |
2013-09-09 | qemu-ga: Install Windows VSS provider on `qemu-ga -s install' | Tomoki Sekiyama |
2013-09-09 | qemu-ga: Call Windows VSS requester in fsfreeze command handler | Tomoki Sekiyama |
2013-09-09 | qemu-ga: Add Windows VSS provider and requester as DLL | Tomoki Sekiyama |
2013-07-25 | qga: escape cmdline args when registering win32 service (CVE-2013-2231) | Laszlo Ersek |
2013-07-25 | ga_install_service(): nest error paths more idiomatically | Laszlo Ersek |
2013-07-25 | qga/service-win32.c: diagnostic output should go to stderr | Laszlo Ersek |
2013-05-30 | qga: save state directory in ga_install_service() | Laszlo Ersek |
2013-05-30 | qga: remove undefined behavior in ga_install_service() | Laszlo Ersek |
2013-05-30 | qga: create state directory on win32 | Laszlo Ersek |
2013-05-30 | qga: determine default state dir and pidfile dynamically | Laszlo Ersek |
2013-05-17 | Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into staging | Anthony Liguori |
2013-05-13 | qga: unlink just created guest-file if fchmod() or fdopen() fails on it | Laszlo Ersek |
2013-05-13 | qga: distinguish binary modes in "guest_file_open_modes" map | Laszlo Ersek |
2013-05-12 | remove double semicolons | Dong Xu Wang |
2013-05-07 | qga: set umask 0077 when daemonizing (CVE-2013-2007) | Laszlo Ersek |
2013-04-02 | qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows | Luiz Capitulino |
2013-04-02 | qga schema: document generic QERR_UNSUPPORTED | Laszlo Ersek |
2013-04-02 | qga schema: mark optional GuestLogicalProcessor.can-offline with #optional | Laszlo Ersek |