From: Michael Roth <michael.roth@amd.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [PULL 00/12] qemu-ga patch queue for soft-freeze
Date: Tue, 27 Oct 2020 00:53:05 -0500 [thread overview]
Message-ID: <20201027055317.351868-1-michael.roth@amd.com> (raw)
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
next reply other threads:[~2020-10-27 7:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-27 5:53 Michael Roth [this message]
2020-10-27 5:53 ` [PULL 01/12] qga: Rename guest-get-devices return member 'address' to 'id' Michael Roth
2020-10-27 5:53 ` [PULL 02/12] qga: Use common time encoding for guest-get-devices 'driver-date' Michael Roth
2020-10-27 5:53 ` [PULL 03/12] qga-win: Fix guest-get-devices error API violations Michael Roth
2020-10-27 5:53 ` [PULL 04/12] qga: Flatten simple union GuestDeviceId Michael Roth
2020-10-27 5:53 ` [PULL 05/12] qga: add command guest-get-disks Michael Roth
2020-10-27 5:53 ` [PULL 06/12] qga: add implementation of guest-get-disks for Linux Michael Roth
2020-10-27 5:53 ` [PULL 07/12] qga: add implementation of guest-get-disks for Windows Michael Roth
2020-10-27 5:53 ` [PULL 08/12] glib-compat: add g_unix_get_passwd_entry_qemu() Michael Roth
2020-10-27 5:53 ` [PULL 09/12] qga: add ssh-{add,remove}-authorized-keys Michael Roth
2020-11-02 15:49 ` Markus Armbruster
2020-11-03 2:11 ` Michael Roth
2020-11-03 6:25 ` Markus Armbruster
2020-10-27 5:53 ` [PULL 10/12] qga: add *reset argument to ssh-add-authorized-keys Michael Roth
2020-10-27 5:53 ` [PULL 11/12] meson: minor simplification Michael Roth
2020-10-27 5:53 ` [PULL 12/12] qga: add ssh-get-authorized-keys Michael Roth
2020-10-27 8:03 ` [PULL 00/12] qemu-ga patch queue for soft-freeze no-reply
2020-10-28 20:39 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201027055317.351868-1-michael.roth@amd.com \
--to=michael.roth@amd.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).