aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)Author
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-10qga: Tweak a guest-shutdown error messageMarkus Armbruster
2020-12-10qga: Replace an unreachable error by abort()Markus Armbruster
2020-11-02qga: add implementation of guest-get-disks for WindowsTomáš Golembiovský
2020-11-02qga: add command guest-get-disksTomáš Golembiovský
2020-11-02qga: Flatten simple union GuestDeviceIdMarkus Armbruster
2020-11-02qga-win: Fix guest-get-devices error API violationsMarkus Armbruster
2020-11-02qga: Use common time encoding for guest-get-devices 'driver-date'Markus Armbruster
2020-11-02qga: Rename guest-get-devices return member 'address' to 'id'Markus Armbruster
2020-09-16qga/commands-win32: Fix problem with redundant protype declarationThomas Huth
2020-09-12qga: add command guest-get-devices for reporting VirtIO devicesTomáš Golembiovský
2020-07-27qga-win: fix "guest-get-fsinfo" wrong filesystem typeBasil Salman
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-04-29qga: Fix qmp_guest_suspend_{disk, ram}() error handlingMarkus Armbruster
2020-04-15qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé
2020-04-15qga: Extract guest_file_handle_find() to commands-common.hPhilippe Mathieu-Daudé
2020-04-15Revert "prevent crash when executing guest-file-read with large count"Philippe Mathieu-Daudé
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