All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Support fd-based KVM stats
@ 2021-11-19 19:51 Mark Kanda
  2021-11-19 19:51 ` [PATCH v2 1/3] qmp: Support for querying stats Mark Kanda
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Mark Kanda @ 2021-11-19 19:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini

v2: [Paolo]
- generalize the interface
- add support for querying stat schema and instances
- add additional HMP semantic processing for a few exponent/unit
  combinations (related to seconds and bytes)

This patchset adds QEMU support for querying fd-based KVM stats. The
kernel support was introduced by:

cb082bfab59a ("KVM: stats: Add fd-based API to read binary stats data")

Mark Kanda (3):
  qmp: Support for querying stats
  hmp: Support for querying stats
  kvm: Support for querying fd-based stats

 accel/kvm/kvm-all.c       | 399 ++++++++++++++++++++++++++++++++++++++
 hmp-commands-info.hx      |  40 ++++
 include/monitor/hmp.h     |   3 +
 include/monitor/monitor.h |  27 +++
 monitor/hmp-cmds.c        | 125 ++++++++++++
 monitor/qmp-cmds.c        |  71 +++++++
 qapi/misc.json            | 142 ++++++++++++++
 7 files changed, 807 insertions(+)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-01-19  9:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 19:51 [PATCH v2 0/3] Support fd-based KVM stats Mark Kanda
2021-11-19 19:51 ` [PATCH v2 1/3] qmp: Support for querying stats Mark Kanda
2021-12-07 18:42   ` Daniel P. Berrangé
2022-01-17 12:05     ` Paolo Bonzini
2022-01-17 15:17       ` Mark Kanda
2022-01-18 12:26         ` Paolo Bonzini
2022-01-18 12:52           ` Daniel P. Berrangé
2022-01-18 13:59             ` Mark Kanda
2022-01-19  8:48               ` Paolo Bonzini
2022-01-18 14:47             ` Igor Mammedov
2022-01-19  8:43               ` Paolo Bonzini
2022-01-19  9:11                 ` Daniel P. Berrangé
2021-11-19 19:51 ` [PATCH v2 2/3] hmp: " Mark Kanda
2021-11-19 19:51 ` [PATCH v2 3/3] kvm: Support for querying fd-based stats Mark Kanda
2022-01-15 16:22 ` [PATCH v2 0/3] Support fd-based KVM stats Paolo Bonzini
2022-01-16 23:17   ` Mark Kanda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.