summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/intercept.c
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2012-04-24 07:24:44 (GMT)
committerMarcelo Tosatti <mtosatti@redhat.com>2012-05-01 00:55:52 (GMT)
commit8c3f61e2ddb6c1845704fd8ef1b999ecd2e4725c (patch)
tree0a2c2375f75ae52b879afe1cbfb770ef5ce53394 /arch/s390/kvm/intercept.c
parent8733ac36fc37fe055a7d7daadf5451b4231f0214 (diff)
downloadlinux-8c3f61e2ddb6c1845704fd8ef1b999ecd2e4725c.tar.xz
KVM: s390: Handle sckpf instruction
Handle the mandatory intercept SET CLOCK PROGRAMMABLE FIELD instruction. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/s390/kvm/intercept.c')
-rw-r--r--arch/s390/kvm/intercept.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kvm/intercept.c b/arch/s390/kvm/intercept.c
index 3614565..979cbe5 100644
--- a/arch/s390/kvm/intercept.c
+++ b/arch/s390/kvm/intercept.c
@@ -101,6 +101,7 @@ static int handle_lctl(struct kvm_vcpu *vcpu)
}
static intercept_handler_t instruction_handlers[256] = {
+ [0x01] = kvm_s390_handle_01,
[0x83] = kvm_s390_handle_diag,
[0xae] = kvm_s390_handle_sigp,
[0xb2] = kvm_s390_handle_b2,