summaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2017-11-20qga: replace GetIfEntry with GetIfEntry2 for interface statsZhiPeng Lu1-16/+38
2017-10-25qga: add network stats to guest-network-get-interfacesZhiPeng Lu1-0/+50
2017-10-25qga-win: Updating guest_set_time actionBishara AbuHattoum1-1/+35
2017-07-18qemu-ga: add guest-get-osinfo commandTomáš Golembiovský1-0/+191
2017-07-11qga-win32: Fix memory leak of device information setLi Ping1-1/+4
2017-04-26qga: Add 'guest-get-users' commandVinzenz Feenstra1-0/+103
2017-04-26qga-win: Enable 'can-offline' field in 'guest-get-vcpus' replySameeh Jubran1-1/+1
2017-04-24qga: Make errp the last parameter of qga_vss_fsfreezeFam Zheng1-2/+2
2016-10-31qga: minimal support for fstrim for Windows guestsDenis V. Lunev1-3/+94
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-6/+2
2016-06-07qga: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-25qga: check utf8-to-utf16 conversionMarc-André Lureau1-3/+16
2016-02-25qga: fix off-by-one length checkMarc-André Lureau1-1/+1
2016-02-25qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau1-2/+4
2016-02-25qga: use size_t for wcslen() return valueMarc-André Lureau1-1/+2
2016-02-25qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau1-3/+3
2016-02-25qga: implement the guest-get-vcpus for windowsGal Hammer1-2/+66
2016-02-25qga: Support enum names in guest-file-seekEric Blake1-13/+6
2016-02-04qga: Clean up includesPeter Maydell1-2/+1
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange1-2/+9
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake1-1/+19
2015-11-11qga: fix append file open modes for win32Kirk Allan1-14/+15
2015-11-04qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal1-0/+27
2015-11-04qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal1-1/+1
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev1-7/+3
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-5/+5
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-1/+1
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau1-2/+75
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau1-2/+2
2015-07-07qga: added GuestPCIAddress informationMichael Roth1-1/+96
2015-07-07qga: added bus type and disk location pathOlga Krishtal1-1/+134
2015-07-07qga: added mountpoint and filesystem type for single volumeOlga Krishtal1-1/+53
2015-07-07qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal1-3/+24
2015-07-07qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan1-3/+216
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort1-1/+3
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-33/+33
2015-06-17qemu-ga: debug printouts to help troubleshoot installationYossi Hindin1-0/+1
2015-02-17qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik1-22/+22
2015-02-17qga: add memory block command that unsupportedzhanghailiang1-0/+2
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang1-0/+19
2015-02-16qga: implement file commands for Windows guestOlga Krishtal1-21/+250
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange1-0/+9
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama1-1/+31
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama1-0/+6
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama1-0/+9
2014-06-03qga: Fix handle fd leak in acquire_privilege()Gonglei1-2/+4
2014-05-09qga: Drop superfluous error_is_set()Markus Armbruster1-10/+0