Re: [PATCH 0/2] Support fd-based KVM stats

2021-10-20 Thread Paolo Bonzini
On 19/10/21 22:29, Mark Kanda wrote: 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. Hi Mark, that's awesome, thanks

[PATCH 0/2] Support fd-based KVM stats

2021-10-19 Thread Mark Kanda
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 f