On Tue 22 Sep 2015 09:44:22 AM CEST, Wen Congyang wrote:

> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -193,6 +193,34 @@ actions (drive options rerror, werror).
>  ETEXI
>  
>      {
> +        .name       = "blockdev_child_add",
> +        .args_type  = "id:B,child:B",
> +        .params     = "parent child",
> +        .help       = "add a child to a BDS",

Once again, I would not use 'BDS' in the documentation.

> +        .mhandler.cmd = hmp_blockdev_child_add,
> +    },
> +
> +STEXI
> +@item blockdev_child_add @var{parent} @var{child}
> +@findex blockdev_child_add
> +Add a child to the block device.

"Add a child to a block device."

Thanks!

Berto

Reply via email to