summaryrefslogtreecommitdiffstats
path: root/qga/commands-win32.c
Commit message (Expand)AuthorAgeFilesLines
* qga: drop < Vista compatibilityMarc-André Lureau2019-01-111-64/+0Star
* build-sys: build with Vista API by defaultMarc-André Lureau2019-01-111-5/+1Star
* qga-win: fix leaks of build_guest_disk_info()Marc-André Lureau2018-11-091-1/+4
* qga: fix an off-by-one issueLi Qiang2018-10-311-1/+1
* qga-win: demystify namespace strippingTomáš Golembiovský2018-10-311-1/+8
* qga-win: return disk device in guest-get-fsinfoTomáš Golembiovský2018-10-311-10/+11
* qga-win: handle multi-disk volumesTomáš Golembiovský2018-10-311-18/+108
* qga-win: refactor disk infoTomáš Golembiovský2018-10-311-17/+35
* qga-win: report disk serial numberTomáš Golembiovský2018-10-311-0/+30
* qga-win: refactor disk properties (bus)Tomáš Golembiovský2018-10-311-18/+27
* qga-win: add debugging informationTomáš Golembiovský2018-10-311-0/+15
* qga-win: fsinfo: pci-info: allow partial infoSameeh Jubran2018-10-311-13/+33
* qga-win: prevent crash when executing fsinfo commandSameeh Jubran2018-10-311-1/+5
* qga-win: add support for qmp_guest_fsfreeze_freeze_listChen Hanxiao2018-10-301-12/+9Star
* qga: Support Unicode paths in guest-file-open on win32Jonathon Reinhart2018-10-301-5/+19
* 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