qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v9 07/10] Add XBZRLE option to migrate command


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v9 07/10] Add XBZRLE option to migrate command
Date: Wed, 18 Apr 2012 18:57:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

Orit Wasserman <address@hidden> wrote:
> Signed-off-by: Orit Wasserman <address@hidden>
> Signed-off-by: Benoit Hudzia <address@hidden>
> Signed-off-by: Petter Svard <address@hidden>
> Signed-off-by: Aidan Shribman <address@hidden>
> ---
>  hmp-commands.hx  |   20 ++++++++++++--------
>  hmp.c            |    4 +++-
>  migration.c      |    9 +++++++++
>  qapi-schema.json |    2 +-
>  qmp-commands.hx  |    4 +++-
>  5 files changed, 28 insertions(+), 11 deletions(-)
>
> diff --git a/hmp-commands.hx b/hmp-commands.hx
> index a6f5a84..a73b538 100644
> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -798,23 +798,27 @@ ETEXI
>  
>      {
>          .name       = "migrate",
> -        .args_type  = "detach:-d,blk:-b,inc:-i,uri:s",
> -        .params     = "[-d] [-b] [-i] uri",
> -        .help       = "migrate to URI (using -d to not wait for completion)"
> -                   "\n\t\t\t -b for migration without shared storage with"
> -                   " full copy of disk\n\t\t\t -i for migration without "
> -                   "shared storage with incremental copy of disk "
> -                   "(base image shared between src and destination)",
> +        .args_type  = "detach:-d,blk:-b,inc:-i,xbzrle:-x,uri:s",
> +        .params     = "[-d] [-b] [-i] [-x] uri",
> +        .help       = "migrate to URI"
> +                      "\n\t -d to not wait for completion"
> +                   "\n\t -b for migration without shared storage with"
> +                   " full copy of disk"

There are tabs on that two lines, or only spaces on the next ones, your
choice O:-)

Rest looks ok.

Thanks, Juan.



reply via email to

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