From: Stefan Hajnoczi <stefanha@gmail.com>
To: Michael Roth <mdroth@linux.vnet.ibm.com>
Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org
Subject: Re: [Qemu-devel] [PULL v2 0/8] qemu-ga patch queue
Date: Fri, 28 Apr 2017 16:13:07 +0100 [thread overview]
Message-ID: <20170428151307.GA10286@stefanha-x1.localdomain> (raw)
In-Reply-To: <1493271996-23607-1-git-send-email-mdroth@linux.vnet.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 2752 bytes --]
On Thu, Apr 27, 2017 at 12:46:28AM -0500, Michael Roth wrote:
> The following changes since commit 81b2d5ceb0cfb4cdc2163492e3169ed714b0cda9:
>
> Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170426' into staging (2017-04-26 20:50:49 +0100)
>
> are available in the git repository at:
>
> git://github.com/mdroth/qemu.git tags/qga-pull-2017-04-25-v2-tag
>
> for you to fetch changes up to 53c58e64d0a27c59d763778faa2b5a522c544719:
>
> qga: Add `guest-get-timezone` command (2017-04-27 00:40:25 -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
>
> v2:
> * document 'zone' field of guest-get-timezone as informational-only
> (Daniel, Eric)
> * fix build error for glib < 2.32 (Peter)
>
> ----------------------------------------------------------------
> 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 | 6 +++
> qga/commands-posix.c | 60 +++++++++++++++++++++++++
> qga/commands-win32.c | 105 +++++++++++++++++++++++++++++++++++++++++++-
> qga/commands.c | 49 +++++++++++++++++++++
> qga/main.c | 23 ++++++++++
> qga/qapi-schema.json | 88 ++++++++++++++++++++++++++++++++++++-
> 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, 393 insertions(+), 17 deletions(-)
> create mode 100644 qga/vss-win32/install.h
> create mode 100644 qga/vss-win32/vss-handles.h
>
>
Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
next prev parent reply other threads:[~2017-04-28 15:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-27 5:46 [Qemu-devel] [PULL v2 0/8] qemu-ga patch queue Michael Roth
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 1/8] qemu-ga: Make QGA VSS provider service run only when needed Michael Roth
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 2/8] qga-win: Enable 'can-offline' field in 'guest-get-vcpus' reply Michael Roth
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 3/8] qga-win: Fix a bug where qemu-ga service is stuck during stop operation Michael Roth
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 4/8] qga-win: Fix Event Viewer errors caused by qemu-ga Michael Roth
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 5/8] qga: Add 'guest-get-host-name' command Michael Roth
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 6/8] qga: improve fsfreeze documentations Michael Roth
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 7/8] qga: Add 'guest-get-users' command Michael Roth
2017-07-13 14:56 ` Peter Maydell
2017-07-17 14:02 ` Tomáš Golembiovský
2017-04-27 5:46 ` [Qemu-devel] [PULL v2 8/8] qga: Add `guest-get-timezone` command Michael Roth
2017-04-28 15:13 ` Stefan Hajnoczi [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-18 11:01 [Qemu-devel] [PULL v2 0/8] qemu-ga patch queue Michael Roth
2017-07-18 14:22 ` 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=20170428151307.GA10286@stefanha-x1.localdomain \
--to=stefanha@gmail.com \
--cc=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).