summaryrefslogtreecommitdiffstats
path: root/qga/commands-win32.c
Commit message (Expand)AuthorAgeFilesLines
* qga-win: Handle fstrim for OSes lower than Win8Sameeh Jubran2018-07-241-0/+13
* qga-win: add driver path usage to GuestFilesystemInfoChen Hanxiao2018-07-031-0/+12
* qga: check bytes count read by guest-file-readPrasad J Pandit2018-07-031-1/+1
* qga: use local path for local headersMichael S. Tsirkin2018-06-011-2/+2
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* qga: replace GetIfEntry with GetIfEntry2 for interface statsZhiPeng Lu2017-11-201-16/+38
* qga: add network stats to guest-network-get-interfacesZhiPeng Lu2017-10-261-0/+50
* qga-win: Updating guest_set_time actionBishara AbuHattoum2017-10-261-1/+35
* qemu-ga: add guest-get-osinfo commandTomáš Golembiovský2017-07-181-0/+191
* qga-win32: Fix memory leak of device information setLi Ping2017-07-111-1/+4
* qga: Add 'guest-get-users' commandVinzenz Feenstra2017-04-271-0/+103
* qga-win: Enable 'can-offline' field in 'guest-get-vcpus' replySameeh Jubran2017-04-271-1/+1
* qga: Make errp the last parameter of qga_vss_fsfreezeFam Zheng2017-04-241-2/+2
* qga: minimal support for fstrim for Windows guestsDenis V. Lunev2016-11-011-3/+94
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-4/+1Star
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-6/+2Star
* qga: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* qga: check utf8-to-utf16 conversionMarc-André Lureau2016-02-251-3/+16
* qga: fix off-by-one length checkMarc-André Lureau2016-02-251-1/+1
* qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau2016-02-251-2/+4
* qga: use size_t for wcslen() return valueMarc-André Lureau2016-02-251-1/+2
* qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau2016-02-251-3/+3
* qga: implement the guest-get-vcpus for windowsGal Hammer2016-02-251-2/+66
* qga: Support enum names in guest-file-seekEric Blake2016-02-251-13/+6Star
* qga: Clean up includesPeter Maydell2016-02-041-2/+1Star
* qga: convert to use error checked base64 decodeDaniel P. Berrange2015-12-181-2/+9
* qga: Better mapping of SEEK_* in guest-file-seekEric Blake2015-11-261-1/+19
* qga: fix append file open modes for win32Kirk Allan2015-11-111-14/+15
* qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal2015-11-041-0/+27
* qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal2015-11-041-1/+1
* qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev2015-10-201-7/+3Star
* qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-201-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-081-1/+96
* qga: added bus type and disk location pathOlga Krishtal2015-07-081-1/+134
* qga: added mountpoint and filesystem type for single volumeOlga Krishtal2015-07-081-1/+53
* qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal2015-07-081-3/+24
* qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan2015-07-081-3/+216
* qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort2015-07-081-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-081-1/+31