KVM: s390: Fix problem state handling in guest sigp handler
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 17 Nov 2008 13:50:35 +0000 (14:50 +0100)
committerAvi Kivity <avi@redhat.com>
Sun, 23 Nov 2008 12:34:39 +0000 (14:34 +0200)
We can get an exit for instructions starting with 0xae, even if the guest is
in userspace. Lets make sure, that the signal processor handler is only called
in guest supervisor mode. Otherwise, send a program check.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found