Re: [RFC PATCH 3/6] qemu_domain: add statsSchema to qemuDomainObjPrivate

2022-10-19 Thread Martin Kletzander
On Wed, Sep 07, 2022 at 04:04:20PM +0530, Amneesh Singh wrote: This patch adds a hashtable for storing the stats schema and a function to refresh it by querying "query-stats-schemas" using qemuMonitorQueryStatsSchema Signed-off-by: Amneesh Singh --- src/qemu/qemu_domain.c | 41 +

[RFC PATCH 3/6] qemu_domain: add statsSchema to qemuDomainObjPrivate

2022-09-07 Thread Amneesh Singh
This patch adds a hashtable for storing the stats schema and a function to refresh it by querying "query-stats-schemas" using qemuMonitorQueryStatsSchema Signed-off-by: Amneesh Singh --- src/qemu/qemu_domain.c | 41 + src/qemu/qemu_domain.h | 5 + 2 f