Orit Wasserman <owass...@redhat.com> 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