mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
kvm: Support for querying fd-based stats
Add support for querying fd-based KVM stats - as introduced by Linux kernel commit: cb082bfab59a ("KVM: stats: Add fd-based API to read binary stats data") This allows the user to analyze the behavior of the VM without access to debugfs. Signed-off-by: Mark Kanda <mark.kanda@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b9f88dc071
commit
cc01a3f4ca
2 changed files with 393 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
# Since: 7.1
|
||||
##
|
||||
{ 'enum': 'StatsProvider',
|
||||
'data': [ ] }
|
||||
'data': [ 'kvm' ] }
|
||||
|
||||
##
|
||||
# @StatsTarget:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue