From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 0/8] qemu-ga patch queue
Date: Tue, 25 Apr 2017 18:04:33 -0500 [thread overview]
Message-ID: <1493161481-29595-1-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
The following changes since commit fe491fa85c4634453b340b18046aae2eaf8147db:
Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' into staging (2017-04-25 14:48:55 +0100)
are available in the git repository at:
git://github.com/mdroth/qemu.git tags/qga-pull-2017-04-25-tag
for you to fetch changes up to b3734da00e4285521f8eb2c958ab08b981f7a298:
qga: Add `guest-get-timezone` command (2017-04-25 15:49:24 -0500)
----------------------------------------------------------------
qemu-ga patch queue
* new commands: guest-get-timezone, guest-get-users, guest-get-host-name
* fix hang on w32 when stopping qemu-ga service while fs frozen
* fix missing setting of can-offline in guest-get-vcpus
* make qemu-ga VSS w32 service on-demand rather than on-startup
* fix unecessary errors to EventLog on w32
* improvements to fsfreeze documentation
----------------------------------------------------------------
Marc-André Lureau (1):
qga: improve fsfreeze documentations
Sameeh Jubran (4):
qemu-ga: Make QGA VSS provider service run only when needed
qga-win: Enable 'can-offline' field in 'guest-get-vcpus' reply
qga-win: Fix a bug where qemu-ga service is stuck during stop operation
qga-win: Fix Event Viewer errors caused by qemu-ga
Vinzenz Feenstra (3):
qga: Add 'guest-get-host-name' command
qga: Add 'guest-get-users' command
qga: Add `guest-get-timezone` command
configure | 2 +-
include/glib-compat.h | 5 +++
qga/commands-posix.c | 60 +++++++++++++++++++++++++
qga/commands-win32.c | 105 +++++++++++++++++++++++++++++++++++++++++++-
qga/commands.c | 49 +++++++++++++++++++++
qga/main.c | 23 ++++++++++
qga/qapi-schema.json | 87 +++++++++++++++++++++++++++++++++++-
qga/vss-win32.h | 1 +
qga/vss-win32/install.cpp | 28 +++++++++++-
qga/vss-win32/install.h | 20 +++++++++
qga/vss-win32/provider.cpp | 1 -
qga/vss-win32/requester.cpp | 2 +
qga/vss-win32/vss-common.h | 11 +----
qga/vss-win32/vss-handles.h | 14 ++++++
14 files changed, 391 insertions(+), 17 deletions(-)
create mode 100644 qga/vss-win32/install.h
create mode 100644 qga/vss-win32/vss-handles.h
next reply other threads:[~2017-04-25 23:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-25 23:04 Michael Roth [this message]
2017-04-25 23:04 ` [Qemu-devel] [PULL 1/8] qemu-ga: Make QGA VSS provider service run only when needed Michael Roth
2017-04-25 23:04 ` [Qemu-devel] [PULL 2/8] qga-win: Enable 'can-offline' field in 'guest-get-vcpus' reply Michael Roth
2017-04-25 23:04 ` [Qemu-devel] [PULL 3/8] qga-win: Fix a bug where qemu-ga service is stuck during stop operation Michael Roth
2017-04-25 23:04 ` [Qemu-devel] [PULL 4/8] qga-win: Fix Event Viewer errors caused by qemu-ga Michael Roth
2017-04-25 23:04 ` [Qemu-devel] [PULL 5/8] qga: Add 'guest-get-host-name' command Michael Roth
2017-04-25 23:04 ` [Qemu-devel] [PULL 6/8] qga: improve fsfreeze documentations Michael Roth
2017-04-25 23:04 ` [Qemu-devel] [PULL 7/8] qga: Add 'guest-get-users' command Michael Roth
2017-04-25 23:04 ` [Qemu-devel] [PULL 8/8] qga: Add `guest-get-timezone` command Michael Roth
2017-04-26 11:02 ` Daniel P. Berrange
2017-04-26 13:08 ` Eric Blake
2017-04-26 13:10 ` Daniel P. Berrange
2017-04-26 10:51 ` [Qemu-devel] [PULL 0/8] qemu-ga patch queue Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2017-07-18 5:20 Michael Roth
2017-07-18 11:01 ` Michael Roth
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=1493161481-29595-1-git-send-email-mdroth@linux.vnet.ibm.com \
--to=mdroth@linux.vnet.ibm.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).