diff options
author | Alexandre Raymond <cerbere@gmail.com> | 2011-06-15 01:20:31 -0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-07-16 19:43:00 +0000 |
commit | 89b9ba661bd2d6155308f895ec075d813f0e129b (patch) | |
tree | f7ea26ffe7cea8eb7acea9566b7871f7d8a384cb /hw/omap_dma.c | |
parent | 5664aed99a4ab6e661b40e475449a32150f46184 (diff) | |
download | hqemu-89b9ba661bd2d6155308f895ec075d813f0e129b.zip hqemu-89b9ba661bd2d6155308f895ec075d813f0e129b.tar.gz |
Fix signal handling of SIG_IPI when io-thread is enabled
Both the signal thread (via sigwait()) and the cpu thread (via
a normal signal handler) were attempting to catch SIG_IPI.
This resulted in random freezes under Darwin.
This patch separates SIG_IPI from the rest of the signals handled
by the signal thread, because it is independently caught by the cpu
thread.
Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/omap_dma.c')
0 files changed, 0 insertions, 0 deletions