[PULL for-5.0 0/5] qemu-ga patch queue for hard-freeze

Michael Roth posted 5 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200324164653.19449-1-mdroth@linux.vnet.ibm.com
Maintainers: Michael Roth <mdroth@linux.vnet.ibm.com>
There is a newer version of this series
docs/interop/qemu-ga.rst  |  5 +++--
qga/commands-win32.c      |  8 +++++++-
qga/commands.c            |  9 +++++++--
qga/installer/qemu-ga.wxs |  2 +-
qga/main.c                |  4 +++-
qga/vss-win32/install.cpp | 11 +++++++++++
6 files changed, 32 insertions(+), 7 deletions(-)
[PULL for-5.0 0/5] qemu-ga patch queue for hard-freeze
Posted by Michael Roth 4 years ago
The following changes since commit 62a43e53faed67a5aa4bfededca24c9079de9720:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-24' into staging (2020-03-24 12:24:41 +0000)

are available in the Git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2020-03-24-tag0

for you to fetch changes up to 7b46aadbbfb7b06cd45a3b113b1f7c003c68f603:

  qemu-ga: document vsock-listen in the man page (2020-03-24 11:32:19 -0500)

----------------------------------------------------------------
qemu-ga patch queue for hard-freeze

* fix undefined C behavior with guest-file-* interfaces
* fix w32 installer issues
* fix crash for large file reads via guest-file-read on windows
* add missing man page documentation for virtio-vsock

----------------------------------------------------------------
Basil Salman (2):
      qga: Installer: Wait for installation to finish
      qga-win: prevent crash when executing guest-file-read with large count

Eric Blake (1):
      qga: Fix undefined C behavior

Sameeh Jubran (1):
      qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error

Stefan Hajnoczi (1):
      qemu-ga: document vsock-listen in the man page

 docs/interop/qemu-ga.rst  |  5 +++--
 qga/commands-win32.c      |  8 +++++++-
 qga/commands.c            |  9 +++++++--
 qga/installer/qemu-ga.wxs |  2 +-
 qga/main.c                |  4 +++-
 qga/vss-win32/install.cpp | 11 +++++++++++
 6 files changed, 32 insertions(+), 7 deletions(-)



Re: [PULL for-5.0 0/5] qemu-ga patch queue for hard-freeze
Posted by Peter Maydell 4 years ago
On Tue, 24 Mar 2020 at 16:47, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
>
> The following changes since commit 62a43e53faed67a5aa4bfededca24c9079de9720:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-24' into staging (2020-03-24 12:24:41 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2020-03-24-tag0
>
> for you to fetch changes up to 7b46aadbbfb7b06cd45a3b113b1f7c003c68f603:
>
>   qemu-ga: document vsock-listen in the man page (2020-03-24 11:32:19 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for hard-freeze
>
> * fix undefined C behavior with guest-file-* interfaces
> * fix w32 installer issues
> * fix crash for large file reads via guest-file-read on windows
> * add missing man page documentation for virtio-vsock
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM