]> git.ipfire.org Git - thirdparty/qemu.git/commit - main-loop.c
Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously"
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 27 Oct 2014 14:13:02 +0000 (14:13 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Oct 2014 15:05:09 +0000 (15:05 +0000)
commit3e9418e160cd8901c83a3c88967158084f5b5c03
tree5ebdae60d4e7b6ce756dd99c1759b57183f10a4b
parent817ef04db2cfa2df04daffd6917f4ea7605f6403
Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously"

This reverts commit 15124e142034d21341ec9f1a304a1dc5a6c25681. It breaks
debuggability of qemu and is no longer needed as the problem has
now been addressed in a different way.

Instead we provide a comment about why these signals must be
handled asynchronously.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Gonglei <arei.gonglei@huawei.com>
[PMM: added comment]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
main-loop.c