Re: [Qemu-devel] [PATCH] register signal handler after initializing SDL.

2011-04-03 Thread Aurelien Jarno
On Thu, Mar 31, 2011 at 11:27:23AM +0200, Gleb Natapov wrote: > SDL library initialization mangles signal handlers, so QEMU should > register them after initializing SDL. This was the case before and code > even have a comment about that. Fix it to be so again. > > Signed-off-by: Gleb Natapov >

[Qemu-devel] [PATCH] register signal handler after initializing SDL.

2011-03-31 Thread Gleb Natapov
SDL library initialization mangles signal handlers, so QEMU should register them after initializing SDL. This was the case before and code even have a comment about that. Fix it to be so again. Signed-off-by: Gleb Natapov Reviewed-by: Peter Maydell diff --git a/vl.c b/vl.c index 192a240..93aacc