aboutsummaryrefslogtreecommitdiffstats
path: root/qga/commands-win32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé2024-07-191-6/+0
* qga: don't disable fsfreeze commands if vss_init failsDaniel P. Berrangé2024-07-191-15/+3
* qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé2024-07-191-55/+1
* qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé2024-07-191-1/+1
* qga: Shorten several error messagesMarkus Armbruster2024-05-271-16/+8
* qga-win32: Improve guest-set-user-password, guest-file-open errorsMarkus Armbruster2024-05-271-8/+9
* qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev2024-05-011-0/+1
* qga-win: Add support of Windows Server 2025 in get-osinfo commandDehan Meng2024-03-111-0/+1
* qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays sizePhilippe Mathieu-Daudé2024-03-111-25/+23
* qga/commands-win32: Declare const qualifier before typePhilippe Mathieu-Daudé2024-03-111-11/+11
* qga-win: Fix guest-get-fsinfo multi-disks collectionPeng Ji2024-01-301-0/+2
* qga: Remove platform GUID definitionsAkihiko Odaki2023-10-111-7/+0
* qga/: spelling fixesMichael Tokarev2023-09-081-2/+2
* qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601Thomas Huth2023-05-041-2/+0
* qga:/qga-win: skip getting pci info for USB disksKfir Manor2022-12-201-4/+8
* qga:/qga-win: adding a empty PCI address creation functionKfir Manor2022-12-201-7/+13
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-5/+3
|\
| * error: Drop some obviously superfluous error_propagate()Markus Armbruster2022-12-141-5/+3
* | qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-33/+7
|/
* qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth2022-09-201-5/+5
* qga: add command 'guest-get-cpustats'zhenwei pi2022-07-131-0/+6
* qga-win32: Add support for NVME bus typeKonstantin Kostiuk2022-05-251-0/+5
* qga: add guest-get-diskstats command for Linux guestsluzhipeng2022-05-251-0/+6
* qga: move qga_get_host_name()Marc-André Lureau2022-04-211-0/+13
* build-sys: drop ntddscsi.h checkMarc-André Lureau2022-04-061-19/+0
* qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-19/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-4/+4
* meson, configure: move ntddscsi API check to mesonMarc-André Lureau2022-02-211-3/+3
* qga-win: Detect Windows 11 by build numberKostiantyn Kostiuk2022-01-101-9/+14
* qga-win: Detect OS based on Windows 10 by first build numberKostiantyn Kostiuk2022-01-101-7/+11
* gqa-win: get_pci_info: Replace 'while' with 2 calls of the functionKostiantyn Kostiuk2022-01-101-6/+24
* gqa-win: get_pci_info: Add g_autofree for few variablesKostiantyn Kostiuk2022-01-101-4/+2
* gqa-win: get_pci_info: Split logic to separate functionsKostiantyn Kostiuk2022-01-101-74/+87
* gqa-win: get_pci_info: Free parent_dev_info properlyKostiantyn Kostiuk2022-01-101-2/+5
* gqa-win: get_pci_info: Use common 'end' labelKostiantyn Kostiuk2022-01-101-13/+12
* gqa-win: get_pci_info: Clean dev_info if handle is validKostiantyn Kostiuk2022-01-101-2/+4
* Remove superfluous ERRP_GUARD()Markus Armbruster2021-08-261-1/+0
* qga-win: Free GMatchInfo properlyKostiantyn Kostiuk2021-08-021-2/+1
* qga-win: Fix handle leak in ga_get_win_product_name()Basil Salman2021-08-021-2/+7
* qga-win: Fix build_guest_fsinfo() close of nonexistentBasil Salman2021-08-021-2/+4
* qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk2021-07-121-1/+2
* qga: Delete redundant spacesAlexChen2021-03-161-2/+2
* qga: Add spaces around operatorAlexChen2021-03-161-11/+11
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-58/+30
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-8/+3
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-24/+8
* qga: Tweak a guest-shutdown error messageMarkus Armbruster2020-12-101-1/+1
* qga: Replace an unreachable error by abort()Markus Armbruster2020-12-101-2/+1
* qga: add implementation of guest-get-disks for WindowsTomáš Golembiovský2020-11-021-6/+101
* qga: add command guest-get-disksTomáš Golembiovský2020-11-021-0/+6