Re: [Qemu-devel] [PATCH] Block I/O signals in audio helper threads.

2010-08-06 Thread malc
On Fri, 6 Aug 2010, Gerd Hoffmann wrote: > Otherwise qemu might be killed due to SIGIO being received by a thread > which isn't prepared for that. Seen happening with pulseaudio backend. I've commited different patch. [..snip..] -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH] Block I/O signals in audio helper threads.

2010-08-06 Thread Gerd Hoffmann
Otherwise qemu might be killed due to SIGIO being received by a thread which isn't prepared for that. Seen happening with pulseaudio backend. Signed-off-by: Gerd Hoffmann --- audio/audio_pt_int.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/audio/audio_pt_int