qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] catch signals


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] catch signals
Date: Wed, 06 Aug 2008 11:11:19 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Samuel Thibault wrote:
> Gerd Hoffmann, le Tue 05 Aug 2008 18:09:39 +0200, a écrit :
>> +    sigaction(SIGINT,  &act, NULL);
>> +    sigaction(SIGTERM, &act, NULL);
>> +    sigaction(SIGQUIT, &act, NULL);
>> +    sigaction(SIGSEGV, &act, NULL);
>> +    sigaction(SIGBUS,  &act, NULL);
> 
> + SIGHUP and SIGPIPE?

SIGHUP yes.  SIGPIPE is handled elsewhere in the code.  Also guest
shutdown isn't the thing we want to do on SIGPIPE ...

cheers,
  Gerd

-- 
http://kraxel.fedorapeople.org/xenner/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]