Re: [Qemu-devel] [PATCH v2 6/6] migration: move skip_section_footers

2017-06-11 Thread Peter Xu
On Fri, Jun 09, 2017 at 05:47:09AM -0500, Eric Blake wrote: > On 06/08/2017 10:49 PM, Peter Xu wrote: > > Move it into MigrationState, with a property binded to it. Same trick is > > s/binded/bound/ Will fix. Thanks Eric. :) > > > played like previous patches. > > > > Signed-off-by: Peter Xu

Re: [Qemu-devel] [PATCH v2 6/6] migration: move skip_section_footers

2017-06-09 Thread Eric Blake
On 06/08/2017 10:49 PM, Peter Xu wrote: > Move it into MigrationState, with a property binded to it. Same trick is s/binded/bound/ > played like previous patches. > > Signed-off-by: Peter Xu > --- -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualizati

Re: [Qemu-devel] [PATCH v2 6/6] migration: move skip_section_footers

2017-06-09 Thread Peter Xu
On Fri, Jun 09, 2017 at 09:47:09AM +0200, Juan Quintela wrote: > Peter Xu wrote: > > Move it into MigrationState, with a property binded to it. Same trick is > > played like previous patches. > > > > Signed-off-by: Peter Xu > > Reviewed-by: Juan Quintela > > Same here. Rename it to "section-f

Re: [Qemu-devel] [PATCH v2 6/6] migration: move skip_section_footers

2017-06-09 Thread Juan Quintela
Peter Xu wrote: > Move it into MigrationState, with a property binded to it. Same trick is > played like previous patches. > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela Same here. Rename it to "section-footers". For previous one, "global-configuration"? Later, Juan.

[Qemu-devel] [PATCH v2 6/6] migration: move skip_section_footers

2017-06-08 Thread Peter Xu
Move it into MigrationState, with a property binded to it. Same trick is played like previous patches. Signed-off-by: Peter Xu --- hw/i386/pc_piix.c | 1 - hw/ppc/spapr.c| 1 - hw/xen/xen-common.c | 2 +- include/hw/compat.h | 4 include/m