make qemu_thread_create block all signals
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Jun 2010 13:20:32 +0000 (15:20 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 14 Jun 2010 20:46:28 +0000 (15:46 -0500)
commitca17a5ec35c66003613b4934ab32231fda713d09
treef15320a0cb2a58acf89f4e48c71bf1e3254dba0e
parent1b84c84cf7849fb3b1dfd553e63c60ef580bf3b6
make qemu_thread_create block all signals

All signals will thus be routed through the IO thread.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
cpus.c
qemu-thread.c