]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Don't exit() on SIGQUIT
authorPekka Enberg <penberg@kernel.org>
Fri, 8 Apr 2011 12:14:33 +0000 (15:14 +0300)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Apr 2011 12:57:10 +0000 (15:57 +0300)
commit614a5b4e37434216d8db32a8d31a958b8d745837
treebaacdd26f56d0bf103e040ae1f92fd106f7b855b
parentdf3663f30d9b85f6a7692783c569b9b8415cdf56
kvm tools: Don't exit() on SIGQUIT

The point of SIGQUIT is to dump relevant information of a running guest, not to
stop it.

Cc: Asias He <asias.hejun@gmail.com>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/main.c