[libvirt] [PATCH 3/4 v2] qemu: Implement blkio tunable XML configuration and parsing.

Nikunj A. Dadhania nikunj at linux.vnet.ibm.com
Fri Jan 28 04:28:59 UTC 2011


On Thu, 27 Jan 2011 13:19:25 +0800, Gui Jianfeng <guijianfeng at cn.fujitsu.com> wrote:
> Implement blkio tunable XML configuration and parsing.
> 
> Signed-off-by: Gui Jianfeng <guijianfeng at cn.fujitsu.com>
> ---
>  src/conf/domain_conf.c |   15 ++++++++++++++-
>  src/conf/domain_conf.h |    4 ++++
>  src/qemu/qemu_cgroup.c |   16 +++++++++++++++-
>  src/qemu/qemu_conf.c   |    3 ++-
>  4 files changed, 35 insertions(+), 3 deletions(-)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 645767e..1d4cd30 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -4810,7 +4810,7 @@ static virDomainDefPtr virDomainDefParseXML(virCapsPtr caps,
>  {
>      xmlNodePtr *nodes = NULL, node = NULL;
>      char *tmp = NULL;
> -    int i, n;
> +    int i, n, w;

This variable is not needed now.

Otherwise, I am fine.

Reviewed-by: "Nikunj A. Dadhania" <nikunj at linux.vnet.ibm.com>

Regards,
Nikunj




More information about the libvir-list mailing list