[PULL 0/2] Misc QGA patches for 2025-01-06

Konstantin Kostiuk posted 2 patches 2 months, 4 weeks ago
meson.build                            |  1 +
qga/commands-posix.c                   | 20 ++++++++++++++
qga/qapi-schema.json                   | 37 ++++++++++++++++++++++++++
scripts/qemu-guest-agent/fsfreeze-hook | 36 ++++++++++++++++++++++---
4 files changed, 90 insertions(+), 4 deletions(-)
[PULL 0/2] Misc QGA patches for 2025-01-06
Posted by Konstantin Kostiuk 2 months, 4 weeks ago
The following changes since commit 9ee90cfc25747ab25c7da31a50f167fc5122e20e:

  Merge tag 'qtest-20250102-pull-request' of https://gitlab.com/farosas/qemu into staging (2025-01-03 09:14:11 -0500)

are available in the Git repository at:

  https://github.com/kostyanf14/qemu.git tags/qga-pull-2025-01-06

for you to fetch changes up to 85978dfb6b1c1334ed6aa998ca06c3f45e2127e0:

  qemu-ga: Optimize freeze-hook script logic of logging error (2025-01-06 12:57:13 +0200)

----------------------------------------------------------------
qga-pull-2025-01-06

----------------------------------------------------------------
Daniel P. Berrangé (1):
      qga: implement a 'guest-get-load' command

Dehan Meng (1):
      qemu-ga: Optimize freeze-hook script logic of logging error

 meson.build                            |  1 +
 qga/commands-posix.c                   | 20 ++++++++++++++++++
 qga/qapi-schema.json                   | 37 ++++++++++++++++++++++++++++++++++
 scripts/qemu-guest-agent/fsfreeze-hook | 36 +++++++++++++++++++++++++++++----
 4 files changed, 90 insertions(+), 4 deletions(-)


Daniel P. Berrangé (1):
  qga: implement a 'guest-get-load' command

Dehan Meng (1):
  qemu-ga: Optimize freeze-hook script logic of logging error

 meson.build                            |  1 +
 qga/commands-posix.c                   | 20 ++++++++++++++
 qga/qapi-schema.json                   | 37 ++++++++++++++++++++++++++
 scripts/qemu-guest-agent/fsfreeze-hook | 36 ++++++++++++++++++++++---
 4 files changed, 90 insertions(+), 4 deletions(-)

--
2.47.1


Re: [PULL 0/2] Misc QGA patches for 2025-01-06
Posted by Stefan Hajnoczi 2 months, 4 weeks ago
Applied, thanks.

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