aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)Author
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake
2015-11-11qga: fix append file open modes for win32Kirk Allan
2015-11-04qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal
2015-11-04qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau
2015-07-07qga: added GuestPCIAddress informationMichael Roth
2015-07-07qga: added bus type and disk location pathOlga Krishtal
2015-07-07qga: added mountpoint and filesystem type for single volumeOlga Krishtal
2015-07-07qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal
2015-07-07qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-17qemu-ga: debug printouts to help troubleshoot installationYossi Hindin
2015-02-17qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik
2015-02-17qga: add memory block command that unsupportedzhanghailiang
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang
2015-02-16qga: implement file commands for Windows guestOlga Krishtal
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama
2014-06-03qga: Fix handle fd leak in acquire_privilege()Gonglei
2014-05-09qga: Drop superfluous error_is_set()Markus Armbruster
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2013-11-25qga: Fix two format strings for MinGWStefan Weil
2013-09-09qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama
2013-04-02qga: add windows implementation for guest-set-timeLei Li
2013-04-02qga: add windows implementation for guest-get-timeLei Li
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
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-10-05cleanup useless return sentenceAmos Kong
2012-06-21qemu-ga: add guest-fstrim commandPaolo Bonzini
2012-03-12qemu-ga: add guest-network-get-interfaces commandMichal Privoznik
2012-03-12qemu-ga: add win32 guest-suspend-ram commandMichael Roth
2012-03-12qemu-ga: add win32 guest-suspend-disk command.Gal Hammer
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: add win32 guest-shutdown commandMichael Roth
2012-02-23qemu-ga: fixes for win32 build of qemu-gaMichael Roth