Re: [Qemu-devel] [PATCH v3 12/13] migration: move skip_configuration out

2017-06-21 Thread Juan Quintela
Peter Xu wrote: > On Mon, Jun 19, 2017 at 05:56:29PM +0200, Juan Quintela wrote: >> 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

Re: [Qemu-devel] [PATCH v3 12/13] migration: move skip_configuration out

2017-06-20 Thread Peter Xu
On Mon, Jun 19, 2017 at 05:56:29PM +0200, Juan Quintela wrote: > 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() f

Re: [Qemu-devel] [PATCH v3 12/13] migration: move skip_configuration out

2017-06-19 Thread Juan Quintela
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 savevm_skip_configuration(). > > Signed-o

[Qemu-devel] [PATCH v3 12/13] migration: move skip_configuration out

2017-06-19 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(). Signed-off-by: Peter Xu --- hw/i386/p