Re: [Qemu-devel] [PATCH v6 05/10] migration: move global_state.optional out

2017-06-28 Thread Eduardo Habkost
On Tue, Jun 27, 2017 at 12:10:14PM +0800, Peter Xu wrote: > Put it into MigrationState then we can use the properties to specify > whether to enable storing global state. > > Removing global_state_set_optional() since now we can use HW_COMPAT_2_3 > for x86/power, and AccelClass.global_props for Xe

[Qemu-devel] [PATCH v6 05/10] migration: move global_state.optional out

2017-06-26 Thread Peter Xu
Put it into MigrationState then we can use the properties to specify whether to enable storing global state. Removing global_state_set_optional() since now we can use HW_COMPAT_2_3 for x86/power, and AccelClass.global_props for Xen. Reviewed-by: Juan Quintela Signed-off-by: Peter Xu --- hw/i38