aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)Author
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
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake
2015-11-11qga: fix append file open modes for win32Kirk Allan
2015-11-04qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal
2015-11-04qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau
2015-07-07qga: added GuestPCIAddress informationMichael Roth