Re: [Qemu-devel] [PATCH v4 08/10] migration: move skip_section_footers

2017-06-21 Thread Juan Quintela
Peter Xu wrote: > Move it into MigrationState, revert its meaning and renaming it to > send_section_footer, with a property bound to it. Same trick is played > like previous patches. > > Removing savevm_skip_section_footers(). > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH v4 08/10] migration: move skip_section_footers

2017-06-21 Thread Peter Xu
Move it into MigrationState, revert its meaning and renaming it to send_section_footer, with a property bound to it. Same trick is played like previous patches. Removing savevm_skip_section_footers(). Signed-off-by: Peter Xu --- hw/i386/pc_piix.c| 1 - hw/ppc/spapr.c | 1 -