The following changes since commit a46e72710566eea0f90f9c673a0f02da0064acce:
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into staging (2020-10-26 14:50:03 +0000) are available in the Git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2020-10-27-tag for you to fetch changes up to 568979ea819d945e8af6c14658793b58bcd4485c: qga: add ssh-get-authorized-keys (2020-10-27 00:22:30 -0500) ---------------------------------------------------------------- qemu-ga patch queue for soft-freeze * add guest-get-disks for w32/linux * add guest-{add,remove,get}-authorized-keys * fix API violations and schema documentation inconsistencies with recently-added guest-get-devices ---------------------------------------------------------------- Marc-André Lureau (5): glib-compat: add g_unix_get_passwd_entry_qemu() qga: add ssh-{add,remove}-authorized-keys qga: add *reset argument to ssh-add-authorized-keys meson: minor simplification qga: add ssh-get-authorized-keys Markus Armbruster (4): qga: Rename guest-get-devices return member 'address' to 'id' qga: Use common time encoding for guest-get-devices 'driver-date' qga-win: Fix guest-get-devices error API violations qga: Flatten simple union GuestDeviceId Tomáš Golembiovský (3): qga: add command guest-get-disks qga: add implementation of guest-get-disks for Linux qga: add implementation of guest-get-disks for Windows include/glib-compat.h | 26 +++ qga/commands-posix-ssh.c | 516 +++++++++++++++++++++++++++++++++++++++++++++++ qga/commands-posix.c | 290 +++++++++++++++++++++++++- qga/commands-win32.c | 140 +++++++++++-- qga/meson.build | 34 +++- qga/qapi-schema.json | 127 +++++++++++- 6 files changed, 1092 insertions(+), 41 deletions(-) create mode 100644 qga/commands-posix-ssh.c