[Qemu-devel] [PULL 0/4] qemu-ga patch queue

Michael Roth posted 4 patches 8 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171027011849.29195-1-mdroth@linux.vnet.ibm.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
configure                   |  2 +-
qga/commands-posix.c        | 74 +++++++++++++++++++++++++++++++++++++-
qga/commands-win32.c        | 86 ++++++++++++++++++++++++++++++++++++++++++++-
qga/qapi-schema.json        | 38 +++++++++++++++++++-
qga/vss-win32/install.cpp   | 13 ++++---
qga/vss-win32/requester.cpp | 12 +++++++
6 files changed, 217 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/4] qemu-ga patch queue
Posted by Michael Roth 8 years ago
The following changes since commit ae49fbbcd8e4e9d8bf7131add34773f579e1aff7:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging (2017-10-25 16:38:57 +0100)

are available in the git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2017-10-26-tag

for you to fetch changes up to 8cedc80555e5a395a4fda7130b0115015e775c48:

  qga-win: fix error-handling in getNameByStringSID() (2017-10-26 20:01:32 -0500)

----------------------------------------------------------------
qemu-ga patch queue for 2.11

* support for network interface stats
* w32: improvements for guest-set-time
* w32: fix a hang with guest-fsfreeze-freeze when timeout occurs
  during heavy I/O
* w32: fix faulty error-handling in VSS/fsfreeze COM registration

----------------------------------------------------------------
Bishara AbuHattoum (1):
      qga-win: Updating guest_set_time action

Chen Hanxiao (1):
      qga-win: don't hang if vss hold writes timeout

Michael Roth (1):
      qga-win: fix error-handling in getNameByStringSID()

ZhiPeng Lu (1):
      qga: add network stats to guest-network-get-interfaces

 configure                   |  2 +-
 qga/commands-posix.c        | 74 +++++++++++++++++++++++++++++++++++++-
 qga/commands-win32.c        | 86 ++++++++++++++++++++++++++++++++++++++++++++-
 qga/qapi-schema.json        | 38 +++++++++++++++++++-
 qga/vss-win32/install.cpp   | 13 ++++---
 qga/vss-win32/requester.cpp | 12 +++++++
 6 files changed, 217 insertions(+), 8 deletions(-)


Re: [Qemu-devel] [PULL 0/4] qemu-ga patch queue
Posted by Peter Maydell 8 years ago
On 27 October 2017 at 02:18, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit ae49fbbcd8e4e9d8bf7131add34773f579e1aff7:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging (2017-10-25 16:38:57 +0100)
>
> are available in the git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2017-10-26-tag
>
> for you to fetch changes up to 8cedc80555e5a395a4fda7130b0115015e775c48:
>
>   qga-win: fix error-handling in getNameByStringSID() (2017-10-26 20:01:32 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 2.11
>
> * support for network interface stats
> * w32: improvements for guest-set-time
> * w32: fix a hang with guest-fsfreeze-freeze when timeout occurs
>   during heavy I/O
> * w32: fix faulty error-handling in VSS/fsfreeze COM registration
>

Applied, thanks.

-- PMM