Age | Commit message (Expand) | Author | Files | Lines |
2021-10-02 | qapi: Add spaces after symbol declaration for consistency | John Snow | 1 | -0/+3 |
2021-08-26 | Remove superfluous ERRP_GUARD() | Markus Armbruster | 2 | -18/+0 |
2021-08-26 | qapi: make 'if' condition strings simple identifiers | Marc-André Lureau | 1 | -4/+4 |
2021-08-09 | qga: fix leak of base64 decoded data on command error | Daniel P. Berrangé | 1 | -2/+2 |
2021-08-03 | qga-win/msi: fix missing libstdc++-6 DLL in MSI installer | Michael Roth | 1 | -0/+4 |
2021-08-02 | qemu-ga/msi: fix w32 libgcc name | Gerd Hoffmann | 1 | -1/+1 |
2021-08-02 | qga-win: Free GMatchInfo properly | Kostiantyn Kostiuk | 1 | -2/+1 |
2021-08-02 | qga-win: Fix handle leak in ga_get_win_product_name() | Basil Salman | 1 | -2/+7 |
2021-08-02 | qga-win: Fix build_guest_fsinfo() close of nonexistent | Basil Salman | 1 | -2/+4 |
2021-08-02 | qga-win: Increase VSS freeze timeout to 60 secs instead of 10 | Basil Salman | 1 | -1/+1 |
2021-07-12 | qga-win: Add support of Windows Server 2022 in get-osinfo command | Kostiantyn Kostiuk | 1 | -1/+2 |
2021-04-20 | qga: fix guest-get-disks regression | Marc-André Lureau | 1 | -0/+1 |
2021-03-23 | qapi: Enforce struct member naming rules | Markus Armbruster | 1 | -0/+4 |
2021-03-23 | qapi: Rename pragma *-whitelist to *-exceptions | Markus Armbruster | 1 | -1/+1 |
2021-03-16 | qga: return a more explicit error on why a command is disabled | Marc-André Lureau | 1 | -2/+2 |
2021-03-16 | qga: Switch and case should be at the same indent | AlexChen | 1 | -26/+26 |
2021-03-16 | qga: Open brace '{' following struct go on the same | AlexChen | 1 | -2/+1 |
2021-03-16 | qga: Delete redundant spaces | AlexChen | 1 | -2/+2 |
2021-03-16 | qga: Add spaces around operator | AlexChen | 5 | -20/+21 |
2021-03-16 | qga: Correct loop count in qmp_guest_get_vcpus() | Lin Ma | 1 | -29/+14 |
2021-03-08 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -2/+2 |
2021-03-06 | qga-vss: Use dynamic linking for GLib | Kostiantyn Kostiuk | 1 | -2/+2 |
2021-03-05 | qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces | Eric Blake | 1 | -45/+30 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 2 | -71/+36 |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 2 | -30/+12 |
2021-01-23 | meson: convert wixl detection to Meson | Paolo Bonzini | 1 | -21/+34 |
2021-01-01 | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into... | Peter Maydell | 2 | -1/+53 |
2020-12-21 | qga/commands-posix: Send CCW address on s390x with the fsinfo data | Thomas Huth | 2 | -1/+53 |
2020-12-19 | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster | 1 | -15/+7 |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 4 | -71/+21 |
2020-12-10 | qga: Tweak a guest-shutdown error message | Markus Armbruster | 1 | -1/+1 |
2020-12-10 | qga: Replace an unreachable error by abort() | Markus Armbruster | 1 | -2/+1 |
2020-11-18 | meson: Fix build with --disable-guest-agent-msi | Stefan Weil | 1 | -17/+19 |
2020-11-16 | qga: update schema for guest-get-disks 'dependents' field | Michael Roth | 2 | -8/+10 |
2020-11-09 | qga: fix missing closedir() in qmp_guest_get_disks() | Michael Roth | 1 | -0/+3 |
2020-11-02 | qga: add ssh-get-authorized-keys | Marc-André Lureau | 3 | -2/+106 |
2020-11-02 | meson: minor simplification | Marc-André Lureau | 1 | -6/+1 |
2020-11-02 | qga: add *reset argument to ssh-add-authorized-keys | Michael Roth | 2 | -6/+50 |
2020-11-02 | qga: add ssh-{add,remove}-authorized-keys | Marc-André Lureau | 3 | -1/+466 |
2020-11-02 | qga: add implementation of guest-get-disks for Windows | Tomáš Golembiovský | 1 | -6/+101 |
2020-11-02 | qga: add implementation of guest-get-disks for Linux | Tomáš Golembiovský | 1 | -11/+292 |
2020-11-02 | qga: add command guest-get-disks | Tomáš Golembiovský | 3 | -0/+43 |
2020-11-02 | qga: Flatten simple union GuestDeviceId | Markus Armbruster | 2 | -5/+12 |
2020-11-02 | qga-win: Fix guest-get-devices error API violations | Markus Armbruster | 1 | -3/+2 |
2020-11-02 | qga: Use common time encoding for guest-get-devices 'driver-date' | Markus Armbruster | 2 | -10/+13 |
2020-11-02 | qga: Rename guest-get-devices return member 'address' to 'id' | Markus Armbruster | 2 | -16/+17 |
2020-10-09 | qmp: Call monitor_set_cur() only in qmp_dispatch() | Kevin Wolf | 1 | -1/+1 |
2020-09-30 | qga: relocate path to default configuration and hook | Paolo Bonzini | 1 | -3/+5 |
2020-09-30 | meson: fix MSI rule | Marc-André Lureau | 1 | -0/+1 |
2020-09-29 | qga/qapi-schema.json: Add some headings | Peter Maydell | 1 | -3/+5 |