Re: [Qemu-devel] [PATCH v2 5/6] migration: move skip_configuration out

2017-06-09 Thread Juan Quintela
Peter Xu wrote: > It was in SaveState but now moved to MigrationState altogether. Again, > using HW_COMPAT_2_3 for old PC/SPAPR machines, and > register_compat_prop() for xen_init(). > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela if you had to respin, I think it would be better to chan

[Qemu-devel] [PATCH v2 5/6] migration: move skip_configuration out

2017-06-08 Thread Peter Xu
It was in SaveState but now moved to MigrationState altogether. Again, using HW_COMPAT_2_3 for old PC/SPAPR machines, and register_compat_prop() for xen_init(). Signed-off-by: Peter Xu --- hw/i386/pc_piix.c | 1 - hw/ppc/spapr.c| 1 - hw/xen/xen-common.c |