Re: [libvirt] [PATCHv3 04/10] Implement domainGetCPUStats for lxc driver.

2014-02-06 Thread Michal Privoznik
On 03.02.2014 18:44, Thorsten Behrens wrote: --- Notes v3: - moved most of the code out to virCgroupGetPercpuStats, for better testability. - addressed comments from v2 review src/libvirt_private.syms | 1 + src/lxc/lxc_driver.c | 51 src/util/v

[libvirt] [PATCHv3 04/10] Implement domainGetCPUStats for lxc driver.

2014-02-03 Thread Thorsten Behrens
--- Notes v3: - moved most of the code out to virCgroupGetPercpuStats, for better testability. - addressed comments from v2 review src/libvirt_private.syms | 1 + src/lxc/lxc_driver.c | 51 src/util/vircgroup.c | 75 +