aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster1-1/+0
2021-08-02qga-win: Free GMatchInfo properlyKostiantyn Kostiuk1-2/+1
2021-08-02qga-win: Fix handle leak in ga_get_win_product_name()Basil Salman1-2/+7
2021-08-02qga-win: Fix build_guest_fsinfo() close of nonexistentBasil Salman1-2/+4
2021-07-12qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk1-1/+2
2021-03-16qga: Delete redundant spacesAlexChen1-2/+2
2021-03-16qga: Add spaces around operatorAlexChen1-11/+11
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-58/+30
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-8/+3
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-24/+8
2020-12-10qga: Tweak a guest-shutdown error messageMarkus Armbruster1-1/+1
2020-12-10qga: Replace an unreachable error by abort()Markus Armbruster1-2/+1
2020-11-02qga: add implementation of guest-get-disks for WindowsTomáš Golembiovský1-6/+101
2020-11-02qga: add command guest-get-disksTomáš Golembiovský1-0/+6
2020-11-02qga: Flatten simple union GuestDeviceIdMarkus Armbruster1-5/+4
2020-11-02qga-win: Fix guest-get-devices error API violationsMarkus Armbruster1-3/+2
2020-11-02qga: Use common time encoding for guest-get-devices 'driver-date'Markus Armbruster1-8/+11
2020-11-02qga: Rename guest-get-devices return member 'address' to 'id'Markus Armbruster1-8/+8
2020-09-16qga/commands-win32: Fix problem with redundant protype declarationThomas Huth1-1/+4
2020-09-12qga: add command guest-get-devices for reporting VirtIO devicesTomáš Golembiovský1-1/+209
2020-07-27qga-win: fix "guest-get-fsinfo" wrong filesystem typeBasil Salman1-6/+23
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-2/+1
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-13/+6
2020-04-29qga: Fix qmp_guest_suspend_{disk, ram}() error handlingMarkus Armbruster1-0/+14
2020-04-15qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé1-17/+3
2020-04-15qga: Extract guest_file_handle_find() to commands-common.hPhilippe Mathieu-Daudé1-3/+4
2020-04-15Revert "prevent crash when executing guest-file-read with large count"Philippe Mathieu-Daudé1-7/+1
2020-03-24qga-win: prevent crash when executing guest-file-read with large countBasil Salman1-1/+7
2020-03-09qga: Improve error report by calling error_setg_win32()Philippe Mathieu-Daudé1-3/+5
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