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

Osier Yang jyang at redhat.com
Fri Aug 31 09:27:50 UTC 2012


On 2012年08月31日 17:22, Guannan Ren wrote:
> ---
>   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;

ACK.




More information about the libvir-list mailing list