S390: dont call system_shutdown on disabled wait
commiteca3ed0343ba413937f34ad4f8c4822dc82924e5
authorChristian Borntraeger <borntraeger@de.ibm.com>
Sun, 22 Apr 2012 23:52:25 +0000 (22 23:52 +0000)
committerAlexander Graf <agraf@suse.de>
Tue, 1 May 2012 19:04:06 +0000 (1 21:04 +0200)
tree6296ee056930115007c919e62e6d3343f514313c
parentad0bbc560026fb21c5b3d07631457e3be84d0f42
S390: dont call system_shutdown on disabled wait

A disabled wait usually indicates a guest problem. Dont shutdown the
guest to allow guest dumping.
Have some special cases, e.g. a quiesce disabled wait. In that case
we want to shutdown.

Long term solution might be a crashed/panic indication.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/kvm.c