| Commit message (Expand) | Author | Age | Files | Lines |
* | qga/commands-posix: Send CCW address on s390x with the fsinfo data | Thomas Huth | 2020-12-21 | 1 | -1/+19 |
* | qga: update schema for guest-get-disks 'dependents' field | Michael Roth | 2020-11-16 | 1 | -4/+4 |
* | qga: add ssh-get-authorized-keys | Marc-André Lureau | 2020-11-03 | 1 | -0/+31 |
* | qga: add *reset argument to ssh-add-authorized-keys | Michael Roth | 2020-11-03 | 1 | -1/+2 |
* | qga: add ssh-{add,remove}-authorized-keys | Marc-André Lureau | 2020-11-03 | 1 | -0/+35 |
* | qga: add command guest-get-disks | Tomáš Golembiovský | 2020-11-02 | 1 | -0/+31 |
* | qga: Flatten simple union GuestDeviceId | Markus Armbruster | 2020-11-02 | 1 | -0/+8 |
* | qga: Use common time encoding for guest-get-devices 'driver-date' | Markus Armbruster | 2020-11-02 | 1 | -2/+2 |
* | qga: Rename guest-get-devices return member 'address' to 'id' | Markus Armbruster | 2020-11-02 | 1 | -8/+9 |
* | qga/qapi-schema.json: Add some headings | Peter Maydell | 2020-09-29 | 1 | -3/+5 |
* | qga: add command guest-get-devices for reporting VirtIO devices | Tomáš Golembiovský | 2020-09-13 | 1 | -0/+51 |
* | schemas: Add vim modeline | Andrea Bolognani | 2020-08-03 | 1 | -0/+1 |
* | qga/qapi-schema: Document -1 for invalid PCI address fields | Thomas Huth | 2020-07-28 | 1 | -1/+1 |
* | qga: Restrict guest-file-read count to 48 MB to avoid crashes | Philippe Mathieu-Daudé | 2020-04-15 | 1 | -2/+4 |
* | qga/qapi-schema.json: minor format fixups for rST | Peter Maydell | 2020-02-15 | 1 | -43/+51 |
* | qga/qapi-schema.json: Fix indent level on doc comments | Peter Maydell | 2020-02-15 | 1 | -31/+31 |
* | qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment | Peter Maydell | 2020-02-15 | 1 | -1/+1 |
* | qga: update docs with systemd suspend support info | Daniel Henrique Barboza | 2019-03-18 | 1 | -11/+14 |
* | qga: update guest-suspend-ram and guest-suspend-hybrid descriptions | Daniel Henrique Barboza | 2018-12-18 | 1 | -6/+10 |
* | qga: linux: return disk device in guest-get-fsinfo | Tomáš Golembiovský | 2018-10-31 | 1 | -1/+2 |
* | qga: linux: report disk serial number | Tomáš Golembiovský | 2018-10-31 | 1 | -1/+3 |
* | qga/schema: fix documentation for GuestOSInfo | Tomáš Golembiovský | 2018-07-03 | 1 | -2/+2 |
* | qga: add mountpoint usage info to GuestFilesystemInfo | Chen Hanxiao | 2018-07-03 | 1 | -0/+3 |
* | qga: unset frozen state if no mount points are frozen | Chen Hanxiao | 2018-07-03 | 1 | -1/+3 |
* | qga: add network stats to guest-network-get-interfaces | ZhiPeng Lu | 2017-10-26 | 1 | -1/+37 |
* | qemu-ga: add guest-get-osinfo command | Tomáš Golembiovský | 2017-07-18 | 1 | -0/+65 |
* | qga: Add `guest-get-timezone` command | Vinzenz Feenstra | 2017-04-27 | 1 | -0/+25 |
* | qga: Add 'guest-get-users' command | Vinzenz Feenstra | 2017-04-27 | 1 | -0/+25 |
* | qga: improve fsfreeze documentations | Marc-André Lureau | 2017-04-27 | 1 | -2/+10 |
* | qga: Add 'guest-get-host-name' command | Vinzenz Feenstra | 2017-04-27 | 1 | -0/+26 |
* | qapi: The #optional tag is redundant, drop | Markus Armbruster | 2017-03-16 | 1 | -19/+19 |
* | qapi: Have each QAPI schema declare its returns white-list | Markus Armbruster | 2017-03-16 | 1 | -0/+15 |
* | qapi: Make doc comments optional where we don't need them | Markus Armbruster | 2017-03-16 | 1 | -0/+2 |
* | qga/schema: improve guest-set-vcpus Returns: section | Marc-André Lureau | 2017-01-16 | 1 | -7/+4 |
* | qapi: add missing colon-ending for section name | Marc-André Lureau | 2016-12-05 | 1 | -22/+22 |
* | qapi: fix various symbols mismatch in documentation | Marc-André Lureau | 2016-12-05 | 1 | -3/+3 |
* | qapi: fix schema symbol sections | Marc-André Lureau | 2016-12-05 | 1 | -0/+3 |
* | qga/schema: fix double-return in doc | Marc-André Lureau | 2016-12-05 | 1 | -1/+0 |
* | qga: Support enum names in guest-file-seek | Eric Blake | 2016-02-25 | 1 | -2/+31 |
* | qga: Better mapping of SEEK_* in guest-file-seek | Eric Blake | 2015-11-26 | 1 | -2/+2 |
* | qga: guest-exec simple stdin/stdout/stderr redirection | Yuri Pudgorodskiy | 2015-10-20 | 1 | -1/+6 |
* | qga: guest exec functionality | Yuri Pudgorodskiy | 2015-10-20 | 1 | -0/+62 |
* | docs: fix a qga/qapi-schema.json comment | Marc-André Lureau | 2015-09-11 | 1 | -1/+2 |
* | qga: misc spelling | Marc-André Lureau | 2015-09-01 | 1 | -1/+1 |
* | qga: fixed versions for guest bus types in qapi-schema | Olga Krishtal | 2015-07-21 | 1 | -1/+1 |
* | qga: added bus type and disk location path | Olga Krishtal | 2015-07-08 | 1 | -1/+13 |
* | qga/qmp_guest_fstrim: Return per path fstrim result | Justin Ossevoort | 2015-07-08 | 1 | -2/+28 |
* | qapi: Use 'struct' instead of 'type' in schema | Eric Blake | 2015-05-05 | 1 | -14/+14 |
* | qapi: Unify type bypass and add tests | Eric Blake | 2015-05-05 | 1 | -4/+4 |
* | misc: Fix new collection of typos | Stefan Weil | 2015-04-30 | 1 | -1/+1 |