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

Konstantin Kostiuk posted 2 patches 2 weeks, 5 days ago
There is a newer version of this series
qga/commands-win32.c   | 140 +++++++++++++++++++++++++++++++++++++++++
qga/guest-agent-core.h |  10 +++
qga/main.c             |  39 ++++++++++++
qga/meson.build        |   2 +-
qga/qapi-schema.json   |   4 +-
tests/unit/test-qga.c  |  17 +++++
6 files changed, 209 insertions(+), 3 deletions(-)
[PATCH 0/2] qga: Add 'guest-get-load' command
Posted by Konstantin Kostiuk 2 weeks, 5 days ago
Konstantin Kostiuk (2):
  qga-win: implement a 'guest-get-load' command
  qga: Add tests for guest-get-load command

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

--
2.48.1
Re: [PATCH 0/2] qga: Add 'guest-get-load' command
Posted by Yan Vugenfirer 2 weeks ago
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>


On Fri, Mar 14, 2025 at 1:40 PM Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> Konstantin Kostiuk (2):
>   qga-win: implement a 'guest-get-load' command
>   qga: Add tests for guest-get-load command
>
>  qga/commands-win32.c   | 140 +++++++++++++++++++++++++++++++++++++++++
>  qga/guest-agent-core.h |  10 +++
>  qga/main.c             |  39 ++++++++++++
>  qga/meson.build        |   2 +-
>  qga/qapi-schema.json   |   4 +-
>  tests/unit/test-qga.c  |  17 +++++
>  6 files changed, 209 insertions(+), 3 deletions(-)
>
> --
> 2.48.1
>
>
Re: [PATCH 0/2] qga: Add 'guest-get-load' command
Posted by Dehan Meng 2 weeks, 1 day ago
QE tested this series's patches. cpu load will be captured by the new api
'guest-get-load'.

Tested-by: Dehan Meng <demeng@redhat.com>

On Fri, Mar 14, 2025 at 7:39 PM Konstantin Kostiuk <kkostiuk@redhat.com>
wrote:

> Konstantin Kostiuk (2):
>   qga-win: implement a 'guest-get-load' command
>   qga: Add tests for guest-get-load command
>
>  qga/commands-win32.c   | 140 +++++++++++++++++++++++++++++++++++++++++
>  qga/guest-agent-core.h |  10 +++
>  qga/main.c             |  39 ++++++++++++
>  qga/meson.build        |   2 +-
>  qga/qapi-schema.json   |   4 +-
>  tests/unit/test-qga.c  |  17 +++++
>  6 files changed, 209 insertions(+), 3 deletions(-)
>
> --
> 2.48.1
>
>
>