Re: [Qemu-devel] [PATCH] make qemu_thread_create block all signals

2010-06-14 Thread Anthony Liguori
On 06/03/2010 08:20 AM, Paolo Bonzini wrote: All signals will thus be routed through the IO thread. Signed-off-by: Paolo Bonzini Applied. Thanks. Regards, Anthony Liguori --- cpus.c| 38 +++--- qemu-thread.c |7 +++ 2 files changed

Re: [Qemu-devel] [PATCH] make qemu_thread_create block all signals

2010-06-07 Thread Richard Henderson
On 06/03/2010 06:20 AM, Paolo Bonzini wrote: > All signals will thus be routed through the IO thread. > > Signed-off-by: Paolo Bonzini > --- > cpus.c| 38 +++--- > qemu-thread.c |7 +++ > 2 files changed, 18 insertions(+), 27 deletions(-) Acked-

[Qemu-devel] [PATCH] make qemu_thread_create block all signals

2010-06-03 Thread Paolo Bonzini
All signals will thus be routed through the IO thread. Signed-off-by: Paolo Bonzini --- cpus.c| 38 +++--- qemu-thread.c |7 +++ 2 files changed, 18 insertions(+), 27 deletions(-) diff --git a/cpus.c b/cpus.c index 8341f6c..fcd0f09 100644 --- a/