From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiKBr-0007zO-5W for qemu-devel@nongnu.org; Sun, 26 Oct 2014 05:32:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiKBl-0002Nw-8V for qemu-devel@nongnu.org; Sun, 26 Oct 2014 05:32:47 -0400 Received: from mout.web.de ([212.227.17.11]:59052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiKBk-0002Ni-Vt for qemu-devel@nongnu.org; Sun, 26 Oct 2014 05:32:41 -0400 Message-ID: <544CBFB0.7010701@web.de> Date: Sun, 26 Oct 2014 10:32:32 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nwpBtbwIwIPfr1UKp54CRTsFAOMvn74f9" Subject: [Qemu-devel] [PATCH] Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM, synchronously" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel Cc: Paolo Bonzini , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Stefan Hajnoczi , Gonglei This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nwpBtbwIwIPfr1UKp54CRTsFAOMvn74f9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Jan Kiszka This reverts commit 15124e142034d21341ec9f1a304a1dc5a6c25681. It breaks debuggability of qemu. Signed-off-by: Jan Kiszka --- Feel free to apply this before or after "Make qemu_shutdown_requested signal-safe". main-loop.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main-loop.c b/main-loop.c index d2e64f1..53393a4 100644 --- a/main-loop.c +++ b/main-loop.c @@ -84,9 +84,6 @@ static int qemu_signal_init(void) sigaddset(&set, SIGIO); sigaddset(&set, SIGALRM); sigaddset(&set, SIGBUS); - sigaddset(&set, SIGINT); - sigaddset(&set, SIGHUP); - sigaddset(&set, SIGTERM); pthread_sigmask(SIG_BLOCK, &set, NULL); =20 sigdelset(&set, SIG_IPI); --=20 1.8.4.5 --nwpBtbwIwIPfr1UKp54CRTsFAOMvn74f9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlRMv7AACgkQitSsb3rl5xRU0gCgqgHWK0sQj4N0KYCQfN7xkqKh 1dIAoK2Oq3O4LHu40rUUqQc+A80LF5fH =WJId -----END PGP SIGNATURE----- --nwpBtbwIwIPfr1UKp54CRTsFAOMvn74f9--