[PULL 0/3] Misc QEMU Guest Agent patches for 2024-11-04

Konstantin Kostiuk posted 3 patches 2 weeks, 5 days ago
qga/commands-posix.c        | 2 +-
qga/commands-windows-ssh.c  | 2 +-
qga/vss-win32/install.cpp   | 6 +++++-
qga/vss-win32/provider.cpp  | 5 ++++-
qga/vss-win32/requester.cpp | 8 ++++----
5 files changed, 15 insertions(+), 8 deletions(-)
[PULL 0/3] Misc QEMU Guest Agent patches for 2024-11-04
Posted by Konstantin Kostiuk 2 weeks, 5 days ago
The following changes since commit c94bee4cd6693c1c65ba43bb8970cf909dec378b:

  Merge tag 'for-upstream-i386' of https://gitlab.com/bonzini/qemu into staging (2024-11-02 16:21:38 +0000)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-11-4

for you to fetch changes up to 9cfe110d9fc0be88178770a85dc6170eecdf6be1:

  qemu-ga: Fix a SIGSEGV in ga_run_command() helper (2024-11-04 14:16:47 +0200)

----------------------------------------------------------------
qga-pull-2024-11-4

----------------------------------------------------------------
Pierrick Bouvier (2):
      qga: fix -Wsometimes-uninitialized windows warning
      qga: fix missing static and prototypes windows warnings

Sunil Nimmagadda (1):
      qemu-ga: Fix a SIGSEGV in ga_run_command() helper

 qga/commands-posix.c        | 2 +-
 qga/commands-windows-ssh.c  | 2 +-
 qga/vss-win32/install.cpp   | 6 +++++-
 qga/vss-win32/provider.cpp  | 5 ++++-
 qga/vss-win32/requester.cpp | 8 ++++----
 5 files changed, 15 insertions(+), 8 deletions(-)

--
2.47.0
Re: [PULL 0/3] Misc QEMU Guest Agent patches for 2024-11-04
Posted by Peter Maydell 2 weeks, 4 days ago
On Mon, 4 Nov 2024 at 13:41, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit c94bee4cd6693c1c65ba43bb8970cf909dec378b:
>
>   Merge tag 'for-upstream-i386' of https://gitlab.com/bonzini/qemu into staging (2024-11-02 16:21:38 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-11-4
>
> for you to fetch changes up to 9cfe110d9fc0be88178770a85dc6170eecdf6be1:
>
>   qemu-ga: Fix a SIGSEGV in ga_run_command() helper (2024-11-04 14:16:47 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2024-11-4
>


Applied, thanks.

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

-- PMM