Isaku Yamahata <yamahata@xxxxxxxxxxxxx> wrote: > This patch implements postcopy live migration for incoming part > > Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> > +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. -- 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