aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)Author
2020-03-24qga-win: prevent crash when executing guest-file-read with large countBasil Salman
2020-03-09qga: Improve error report by calling error_setg_win32()Philippe Mathieu-Daudé
2019-12-18qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-11-04qga: Add "guest-get-memory-block-info" to blacklistBasil Salman
2019-11-04qga-win: network-get-interfaces command name field bug fixBishara AbuHattoum
2019-05-07qga: Fix mingw compilation warnings on enum conversionCao Jiaxi
2019-03-18qga: Fix guest-get-fsinfo PCI address collection in WindowsMatt Hines
2019-03-18qga-win: Adding support for Windows Server 2019 get-osinfo commandBishara AbuHattoum
2019-01-11qga: drop < Vista compatibilityMarc-André Lureau
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau
2018-11-09qga-win: fix leaks of build_guest_disk_info()Marc-André Lureau
2018-10-31qga: fix an off-by-one issueLi Qiang
2018-10-31qga-win: demystify namespace strippingTomáš Golembiovský
2018-10-31qga-win: return disk device in guest-get-fsinfoTomáš Golembiovský
2018-10-31qga-win: handle multi-disk volumesTomáš Golembiovský
2018-10-31qga-win: refactor disk infoTomáš Golembiovský
2018-10-31qga-win: report disk serial numberTomáš Golembiovský
2018-10-31qga-win: refactor disk properties (bus)Tomáš Golembiovský
2018-10-31qga-win: add debugging informationTomáš Golembiovský
2018-10-31qga-win: fsinfo: pci-info: allow partial infoSameeh Jubran
2018-10-31qga-win: prevent crash when executing fsinfo commandSameeh Jubran
2018-10-30qga-win: add support for qmp_guest_fsfreeze_freeze_listChen Hanxiao
2018-10-30qga: Support Unicode paths in guest-file-open on win32Jonathon Reinhart
2018-07-23qga-win: Handle fstrim for OSes lower than Win8Sameeh Jubran
2018-07-03qga-win: add driver path usage to GuestFilesystemInfoChen Hanxiao
2018-07-03qga: check bytes count read by guest-file-readPrasad J Pandit
2018-06-01qga: use local path for local headersMichael S. Tsirkin
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-11-20qga: replace GetIfEntry with GetIfEntry2 for interface statsZhiPeng Lu
2017-10-25qga: add network stats to guest-network-get-interfacesZhiPeng Lu
2017-10-25qga-win: Updating guest_set_time actionBishara AbuHattoum
2017-07-18qemu-ga: add guest-get-osinfo commandTomáš Golembiovský
2017-07-11qga-win32: Fix memory leak of device information setLi Ping
2017-04-26qga: Add 'guest-get-users' commandVinzenz Feenstra
2017-04-26qga-win: Enable 'can-offline' field in 'guest-get-vcpus' replySameeh Jubran
2017-04-24qga: Make errp the last parameter of qga_vss_fsfreezeFam Zheng
2016-10-31qga: minimal support for fstrim for Windows guestsDenis V. Lunev
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-07qga: Remove unnecessary glib.h includesPeter Maydell
2016-02-25qga: check utf8-to-utf16 conversionMarc-André Lureau
2016-02-25qga: fix off-by-one length checkMarc-André Lureau
2016-02-25qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau
2016-02-25qga: use size_t for wcslen() return valueMarc-André Lureau
2016-02-25qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau
2016-02-25qga: implement the guest-get-vcpus for windowsGal Hammer
2016-02-25qga: Support enum names in guest-file-seekEric Blake
2016-02-04qga: Clean up includesPeter Maydell
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange