aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy1-1/+2
2022-01-27meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy1-0/+7
2022-01-27build-sys: fix undefined ARCH errorMarc-André Lureau1-1/+1
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-10-02qapi: Add spaces after symbol declaration for consistencyJohn Snow1-0/+3
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster2-18/+0
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau1-4/+4
2021-08-09qga: fix leak of base64 decoded data on command errorDaniel P. Berrangé1-2/+2
2021-08-03qga-win/msi: fix missing libstdc++-6 DLL in MSI installerMichael Roth1-0/+4
2021-08-02qemu-ga/msi: fix w32 libgcc nameGerd Hoffmann1-1/+1
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-08-02qga-win: Increase VSS freeze timeout to 60 secs instead of 10Basil Salman1-1/+1
2021-07-12qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk1-1/+2
2021-04-20qga: fix guest-get-disks regressionMarc-André Lureau1-0/+1
2021-03-23qapi: Enforce struct member naming rulesMarkus Armbruster1-0/+4
2021-03-23qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster1-1/+1
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau1-2/+2
2021-03-16qga: Switch and case should be at the same indentAlexChen1-26/+26
2021-03-16qga: Open brace '{' following struct go on the sameAlexChen1-2/+1
2021-03-16qga: Delete redundant spacesAlexChen1-2/+2
2021-03-16qga: Add spaces around operatorAlexChen5-20/+21
2021-03-16qga: Correct loop count in qmp_guest_get_vcpus()Lin Ma1-29/+14
2021-03-08Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-2/+2
2021-03-06qga-vss: Use dynamic linking for GLibKostiantyn Kostiuk1-2/+2
2021-03-05qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfacesEric Blake1-45/+30
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake2-71/+36
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2-30/+12
2021-01-23meson: convert wixl detection to MesonPaolo Bonzini1-21/+34
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell2-1/+53
2020-12-21qga/commands-posix: Send CCW address on s390x with the fsinfo dataThomas Huth2-1/+53
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster1-15/+7
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake4-71/+21
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-18meson: Fix build with --disable-guest-agent-msiStefan Weil1-17/+19
2020-11-16qga: update schema for guest-get-disks 'dependents' fieldMichael Roth2-8/+10
2020-11-09qga: fix missing closedir() in qmp_guest_get_disks()Michael Roth1-0/+3
2020-11-02qga: add ssh-get-authorized-keysMarc-André Lureau3-2/+106
2020-11-02meson: minor simplificationMarc-André Lureau1-6/+1
2020-11-02qga: add *reset argument to ssh-add-authorized-keysMichael Roth2-6/+50