[libvirt] [PATCHv2 0/2] a new flag VIR_DOMAIN_CPU_STATS_VCPU

Hu Tao hutao at cn.fujitsu.com
Tue Apr 24 09:20:20 UTC 2012


From: root <root at KERNEL-128.(none)>

This series adds a new flag VIR_DOMAIN_CPU_STATS_VCPU to
virDomainGetCPUStats, which is for getting statistics of
physical cpu time consumed by virtual cpus.

Changes:

v2:
  - added detailed documentation
  - added some error checks and fix some memleaks
  - the two patches rearranged slightly

Hu Tao (2):
  Add a new flag VIR_DOMAIN_CPU_STATS_VCPU to virDomainGetCPUStats
  Adds support to VIR_DOMAIN_CPU_STATS_VCPU in qemu_driver.

 include/libvirt/libvirt.h.in |    8 ++
 src/libvirt.c                |    9 ++-
 src/qemu/qemu_driver.c       |  186 ++++++++++++++++++++++++++++++++++++++----
 src/util/cgroup.c            |    4 +-
 tools/virsh.c                |   16 +++-
 5 files changed, 199 insertions(+), 24 deletions(-)




More information about the libvir-list mailing list