qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 36/41] postcopy: implement incoming part of p


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v2 36/41] postcopy: implement incoming part of postcopy live migration
Date: Thu, 14 Jun 2012 23:58:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux)

Isaku Yamahata <address@hidden> wrote:
> This patch implements postcopy live migration for incoming part
>
> Signed-off-by: Isaku Yamahata <address@hidden>


> +void ram_save_set_params(const MigrationParams *params, void *opaque);

> -    register_savevm_live(NULL, "ram", 0, RAM_SAVE_VERSION_ID, NULL,
> -                         ram_save_live, NULL, ram_load, NULL);
> +    register_savevm_live(NULL, "ram", 0, RAM_SAVE_VERSION_ID,
> +                         ram_save_set_params, ram_save_live, NULL,
> +                         incoming_postcopy ?
> +                         postcopy_incoming_ram_load : ram_load, NULL);


ram_save_set_params() used on this patch but defined on next one.

Later, Juan.



reply via email to

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