aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-21meson: convert dummy Windows qga/qemu-ga targetPaolo Bonzini2-0/+6
2020-08-21meson: add msi generationMarc-André Lureau2-1/+27
2020-08-21meson: convert vss-win32Marc-André Lureau4-24/+39
2020-08-21meson: convert qemu-gaPaolo Bonzini3-10/+47
2020-08-03schemas: Add vim modelineAndrea Bolognani1-0/+1
2020-07-27qga/qapi-schema: Document -1 for invalid PCI address fieldsThomas Huth1-1/+1
2020-07-27qga-win: fix "guest-get-fsinfo" wrong filesystem typeBasil Salman1-6/+23
2020-07-13qga: Use qemu_get_host_name() instead of g_get_host_name()Michal Privoznik1-4/+13
2020-07-13qga: fix assert regression on guest-shutdownMarc-André Lureau1-1/+5
2020-07-13qga-win: Fix QGA VSS Provider service stop failureBasil Salman1-13/+20
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-3/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-2/+1
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-13/+6
2020-07-02qga: Plug unlikely memory leak in guest-set-memory-blocksMarkus Armbruster1-0/+1
2020-04-29qga: Fix qmp_guest_suspend_{disk, ram}() error handlingMarkus Armbruster1-0/+14