kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] KVM: Create debugfs statistics for each VM
@ 2016-01-28 15:49 Janosch Frank
  2016-01-28 15:49 ` Janosch Frank
  0 siblings, 1 reply; 11+ messages in thread
From: Janosch Frank @ 2016-01-28 15:49 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, gleb, frankja, dan.carpenter

The following patch adds debugfs statistics on a per-vm basis, so
consumers, that do not want to use tracefs vm statistics or have
multiple VMs per pid, can fetch them.

This design was chosen, as qemu does create two VMs on arm for a very
short time, although the kvm api documentation states that it is
unsupported.

The first version went through s390-kvm but was reverted before being
merged into mainline.

Janosch Frank (1):
  KVM: Create debugfs statistics for each VM

 include/linux/kvm_host.h |   7 ++
 virt/kvm/kvm_main.c      | 187 ++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 184 insertions(+), 10 deletions(-)

-- 
2.3.0


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

end of thread, other threads:[~2016-02-08 15:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 15:49 [PATCH] KVM: Create debugfs statistics for each VM Janosch Frank
2016-01-28 15:49 ` Janosch Frank
2016-02-01 11:45   ` Christian Borntraeger
2016-02-01 12:20     ` Janosch Frank
2016-02-02 14:14   ` Christian Borntraeger
2016-02-04 13:05     ` Paolo Bonzini
2016-02-04 13:10       ` Christian Borntraeger
2016-02-05  9:02         ` Janosch Frank
2016-02-05 10:14           ` Christian Borntraeger
2016-02-08 15:31             ` Paolo Bonzini
2016-02-08 15:29         ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).