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

Kostiantyn Kostiuk posted 5 patches 1 month, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
block/file-win32.c          |  32 ---------
meson.build                 |  12 ++++
qga/commands-win32.c        | 172 ++++++++++++++++++++++++++++++++++++++++++++
qga/main.c                  |  42 +++++++++++
qga/qapi-schema.json        |  12 ++--
qga/vss-win32/install.cpp   |   2 +
qga/vss-win32/provider.cpp  |   2 +-
qga/vss-win32/requester.cpp |  13 ----
util/oslib-win32.c          |  34 +++++++++
9 files changed, 269 insertions(+), 52 deletions(-)
[PULL 0/5] QGA misc fixes and improvements (2026-02-16)
Posted by Kostiantyn Kostiuk 1 month, 3 weeks ago
The following changes since commit e090e0312dc9030d94e38e3d98a88718d3561e4e:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2025-10-29 10:44:15 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 33c26efbfede4c8e2198aee5da574cf7f060df22:

  qga: Fix VSS provider GetSnapshotProperties return value (2026-02-16 12:03:53 +0200)

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

----------------------------------------------------------------
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

Nguyen Dinh Phi (2):
      qga/vss-win32: Fix ConvertStringToBSTR redefinition with newer MinGW
      util: Move qemu_ftruncate64 from block/file-win32.c to oslib-win32.c

 block/file-win32.c          |  32 ---------
 meson.build                 |  12 ++++
 qga/commands-win32.c        | 172 ++++++++++++++++++++++++++++++++++++++++++++
 qga/main.c                  |  42 +++++++++++
 qga/qapi-schema.json        |  12 ++--
 qga/vss-win32/install.cpp   |   2 +
 qga/vss-win32/provider.cpp  |   2 +-
 qga/vss-win32/requester.cpp |  13 ----
 util/oslib-win32.c          |  34 +++++++++
 9 files changed, 269 insertions(+), 52 deletions(-)

--
2.52.0
Re: [PULL 0/5] QGA misc fixes and improvements (2026-02-16)
Posted by Peter Maydell 1 month, 3 weeks ago
On Mon, 16 Feb 2026 at 10:30, Kostiantyn Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit e090e0312dc9030d94e38e3d98a88718d3561e4e:
>
>   Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2025-10-29 10:44:15 +0100)

You seem to have based this pullreq on an ancient commit from
last year -- please rebase on something more sensible and resend.

thanks
-- PMM