Re: [Qemu-devel] [PATCH v6 07/10] migration: move skip_configuration out

2017-06-28 Thread Eduardo Habkost
On Tue, Jun 27, 2017 at 12:10:16PM +0800, Peter Xu wrote: > It was in SaveState but now moved to MigrationState altogether, reverted > its meaning, then renamed to "send_configuration". Again, using > HW_COMPAT_2_3 for old PC/SPAPR machines, and accel_register_prop() for > xen_init(). > > Removing

[Qemu-devel] [PATCH v6 07/10] migration: move skip_configuration out

2017-06-26 Thread Peter Xu
It was in SaveState but now moved to MigrationState altogether, reverted its meaning, then renamed to "send_configuration". Again, using HW_COMPAT_2_3 for old PC/SPAPR machines, and accel_register_prop() for xen_init(). Removing savevm_skip_configuration(). Reviewed-by: Juan Quintela Signed-off-