[PATCH 0/3] qemu: add an API for "query-stats" QMP command

2022-07-13 Thread Amneesh Singh
QEMU is gaining introspectable statistics which can be queried via the "query-stats" QMP command. This patchset aims to add an API for the same. The returned JSON for "query-stats" is an array of objects containing their own respective array of statistics. Patch 1 adds the API which returns the d

[PATCH 0/3] qemu: add an API for "query-stats" QMP command

2022-07-13 Thread Amneesh Singh
QEMU is gaining introspectable statistics which can be queried via the "query-stats" QMP command. This patchset aims to add an API for the same. The returned JSON for "query-stats" is an array of objects containing their own respective array of statistics. Patch 1 adds the API which returns the d

[PATCH 0/3] qemu: add an API for "query-stats" QMP command

2022-06-24 Thread Amneesh Singh
QEMU is gaining introspectable statistics which can be queried via the "query-stats" QMP command. This patchset aims to add an API for the same. The returned JSON for "query-stats" is an array of objects containing their own respective array of statistics. Patch 1 adds the API which returns the d