[libvirt] [PATCH 2/3] cgroup: fix a typo on extracting data from vcpu cgroup

Guannan Ren gren at redhat.com
Fri Aug 31 09:22:58 UTC 2012


---
 src/qemu/qemu_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index 5670ca0..5081b52 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -13460,7 +13460,7 @@ getSumVcpuPercpuStats(virCgroupPtr group,
             goto cleanup;
         }
 
-        if (virCgroupGetCpuacctPercpuUsage(group, &buf) < 0)
+        if (virCgroupGetCpuacctPercpuUsage(group_vcpu, &buf) < 0)
             goto cleanup;
 
         pos = buf;
-- 
1.7.11.4




More information about the libvir-list mailing list