Re: [Qemu-devel] [PATCH v2] migration: Change name of live migration thread

2017-01-24 Thread Dr. David Alan Gilbert
* Pankaj Gupta (pagu...@redhat.com) wrote: > 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

Re: [Qemu-devel] [PATCH v2] migration: Change name of live migration thread

2017-01-24 Thread Amit Shah
On (Mon) 23 Jan 2017 [19:12:56], Pankaj Gupta wrote: > 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: Pa

Re: [Qemu-devel] [PATCH v2] migration: Change name of live migration thread

2017-01-23 Thread Dr. David Alan Gilbert
* Pankaj Gupta (pagu...@redhat.com) wrote: > 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

Re: [Qemu-devel] [PATCH v2] migration: Change name of live migration thread

2017-01-23 Thread Juan Quintela
Pankaj Gupta wrote: > 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 Reviewed-by: Juan Qui

[Qemu-devel] [PATCH v2] migration: Change name of live migration thread

2017-01-23 Thread Pankaj Gupta
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 --- migration/migration.c | 2 +- 1 file changed, 1 in