Re: [Qemu-devel] [PATCH 6/6] migration: move skip_section_footers
Peter Xu wrote: > Move it into MigrationState, with a property binded to it. > > Same trick played with HW_COMPAT_2_3. > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela
[Qemu-devel] [PATCH 6/6] migration: move skip_section_footers
Move it into MigrationState, with a property binded to it. Same trick played with HW_COMPAT_2_3. Signed-off-by: Peter Xu --- hw/i386/pc_piix.c | 1 - hw/ppc/spapr.c| 1 - include/hw/compat.h | 4 include/migration/migration.h | 2 ++ migration/migratio