Re: [Qemu-devel] [PULL for-2.5 1/4] iothread: include id in thread name

2015-12-07 Thread Cornelia Huck
On Thu, 3 Dec 2015 12:59:59 +0800 Stefan Hajnoczi wrote: > From: Paolo Bonzini > > This makes it easier to find the desired thread. Use "IO" plus the id; > even with the 14 character limit on the thread name, enough of the id should > be readable (e.g. "IO iothreadNNN" with three characters f

[Qemu-devel] [PULL for-2.5 1/4] iothread: include id in thread name

2015-12-02 Thread Stefan Hajnoczi
From: Paolo Bonzini This makes it easier to find the desired thread. Use "IO" plus the id; even with the 14 character limit on the thread name, enough of the id should be readable (e.g. "IO iothreadNNN" with three characters for the number). Signed-off-by: Paolo Bonzini Reviewed-by: Dr. David