aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-02qga: add ssh-{add,remove}-authorized-keysMarc-André Lureau3-1/+466
2020-11-02qga: add implementation of guest-get-disks for WindowsTomáš Golembiovský1-6/+101
2020-11-02qga: add implementation of guest-get-disks for LinuxTomáš Golembiovský1-11/+292
2020-11-02qga: add command guest-get-disksTomáš Golembiovský3-0/+43
2020-11-02qga: Flatten simple union GuestDeviceIdMarkus Armbruster2-5/+12
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 Armbruster2-10/+13
2020-11-02qga: Rename guest-get-devices return member 'address' to 'id'Markus Armbruster2-16/+17
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-1/+1
2020-09-30qga: relocate path to default configuration and hookPaolo Bonzini1-3/+5
2020-09-30meson: fix MSI ruleMarc-André Lureau1-0/+1
2020-09-29qga/qapi-schema.json: Add some headingsPeter Maydell1-3/+5
2020-09-29docs/interop: Convert qemu-ga-ref to rSTPeter Maydell1-2/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-6/+6
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell1-1/+4
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2-5/+5
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ý3-1/+269
2020-09-12qga/commands-posix: Support fsinfo for non-PCI virtio devices, tooThomas Huth1-1/+41
2020-09-12qga/commands-posix: Move the udev code from the pci to the generic functionThomas Huth1-29/+33
2020-09-12qga/commands-posix: Rework build_guest_fsinfo_for_real_device() functionThomas Huth1-24/+41
2020-09-01meson: install $localstatedir/run for qgaMarc-André Lureau1-0/+2
2020-08-21meson: build texi docPaolo Bonzini1-3/+9