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

2022-01-16 Thread Mark Kanda
(+ Daniel and Markus) Thank you Paolo, I'm in the midst of implementing various API changes as requested by Daniel [1] and was planning to send out v3 this week. Could you please take a look at his response and comment on the proposal? Or, perhaps I should publish v3 (based on Daniel's

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

2022-01-15 Thread Paolo Bonzini
On 11/19/21 20:51, Mark Kanda wrote: 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

[PATCH v2 0/3] Support fd-based KVM stats

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