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 Bonzinipbonz...@redhat.com Applied. Thanks. Regards, Anthony Liguori --- cpus.c| 38 +++--- qemu-thread.c |7

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 pbonz...@redhat.com --- cpus.c| 38 +++--- qemu-thread.c |7 +++ 2 files changed, 18 insertions(+), 27

[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 pbonz...@redhat.com --- cpus.c| 38 +++--- qemu-thread.c |7 +++ 2 files changed, 18 insertions(+), 27 deletions(-) diff --git a/cpus.c b/cpus.c index