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

2017-06-28 Thread Eduardo Habkost
On Tue, Jun 27, 2017 at 12:10:17PM +0800, 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(). > > Reviewed-by: Juan Quinte

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

2017-06-26 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(). Reviewed-by: Juan Quintela Signed-off-by: Peter Xu --- hw/i386/pc_piix.c| 1 - hw/pp