qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH RDMA support v1: 08/13] default chunk registrati


From: mrhines
Subject: [Qemu-devel] [RFC PATCH RDMA support v1: 08/13] default chunk registration to true
Date: Wed, 10 Apr 2013 18:28:16 -0400

From: "Michael R. Hines" <address@hidden>

Just enable it by default. User can now disable if they want to.

Signed-off-by: Michael R. Hines <address@hidden>
---
 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 &current_migration;
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]