]> Git Repo - qemu.git/commitdiff
migration: Change name of live migration thread
authorPankaj Gupta <[email protected]>
Mon, 23 Jan 2017 13:42:56 +0000 (19:12 +0530)
committerDr. David Alan Gilbert <[email protected]>
Tue, 24 Jan 2017 18:00:31 +0000 (18:00 +0000)
Change the name of live migration thread from 'migration'
to 'live_migration' to identify it clearly. 'migration'
is a generic word and kernel also has  tasks for process
migration with the name 'migration/cpu#'.

Signed-off-by: Pankaj Gupta <[email protected]>
Message-Id: <1485178976[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Amit Shah <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/migration.c

index f8a4500cd159b4c78961b8040af35b8e669a2bd5..2766d2f586f17434f48f9b52236c947dea953564 100644 (file)
@@ -2024,7 +2024,7 @@ void migrate_fd_connect(MigrationState *s)
     }
 
     migrate_compress_threads_create();
-    qemu_thread_create(&s->thread, "migration", migration_thread, s,
+    qemu_thread_create(&s->thread, "live_migration", migration_thread, s,
                        QEMU_THREAD_JOINABLE);
     s->migration_thread_running = true;
 }
This page took 0.029984 seconds and 4 git commands to generate.