[PATCH v2 0/2] qga: Add 'guest-get-load' command

Konstantin Kostiuk posted 2 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250324131729.70992-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(-)
[PATCH v2 0/2] qga: Add 'guest-get-load' command
Posted by Konstantin Kostiuk 10 months, 2 weeks ago
v1 -> v2:
  - Added comments about init_load_avg_counter
v1: https://patchew.org/QEMU/20250314113847.109460-1-kkostiuk@redhat.com/


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