Re: [libvirt] [PATCH 3/6] Make qemuGetDomainTotalCPUStats a virCgroup function.

2014-01-14 Thread Gao feng
On 01/15/2014 07:23 AM, Thorsten Behrens wrote: > To reuse this from other drivers, like lxc. > --- > src/libvirt_private.syms | 1 + > src/qemu/qemu_driver.c | 54 > ++-- > src/util/vircgroup.c | 53 ++

[libvirt] [PATCH 3/6] Make qemuGetDomainTotalCPUStats a virCgroup function.

2014-01-14 Thread Thorsten Behrens
To reuse this from other drivers, like lxc. --- src/libvirt_private.syms | 1 + src/qemu/qemu_driver.c | 54 ++-- src/util/vircgroup.c | 53 +++ src/util/vircgroup.h | 5 + 4 files changed, 61 i