commit | c0a6bfdc18b83290b65372a7687134052f382bdf | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Mon Feb 27 21:14:47 2017 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Mar 16 13:04:38 2017 +0100 |
tree | 83f8158c5bede6e720c2dac1af5d834b2ac31281 | |
parent | 4d5f2c04c8a462a1c7ad3fdc138515c84fa65379 [diff] |
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>