Peter Maydell aef553fdca iohandler.c: Properly initialize sigaction struct
The code in qemu_init_child_watch() wasn't clearing the 'struct
sigaction' before passing it to sigaction(); this meant that we
would block a random set of signals while executing the SIGCHLD
handler. Initialize properly by using memset() on the struct,
as we do in similar cases elsewhere.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-05-24 00:07:29 +04:00
2014-05-16 10:35:59 -04:00
2014-05-22 17:05:36 +01:00
2014-05-22 18:14:01 +01:00
2014-05-24 00:07:29 +04:00
2014-05-20 13:05:58 +02:00
2014-05-15 14:24:05 +02:00
2014-05-09 09:11:31 -04:00
2014-05-19 11:36:48 +02:00
2014-05-15 14:24:05 +02:00
2014-05-16 10:35:59 -04:00
2014-05-15 16:24:12 +01:00
2014-05-20 11:57:52 +01:00
2014-05-16 08:30:12 +02:00
2014-05-22 18:14:01 +01:00
2014-05-14 15:24:51 +02:00
2014-05-15 18:56:08 +01:00
2014-05-20 11:57:52 +01:00
2014-05-09 22:59:40 +02:00
2014-05-19 12:53:07 +01:00
2014-05-09 20:57:32 +02:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%