[PULL v2 0/3] QGA misc fixes and improvements (2026-02-16)

Kostiantyn Kostiuk posted 3 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260218101729.92630-1-kkostiuk@redhat.com
Maintainers: Kostiantyn Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qga/commands-win32.c        | 172 ++++++++++++++++++++++++++++++++++++++++++++
qga/main.c                  |  42 +++++++++++
qga/qapi-schema.json        |  11 +--
qga/vss-win32/provider.cpp  |   2 +-
qga/vss-win32/requester.cpp |  13 ----
5 files changed, 221 insertions(+), 19 deletions(-)
[PULL v2 0/3] QGA misc fixes and improvements (2026-02-16)
Posted by Kostiantyn Kostiuk 1 month, 3 weeks ago
The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-02-13 10:30:08 +0000)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2026-02-16-2

for you to fetch changes up to 374f4676788ca1f1c5a33670efeafff4ce936f79:

  qga: Fix VSS provider GetSnapshotProperties return value (2026-02-18 11:27:57 +0200)

----------------------------------------------------------------
qga-pull-2026-02-16-2

v2: Rebased

----------------------------------------------------------------
Elizabeth Ashurov (3):
      qga: implement guest-network-get-route for Windows
      qga: Move CoInitialize/CoInitializeSecurity to main process thread
      qga: Fix VSS provider GetSnapshotProperties return value

 qga/commands-win32.c        | 172 ++++++++++++++++++++++++++++++++++++++++++++
 qga/main.c                  |  42 +++++++++++
 qga/qapi-schema.json        |  11 +--
 qga/vss-win32/provider.cpp  |   2 +-
 qga/vss-win32/requester.cpp |  13 ----
 5 files changed, 221 insertions(+), 19 deletions(-)

--
2.52.0
Re: [PULL v2 0/3] QGA misc fixes and improvements (2026-02-16)
Posted by Peter Maydell 1 month, 3 weeks ago
On Wed, 18 Feb 2026 at 10:17, Kostiantyn Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-02-13 10:30:08 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/kostyanf14/qemu.git tags/qga-pull-2026-02-16-2
>
> for you to fetch changes up to 374f4676788ca1f1c5a33670efeafff4ce936f79:
>
>   qga: Fix VSS provider GetSnapshotProperties return value (2026-02-18 11:27:57 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2026-02-16-2
>
> v2: Rebased
>
> ----------------------------------------------------------------
> Elizabeth Ashurov (3):
>       qga: implement guest-network-get-route for Windows
>       qga: Move CoInitialize/CoInitializeSecurity to main process thread
>       qga: Fix VSS provider GetSnapshotProperties return value



Applied, thanks.

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

-- PMM