134 Commits (e3eb9806c70c7315336b5e310a841c8f381dacea)

Author SHA1 Message Date
Markus Armbruster 5e54769c92 qga: Drop superfluous error_is_set() 12 years ago
Markus Armbruster 0f230bf70e qga: Clean up fragile use of error_is_set() 12 years ago
Markus Armbruster a903f40c31 qga: Use return values instead of error_is_set(errp) 12 years ago
Markus Armbruster 77dbc81b0f qga: Consistently name Error ** objects errp, and not err 12 years ago
Stefan Weil 8e8be266af qga: Fix typo (plural) in comment 12 years ago
Amos Kong 1634df567d qga: trivial fix for unclear documentation of guest-set-time 13 years ago
Tomoki Sekiyama 9854202b57 vss-win32: Fix build with mingw64-headers-3.1.0 13 years ago
Stefan Weil cae8a9289b qga: Remove unneeded include file 13 years ago
Miki Mishael a749f42da5 qemu-ga: isa-serial support on Windows 13 years ago
Markus Armbruster 10b7c5dd0d qga: Fix memory allocation pasto 13 years ago
Michal Privoznik 2c958923bc qga: Don't require 'time' argument in guest-set-time command 13 years ago
Tomoki Sekiyama d9e1f574cb qga: vss-win32: Fix interference with snapshot deletion by other VSS request 13 years ago
Tomoki Sekiyama ff8adbcfdb qga: vss-win32: Fix interference with snapshot creation by other VSS requesters 13 years ago
Tomoki Sekiyama 4c1b8f1e83 qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEvent 13 years ago
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 13 years ago
Stefan Weil 16f4e8fa73 qga: Fix two format strings for MinGW 13 years ago
Tomoki Sekiyama bca4bf1028 qemu-ga: vss-win32: Install VSS provider COM+ application service 13 years ago
Stefan Weil d607a52364 qga: Fix compiler warnings (missing format attribute, wrong format strings) 13 years ago
whitearchey 485e741cd1 qga: Fix shutdown command of guest agent to work with SysV 13 years ago
Stefan Weil ba1c293109 qga: Fix compilation for old versions of MinGW 13 years ago
Mark Wu 0106dc4f05 qemu-ga: Extend 'guest-info' command to expose flag 'success-response' 13 years ago
Mark Wu 8dc4d915dd qemu-ga: Add interface to traverse the qmp command list by QmpCommand 13 years ago
Tomoki Sekiyama e5d9adbdab qemu-ga: execute fsfreeze-freeze in reverse order of mounts 13 years ago
Tomoki Sekiyama f311f2c20a qemu-ga: Install Windows VSS provider on `qemu-ga -s install' 13 years ago
Tomoki Sekiyama 64c0031740 qemu-ga: Call Windows VSS requester in fsfreeze command handler 13 years ago
Tomoki Sekiyama b39297aedf qemu-ga: Add Windows VSS provider and requester as DLL 13 years ago
Laszlo Ersek 340d51df55 qga: escape cmdline args when registering win32 service (CVE-2013-2231) 13 years ago
Laszlo Ersek 108365fdb0 ga_install_service(): nest error paths more idiomatically 13 years ago
Laszlo Ersek febf1c49be qga/service-win32.c: diagnostic output should go to stderr 13 years ago
Laszlo Ersek a839ee77c7 qga: save state directory in ga_install_service() 13 years ago
Laszlo Ersek a880845f3d qga: remove undefined behavior in ga_install_service() 13 years ago
Laszlo Ersek bf12c1fa8c qga: create state directory on win32 13 years ago
Laszlo Ersek c394ecb7bf qga: determine default state dir and pidfile dynamically 13 years ago
Laszlo Ersek 2b72001806 qga: unlink just created guest-file if fchmod() or fdopen() fails on it 13 years ago
Laszlo Ersek 8fe6bbca71 qga: distinguish binary modes in "guest_file_open_modes" map 13 years ago
Dong Xu Wang c7e775e4dd remove double semicolons 13 years ago
Laszlo Ersek c689b4f1ba qga: set umask 0077 when daemonizing (CVE-2013-2007) 14 years ago
Luiz Capitulino ce7f7cc271 qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows 14 years ago
Laszlo Ersek 9481ecd737 qga schema: document generic QERR_UNSUPPORTED 14 years ago
Laszlo Ersek c964c9e098 qga schema: mark optional GuestLogicalProcessor.can-offline with #optional 14 years ago
Lei Li b8f954fea0 qga: add windows implementation for guest-set-time 14 years ago
Lei Li 3f2a6087de qga: add windows implementation for guest-get-time 14 years ago
Peter Maydell 085d813407 Fix typos and misspellings 14 years ago
Peter Crosthwaite 4f30649618 qga/main.c: Don't use g_key_file_get/set_int64 14 years ago
Laszlo Ersek cbb65fc27f qga: implement qmp_guest_set_vcpus() for Linux with sysfs 14 years ago
Laszlo Ersek d2baff6253 qga: implement qmp_guest_get_vcpus() for Linux with sysfs 14 years ago
Laszlo Ersek 70e133a708 qga: introduce guest-get-vcpus / guest-set-vcpus with stubs 14 years ago
Lei Li a1bca57f75 qga: add guest-set-time command 14 years ago
Lei Li 6912e6a94c qga: add guest-get-time command 14 years ago
Michael Roth 39097daf15 qemu-ga: use key-value store to avoid recycling fd handles after restart 14 years ago