aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)Author
2024-10-18qga: Improve error for guest-set-user-password parameter @cryptedMarkus Armbruster
2024-07-19qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé
2024-07-19qga: don't disable fsfreeze commands if vss_init failsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé
2024-07-19qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé
2024-05-27qga: Shorten several error messagesMarkus Armbruster
2024-05-27qga-win32: Improve guest-set-user-password, guest-file-open errorsMarkus Armbruster
2024-05-01qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev
2024-03-11qga-win: Add support of Windows Server 2025 in get-osinfo commandDehan Meng
2024-03-11qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays sizePhilippe Mathieu-Daudé
2024-03-11qga/commands-win32: Declare const qualifier before typePhilippe Mathieu-Daudé
2024-01-30qga-win: Fix guest-get-fsinfo multi-disks collectionPeng Ji
2023-10-11qga: Remove platform GUID definitionsAkihiko Odaki
2023-09-08qga/: spelling fixesMichael Tokarev
2023-05-04qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601Thomas Huth
2022-12-20qga:/qga-win: skip getting pci info for USB disksKfir Manor
2022-12-20qga:/qga-win: adding a empty PCI address creation functionKfir Manor
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster
2022-09-20qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth
2022-07-13qga: add command 'guest-get-cpustats'zhenwei pi
2022-05-25qga-win32: Add support for NVME bus typeKonstantin Kostiuk
2022-05-25qga: add guest-get-diskstats command for Linux guestsluzhipeng
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ý