On 23/01/2017 06:40, Amit Shah wrote: > On (Sun) 22 Jan 2017 [12:47:51], Pankaj Gupta wrote: >> Change the name of live migration thread from 'migration' >> to 'qemu_vm_migration' to identify it clearly. 'migration' >> is a generic word and kernel also has tasks for process >> migration with the name 'migration/cpu#'. > > Makes sense. > > Reviewed-by: Amit Shah <amit.s...@redhat.com>
It's a bit ugly that no other thread name has qemu in it, and the limit is 15 characters---which is more than "qemu_vm_migration"'s length. So maybe "live_migration" or "migrate" would be better. Spaces vs. underscores are also inconsistent. A patch to fix that would be helpful! Paolo