Re: [PATCH 1/2] qga-win: implement a 'guest-get-load' command

2025-03-19 Thread Konstantin Kostiuk
On Wed, Mar 19, 2025 at 5:02 PM Daniel P. Berrangé wrote: > On Fri, Mar 14, 2025 at 01:38:46PM +0200, Konstantin Kostiuk wrote: > > 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/p

Re: [PATCH 1/2] qga-win: implement a 'guest-get-load' command

2025-03-19 Thread Daniel P . Berrangé
On Fri, Mar 14, 2025 at 01:38:46PM +0200, Konstantin Kostiuk wrote: > 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 > > Signed-off-by: Konstantin Kostiuk > --- > qga/command

[PATCH 1/2] qga-win: implement a 'guest-get-load' command

2025-03-14 Thread Konstantin Kostiuk
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 Signed-off-by: Konstantin Kostiuk --- qga/commands-win32.c | 140 + qga/guest-agent-core.h