Re: [Qemu-devel] [PATCH v8 36/54] Split out end of migration code from migration_thread

2015-10-21 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: v> From: "Dr. David Alan Gilbert" > > The code that gets run at the end of the migration process > is getting large, and is about to have a chunk added for postcopy. > Split it into a separate function. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by:

[Qemu-devel] [PATCH v8 36/54] Split out end of migration code from migration_thread

2015-09-29 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The code that gets run at the end of the migration process is getting large, and is about to have a chunk added for postcopy. Split it into a separate function. Signed-off-by: Dr. David Alan Gilbert --- migration/migration.c | 75 -