summaryrefslogtreecommitdiffstats
path: root/qga/commands-win32.c
Commit message (Expand)AuthorAgeFilesLines
* qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev2015-10-191-7/+3
* qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-191-5/+5
* maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau2015-09-011-2/+75
* qga: make split_list() return allocated stringsMarc-André Lureau2015-09-011-2/+2
* qga: added GuestPCIAddress informationMichael Roth2015-07-071-1/+96
* qga: added bus type and disk location pathOlga Krishtal2015-07-071-1/+134
* qga: added mountpoint and filesystem type for single volumeOlga Krishtal2015-07-071-1/+53
* qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal2015-07-071-3/+24
* qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan2015-07-071-3/+216
* qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort2015-07-071-1/+3
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-33/+33
* qemu-ga: debug printouts to help troubleshoot installationYossi Hindin2015-06-171-0/+1
* qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik2015-02-171-22/+22
* qga: add memory block command that unsupportedzhanghailiang2015-02-171-0/+2
* qga: introduce three guest memory block commmands with stubszhanghailiang2015-02-171-0/+19
* qga: implement file commands for Windows guestOlga Krishtal2015-02-161-21/+250
* qga: add guest-set-user-password commandDaniel P. Berrange2015-02-161-0/+9
* qga: Disable unsupported commands by defaultTomoki Sekiyama2014-08-071-1/+31
* qga: Add guest-get-fsinfo commandTomoki Sekiyama2014-08-071-0/+6
* qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama2014-08-071-0/+9
* qga: Fix handle fd leak in acquire_privilege()Gonglei2014-06-031-2/+4
* qga: Drop superfluous error_is_set()Markus Armbruster2014-05-091-10/+0
* qga: Clean up fragile use of error_is_set()Markus Armbruster2014-05-091-14/+24
* qga: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-091-51/+54
* qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik2014-02-231-11/+23
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
* qga: Fix two format strings for MinGWStefan Weil2013-11-251-2/+2
* qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama2013-09-091-8/+74
* qga: add windows implementation for guest-set-timeLei Li2013-04-021-1/+28
* qga: add windows implementation for guest-get-timeLei Li2013-04-021-2/+25
* qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek2013-03-111-0/+12
* qga: add guest-set-time commandLei Li2013-03-111-0/+5
* qga: add guest-get-time commandLei Li2013-03-111-0/+6
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* cleanup useless return sentenceAmos Kong2012-10-051-2/+0
* qemu-ga: add guest-fstrim commandPaolo Bonzini2012-06-211-0/+11
* qemu-ga: add guest-network-get-interfaces commandMichal Privoznik2012-03-121-0/+6
* qemu-ga: add win32 guest-suspend-ram commandMichael Roth2012-03-121-9/+25
* qemu-ga: add win32 guest-suspend-disk command.Gal Hammer2012-03-121-12/+120
* qemu-ga: add guest-suspend-hybridLuiz Capitulino2012-03-121-0/+5
* qemu-ga: add guest-suspend-ramLuiz Capitulino2012-03-121-0/+5
* qemu-ga: add guest-suspend-diskLuiz Capitulino2012-03-121-0/+5
* qemu-ga: add win32 guest-shutdown commandMichael Roth2012-02-231-1/+40
* qemu-ga: fixes for win32 build of qemu-gaMichael Roth2012-02-231-0/+91
OpenPOWER on IntegriCloud