From: "Michael R. Hines" <mrhi...@us.ibm.com> Just enable it by default. User can now disable if they want to.
Signed-off-by: Michael R. Hines <mrhi...@us.ibm.com> --- migration.c | 1 + 1 file changed, 1 insertion(+) diff --git a/migration.c b/migration.c index 404c19a..41cf5ba 100644 --- a/migration.c +++ b/migration.c @@ -69,6 +69,7 @@ MigrationState *migrate_get_current(void) .state = MIG_STATE_SETUP, .bandwidth_limit = MAX_THROTTLE, .xbzrle_cache_size = DEFAULT_MIGRATE_CACHE_SIZE, + .enabled_capabilities[MIGRATION_CAPABILITY_CHUNK_REGISTER_DESTINATION] = true, }; return ¤t_migration; -- 1.7.10.4