Re: [Qemu-devel] [PATCH v2 4/6] migration: move only_migratable to MigrationState

2017-06-09 Thread Juan Quintela
Peter Xu wrote: > One less global variable, and it does only matter with migration. > > We keep the old "--only-migratable" option, but also now we support: > > -global migration.only-migratable=true > > Currently still keep the old interface. > > Signed-off-by: Peter Xu Reviewed-by: Juan Quin

[Qemu-devel] [PATCH v2 4/6] migration: move only_migratable to MigrationState

2017-06-08 Thread Peter Xu
One less global variable, and it does only matter with migration. We keep the old "--only-migratable" option, but also now we support: -global migration.only-migratable=true Currently still keep the old interface. Signed-off-by: Peter Xu --- include/migration/migration.h | 3 +++ include/sy