]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
KVM: s390: Handle sthyi also for instruction intercept
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 27 Feb 2017 20:14:47 +0000 (21:14 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 16 Mar 2017 12:04:38 +0000 (13:04 +0100)
commitc0a6bfdc18b83290b65372a7687134052f382bdf
tree83f8158c5bede6e720c2dac1af5d834b2ac31281
parent4d5f2c04c8a462a1c7ad3fdc138515c84fa65379
KVM: s390: Handle sthyi also for instruction intercept

Right now we handle the STHYI only via the operation exception intercept
(illegal instruction). If hardware ever decides to provide an
instruction intercept for STHYI, we should handle that as well.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/intercept.c
arch/s390/kvm/priv.c
arch/s390/kvm/sthyi.c