Re: [Qemu-devel] [PATCH v2 3/3] Add a 'name' parameter to qemu_thread_create

2014-02-10 Thread Dr. David Alan Gilbert
* Laszlo Ersek (ler...@redhat.com) wrote: > comments below Thanks, > On 01/30/14 11:20, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > If enabled, set the thread name at creation (on GNU systems with > > pthread_set_np) > > Fix up all the callers with a thread

Re: [Qemu-devel] [PATCH v2 3/3] Add a 'name' parameter to qemu_thread_create

2014-02-09 Thread Laszlo Ersek
comments below On 01/30/14 11:20, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > If enabled, set the thread name at creation (on GNU systems with > pthread_set_np) > Fix up all the callers with a thread name > > Signed-off-by: Dr. David Alan Gilbert > --- > cpus.c

[Qemu-devel] [PATCH v2 3/3] Add a 'name' parameter to qemu_thread_create

2014-01-30 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" If enabled, set the thread name at creation (on GNU systems with pthread_set_np) Fix up all the callers with a thread name Signed-off-by: Dr. David Alan Gilbert --- cpus.c | 25 - hw/block/dataplane/virtio-blk.c