qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v9 08/10] Add migration capabilites


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v9 08/10] Add migration capabilites
Date: Wed, 18 Apr 2012 18:59:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

Orit Wasserman <address@hidden> wrote:
> Add migration capabiltes that can be queried by the management.
> The managment can query to source and the destination in order to
> verify both support some maigration capability (currently only XBZRLE).

s/maigration/migration.

ok with me.

> diff --git a/savevm.c b/savevm.c
> index fbf1903..3c0b7cc 100644
> --- a/savevm.c
> +++ b/savevm.c
> @@ -1573,7 +1573,7 @@ int qemu_savevm_state_begin(QEMUFile *f,
>       }
>          se->set_params(params, se->opaque);
>      }
> -    
> +
>      qemu_put_be32(f, QEMU_VM_FILE_MAGIC);
>      qemu_put_be32(f, QEMU_VM_FILE_VERSION);

Thisk chunk is a cleanup that don2,t belong in this patch (that don't
touch that file at all).



reply via email to

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