[PULL for-6.1 0/6] qemu-ga patch queue for hard-freeze

Michael Roth posted 6 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210803132450.1093602-1-michael.roth@amd.com
Maintainers: Michael Roth <michael.roth@amd.com>
qga/commands-win32.c        | 18 ++++++++++++------
qga/installer/qemu-ga.wxs   |  6 +++++-
qga/vss-win32/requester.cpp |  2 +-
3 files changed, 18 insertions(+), 8 deletions(-)
[PULL for-6.1 0/6] qemu-ga patch queue for hard-freeze
Posted by Michael Roth 2 years, 8 months ago
Hi Peter,

Sorry for the late submission. These patches affect only the w32 build of
qemu-ga. A number of these patches I've had queued for some time, but a bug
in the MSI installer that was just fixed was blocking testing. Now that that
is working again I am hoping to get these in along with a couple of other
fixes that have come in since then.

The following changes since commit 7f1cab9c628a798ae2607940993771e6300e9e00:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-08-02 17:21:50 +0100)

are available in the Git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2021-08-03-pull-tag

for you to fetch changes up to e300858ed4a6d0cbd52b7fb5082d3c69cc371965:

  qga-win/msi: fix missing libstdc++-6 DLL in MSI installer (2021-08-03 07:01:36 -0500)

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

* w32: Fix missing/incorrect DLLs in MSI installer
* w32: Fix memory leaks in guest-get-osinfo/guest-get-fsinfo
* w32: Increase timeout for guest-fsfreeze-freeze

----------------------------------------------------------------
Basil Salman (3):
      qga-win: Increase VSS freeze timeout to 60 secs instead of 10
      qga-win: Fix build_guest_fsinfo() close of nonexistent
      qga-win: Fix handle leak in ga_get_win_product_name()

Gerd Hoffmann (1):
      qemu-ga/msi: fix w32 libgcc name

Kostiantyn Kostiuk (1):
      qga-win: Free GMatchInfo properly

Michael Roth (1):
      qga-win/msi: fix missing libstdc++-6 DLL in MSI installer

 qga/commands-win32.c        | 18 ++++++++++++------
 qga/installer/qemu-ga.wxs   |  6 +++++-
 qga/vss-win32/requester.cpp |  2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)



Re: [PULL for-6.1 0/6] qemu-ga patch queue for hard-freeze
Posted by Peter Maydell 2 years, 8 months ago
On Tue, 3 Aug 2021 at 14:26, Michael Roth <michael.roth@amd.com> wrote:
>
> Hi Peter,
>
> Sorry for the late submission. These patches affect only the w32 build of
> qemu-ga. A number of these patches I've had queued for some time, but a bug
> in the MSI installer that was just fixed was blocking testing. Now that that
> is working again I am hoping to get these in along with a couple of other
> fixes that have come in since then.
>
> The following changes since commit 7f1cab9c628a798ae2607940993771e6300e9e00:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-08-02 17:21:50 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2021-08-03-pull-tag
>
> for you to fetch changes up to e300858ed4a6d0cbd52b7fb5082d3c69cc371965:
>
>   qga-win/msi: fix missing libstdc++-6 DLL in MSI installer (2021-08-03 07:01:36 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for hard-freeze
>
> * w32: Fix missing/incorrect DLLs in MSI installer
> * w32: Fix memory leaks in guest-get-osinfo/guest-get-fsinfo
> * w32: Increase timeout for guest-fsfreeze-freeze
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM