KVM: s390: Do not set CC3 for EQBS and SQBS
authorThomas Huth <thuth@linux.vnet.ibm.com>
Wed, 9 Oct 2013 14:49:03 +0000 (16:49 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Thu, 28 Nov 2013 10:08:12 +0000 (11:08 +0100)
commitc95221f69dfa5d3696b2b91374cbd7e5897657c5
tree914f197330b7b7678109ea9da1de3af50723042f
parentf092669e743048f50c714a1af7f8e3478d7b9e1b
KVM: s390: Do not set CC3 for EQBS and SQBS

The EQBS and SQBS instructions do not set CC3 for invalid channels, but
should throw an operation exception instead when not available. Thus they
should not be handled by the handle_io_inst() wrapper but drop to userspace
instead (which will then inject the operation exception).

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
arch/s390/kvm/priv.c
This page took 0.031309 seconds and 5 git commands to generate.