aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-04qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601Thomas Huth1-2/+0
2022-12-20qga:/qga-win: skip getting pci info for USB disksKfir Manor1-4/+8
2022-12-20qga:/qga-win: adding a empty PCI address creation functionKfir Manor1-7/+13
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-5/+3
2022-12-14qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster1-33/+7
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster1-5/+3
2022-09-20qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth1-5/+5
2022-07-13qga: add command 'guest-get-cpustats'zhenwei pi1-0/+6
2022-05-25qga-win32: Add support for NVME bus typeKonstantin Kostiuk1-0/+5
2022-05-25qga: add guest-get-diskstats command for Linux guestsluzhipeng1-0/+6
2022-04-21qga: move qga_get_host_name()Marc-André Lureau1-0/+13
2022-04-06build-sys: drop ntddscsi.h checkMarc-André Lureau1-19/+0
2022-04-06qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau1-19/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+4
2022-02-21meson, configure: move ntddscsi API check to mesonMarc-André Lureau1-3/+3
2022-01-10qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk1-9/+14
2022-01-10qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk1-7/+11
2022-01-10gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk1-6/+24
2022-01-10gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk1-4/+2
2022-01-10gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk1-74/+87
2022-01-10gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk1-2/+5
2022-01-10gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk1-13/+12
2022-01-10gqa-win: get_pci_info: Clean dev_info if handle is validKostiantyn Kostiuk1-2/+4
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