]> git.ipfire.org Git - thirdparty/qemu.git/commit
qga-win: implement a 'guest-get-load' command
authorKonstantin Kostiuk <kkostiuk@redhat.com>
Mon, 24 Mar 2025 13:17:28 +0000 (15:17 +0200)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Thu, 12 Jun 2025 14:02:05 +0000 (17:02 +0300)
commit6f0273d6ae21bb2e4222789af0e6d480aa9430b1
tree7271557bf54922dac55dc86dfc0e22138c1a2f6c
parentd9ce74873a6a5a7c504379857461e4ae64fcf0cd
qga-win: implement a 'guest-get-load' command

Windows has no native equivalent API, but it would be possible to
simulate it as illustrated here (BSD-3-Clause):

  https://github.com/giampaolo/psutil/pull/1485

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Dehan Meng <demeng@redhat.com>
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-win32.c
qga/guest-agent-core.h
qga/main.c
qga/meson.build
qga/qapi-schema.json