]> git.proxmox.com Git - mirror_qemu.git/commit - target/s390x/kvm.c
s390x/kvm: Log unmanageable program interruptions
authorThomas Huth <thuth@linux.vnet.ibm.com>
Wed, 7 May 2014 07:45:21 +0000 (09:45 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 10 Jun 2014 07:50:27 +0000 (09:50 +0200)
commit6449a41a4d4082ddb0a6e156c7e8932fe7d60fbf
tree6c2ac2134f16d6cbcb059a43b8aea893f0ab50da
parenta2689242b10a7bbc9a952659a2a5cc04a86d10e1
s390x/kvm: Log unmanageable program interruptions

The kernel only drops to userspace if an endless program interrupt loop
has been detected. Let's print an error message in this case to inform
the user about the crash and stop the affected CPU with a panic event,
just like it is already done for the external interruption loop detection.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/kvm.c