Re: [Qemu-devel] [PATCH 0/3] Name threads

2014-01-28 Thread Paolo Bonzini
Il 28/01/2014 17:31, Dr. David Alan Gilbert ha scritto: > I plead guilty to bikeshedding and propose s/namethreads/threads/. If I need to reroll anyway I'll change that; although I just suggested making it debug-thread in my reply to Michael to make it clear it wasn't an API. Even better. >

Re: [Qemu-devel] [PATCH 0/3] Name threads

2014-01-28 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > Il 28/01/2014 16:20, Dr. David Alan Gilbert (git) ha scritto: > >From: "Dr. David Alan Gilbert" > > > >This series uses pthread_setname_np (when available) to set the names on > >threads that QEMU creates to make life easier when debugging. > > > >It'

Re: [Qemu-devel] [PATCH 0/3] Name threads

2014-01-28 Thread Paolo Bonzini
Il 28/01/2014 16:20, Dr. David Alan Gilbert (git) ha scritto: From: "Dr. David Alan Gilbert" This series uses pthread_setname_np (when available) to set the names on threads that QEMU creates to make life easier when debugging. It's turned off by default (because there were worries that it mig

[Qemu-devel] [PATCH 0/3] Name threads

2014-01-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" This series uses pthread_setname_np (when available) to set the names on threads that QEMU creates to make life easier when debugging. It's turned off by default (because there were worries that it might break tools that relied on process names) but is enabled by a