aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy
2022-01-27meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy
2022-01-27build-sys: fix undefined ARCH errorMarc-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-10-02qapi: Add spaces after symbol declaration for consistencyJohn Snow
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau
2021-08-09qga: fix leak of base64 decoded data on command errorDaniel P. Berrangé
2021-08-03qga-win/msi: fix missing libstdc++-6 DLL in MSI installerMichael Roth
2021-08-02qemu-ga/msi: fix w32 libgcc nameGerd Hoffmann
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-08-02qga-win: Increase VSS freeze timeout to 60 secs instead of 10Basil Salman
2021-07-12qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk
2021-04-20qga: fix guest-get-disks regressionMarc-André Lureau
2021-03-23qapi: Enforce struct member naming rulesMarkus Armbruster
2021-03-23qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau
2021-03-16qga: Switch and case should be at the same indentAlexChen
2021-03-16qga: Open brace '{' following struct go on the sameAlexChen
2021-03-16qga: Delete redundant spacesAlexChen
2021-03-16qga: Add spaces around operatorAlexChen
2021-03-16qga: Correct loop count in qmp_guest_get_vcpus()Lin Ma
2021-03-08Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-03-06qga-vss: Use dynamic linking for GLibKostiantyn Kostiuk
2021-03-05qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfacesEric Blake
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-23meson: convert wixl detection to MesonPaolo Bonzini
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell
2020-12-21qga/commands-posix: Send CCW address on s390x with the fsinfo dataThomas Huth
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
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-18meson: Fix build with --disable-guest-agent-msiStefan Weil
2020-11-16qga: update schema for guest-get-disks 'dependents' fieldMichael Roth
2020-11-09qga: fix missing closedir() in qmp_guest_get_disks()Michael Roth
2020-11-02qga: add ssh-get-authorized-keysMarc-André Lureau
2020-11-02meson: minor simplificationMarc-André Lureau
2020-11-02qga: add *reset argument to ssh-add-authorized-keysMichael Roth