qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v5 4/4] hmp: add monitor command to add/remove a


From: Alberto Garcia
Subject: Re: [Qemu-block] [PATCH v5 4/4] hmp: add monitor command to add/remove a child
Date: Wed, 07 Oct 2015 16:38:44 +0200
User-agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu)

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
> address@hidden blockdev_child_add @var{parent} @var{child}
> address@hidden blockdev_child_add
> +Add a child to the block device.

"Add a child to a block device."

Thanks!

Berto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]