aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)Author
2022-04-21qga: move qga_get_host_name()Marc-André Lureau
2022-04-06build-sys: drop ntddscsi.h checkMarc-André Lureau
2022-04-06qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-02-21meson, configure: move ntddscsi API check to mesonMarc-André Lureau
2022-01-10qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk
2022-01-10qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk
2022-01-10gqa-win: get_pci_info: Clean dev_info if handle is validKostiantyn Kostiuk
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster
2021-08-02qga-win: Free GMatchInfo properlyKostiantyn Kostiuk
2021-08-02qga-win: Fix handle leak in ga_get_win_product_name()Basil Salman
2021-08-02qga-win: Fix build_guest_fsinfo() close of nonexistentBasil Salman
2021-07-12qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk
2021-03-16qga: Delete redundant spacesAlexChen
2021-03-16qga: Add spaces around operatorAlexChen
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