qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] catch signals
Date: Wed, 06 Aug 2008 11:11:19 +0200	[thread overview]
Message-ID: <48996AB7.4030608@redhat.com> (raw)
In-Reply-To: <20080805162931.GY4478@implementation.uk.xensource.com>

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	other threads:[~2008-08-06  9:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05 16:09 [Qemu-devel] [PATCH] catch signals Gerd Hoffmann
2008-08-05 16:29 ` Samuel Thibault
2008-08-06  9:11   ` Gerd Hoffmann [this message]
2008-08-05 16:35 ` Daniel P. Berrange
2008-08-05 16:53   ` Samuel Thibault
2008-08-05 17:00     ` Daniel P. Berrange
2008-08-05 18:39       ` Jamie Lokier
2008-08-06  9:20   ` Gerd Hoffmann
2008-08-06  9:48     ` Daniel P. Berrange
2008-08-11 16:50 ` Ian Jackson
2008-08-11 19:43   ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48996AB7.4030608@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).