aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-18qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-1/+1
2019-11-04qga: Add "guest-get-memory-block-info" to blacklistBasil Salman1-1/+1
2019-11-04qga-win: network-get-interfaces command name field bug fixBishara AbuHattoum1-5/+5
2019-05-07qga: Fix mingw compilation warnings on enum conversionCao Jiaxi1-1/+1
2019-03-18qga: Fix guest-get-fsinfo PCI address collection in WindowsMatt Hines1-107/+210
2019-03-18qga-win: Adding support for Windows Server 2019 get-osinfo commandBishara AbuHattoum1-2/+27
2019-01-11qga: drop < Vista compatibilityMarc-André Lureau1-64/+0
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau1-5/+1
2018-11-09qga-win: fix leaks of build_guest_disk_info()Marc-André Lureau1-1/+4
2018-10-31qga: fix an off-by-one issueLi Qiang1-1/+1
2018-10-31qga-win: demystify namespace strippingTomáš Golembiovský1-1/+8
2018-10-31qga-win: return disk device in guest-get-fsinfoTomáš Golembiovský1-10/+11
2018-10-31qga-win: handle multi-disk volumesTomáš Golembiovský1-18/+108
2018-10-31qga-win: refactor disk infoTomáš Golembiovský1-17/+35
2018-10-31qga-win: report disk serial numberTomáš Golembiovský1-0/+30
2018-10-31qga-win: refactor disk properties (bus)Tomáš Golembiovský1-18/+27
2018-10-31qga-win: add debugging informationTomáš Golembiovský1-0/+15
2018-10-31qga-win: fsinfo: pci-info: allow partial infoSameeh Jubran1-13/+33
2018-10-31qga-win: prevent crash when executing fsinfo commandSameeh Jubran1-1/+5
2018-10-30qga-win: add support for qmp_guest_fsfreeze_freeze_listChen Hanxiao1-12/+9
2018-10-30qga: Support Unicode paths in guest-file-open on win32Jonathon Reinhart1-5/+19
2018-07-23qga-win: Handle fstrim for OSes lower than Win8Sameeh Jubran1-0/+13
2018-07-03qga-win: add driver path usage to GuestFilesystemInfoChen Hanxiao1-0/+12
2018-07-03qga: check bytes count read by guest-file-readPrasad J Pandit1-1/+1
2018-06-01qga: use local path for local headersMichael S. Tsirkin1-2/+2
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