]> git.baikalelectronics.ru Git - 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)
commit14aea7e89404b391d19938f0ff98d4de0ed347ad
tree83f8158c5bede6e720c2dac1af5d834b2ac31281
parent69c2572d13522b75d5425f116b38510ab6ce714a
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