Re: [Qemu-devel] [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari).

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

 



On Thu, Jan 13, 2011 at 5:15 PM, Yoshiaki Tamura
<tamura.yoshiaki@xxxxxxxxxxxxx> wrote:
> When -k option is set to migrate command, it will turn on ft_mode to
> start FT migration mode (Kemari).
>
> Signed-off-by: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
> ---
> Âhmp-commands.hx | Â Â7 ++++---
> Âmigration.c   |  Â3 +++
> Âqmp-commands.hx | Â Â7 ++++---
> Â3 files changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/hmp-commands.hx b/hmp-commands.hx
> index 1cea572..b7f8f2f 100644
> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -735,13 +735,14 @@ ETEXI
>
> Â Â {
>     .name    = "migrate",
> - Â Â Â Â.args_type Â= "detach:-d,blk:-b,inc:-i,uri:s",
> -    Â.params   = "[-d] [-b] [-i] uri",
> + Â Â Â Â.args_type Â= "detach:-d,blk:-b,inc:-i,ft:-k,uri:s",
> +    Â.params   = "[-d] [-b] [-i] [-k] 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)",
> + Â Â Â Â Â Â Â Â Â Â "(base image shared between src and destination)"
> + Â Â Â Â Â Â Â Â Â Â "\n\t\t\t -k for Fault Tolerance mode (Kemari protocol)",
> Â Â Â Â .user_print = monitor_user_noop,
> Â Â Â Â.mhandler.cmd_new = do_migrate,
> Â Â },
> diff --git a/migration.c b/migration.c
> index 557349b..d4922ce 100644
> --- a/migration.c
> +++ b/migration.c
> @@ -92,6 +92,9 @@ int do_migrate(Monitor *mon, const QDict *qdict, QObject **ret_data)
> Â Â Â Â return -1;
> Â Â }
>
> + Â Âif (qdict_get_try_bool(qdict, "ft", 0))
> + Â Â Â Âft_mode = FT_INIT;

Missing braces.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux