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

Konstantin Kostiuk posted 2 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250612140857.47286-1-kkostiuk@redhat.com
Maintainers: Konstantin Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qga/commands-win32.c   | 148 +++++++++++++++++++++++++++++++++++++++++++++++++
qga/guest-agent-core.h |  10 ++++
qga/main.c             |  39 +++++++++++++
qga/meson.build        |   2 +-
qga/qapi-schema.json   |   9 ++-
tests/unit/test-qga.c  |  17 ++++++
6 files changed, 222 insertions(+), 3 deletions(-)
[PULL 0/2] QGA patches for 2025-06-12
Posted by Konstantin Kostiuk 5 months ago
The following changes since commit d9ce74873a6a5a7c504379857461e4ae64fcf0cd:

  Merge tag 'pull-vfio-20250611' of https://github.com/legoater/qemu into staging (2025-06-11 11:39:53 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 1ebbc8b774d8b44697740b108ad060612828b58f:

  qga: Add tests for guest-get-load command (2025-06-12 17:02:05 +0300)

----------------------------------------------------------------
qga-pull-2025-06-12

----------------------------------------------------------------
Konstantin Kostiuk (2):
      qga-win: implement a 'guest-get-load' command
      qga: Add tests for guest-get-load command

 qga/commands-win32.c   | 148 +++++++++++++++++++++++++++++++++++++++++++++++++
 qga/guest-agent-core.h |  10 ++++
 qga/main.c             |  39 +++++++++++++
 qga/meson.build        |   2 +-
 qga/qapi-schema.json   |   9 ++-
 tests/unit/test-qga.c  |  17 ++++++
 6 files changed, 222 insertions(+), 3 deletions(-)

--
2.48.1
Re: [PULL 0/2] QGA patches for 2025-06-12
Posted by Stefan Hajnoczi 5 months ago
Applied, thanks.

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