This patchset adds QEMU support for querying fd-based KVM stats. The kernel support is provided by:
cb082bfab59a ("KVM: stats: Add fd-based API to read binary stats data") Patch 1 adds QMP support; patch 2 adds HMP support. Mark Kanda (2): qmp: Support fd-based KVM stats query hmp: Support fd-based KVM stats query accel/kvm/kvm-all.c | 246 ++++++++++++++++++++++++++++++++++++++++++ hmp-commands-info.hx | 13 +++ include/monitor/hmp.h | 1 + monitor/hmp-cmds.c | 52 +++++++++ qapi/misc.json | 73 +++++++++++++ 5 files changed, 385 insertions(+) -- 2.26.2