Re: [RFC PATCH 5/6] qemu_driver: add the vCPU stats by KVM to the current stats

2022-10-19 Thread Martin Kletzander
On Wed, Sep 07, 2022 at 04:04:22PM +0530, Amneesh Singh wrote: This patch adds the stats queried by qemuMonitorQueryStats for vCPU and add them according to their QOM device path Signed-off-by: Amneesh Singh --- src/qemu/qemu_driver.c | 86 ++ 1 file chang

[RFC PATCH 5/6] qemu_driver: add the vCPU stats by KVM to the current stats

2022-09-07 Thread Amneesh Singh
This patch adds the stats queried by qemuMonitorQueryStats for vCPU and add them according to their QOM device path Signed-off-by: Amneesh Singh --- src/qemu/qemu_driver.c | 86 ++ 1 file changed, 86 insertions(+) diff --git a/src/qemu/qemu_driver.c b/src