s390x/kvm: Fixed condition code for unknown SIGP orders
commit3796f0e1cda41eacf4fc915e7edaf54f2279466c
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 17 Dec 2013 13:22:09 +0000 (17 14:22 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 18 Dec 2013 13:24:10 +0000 (18 14:24 +0100)
tree85420c34f3efc16b367965b40ad1b9b0343ec3ca
parentb8031adba791325907d8a9e19af8d483996974fd
s390x/kvm: Fixed condition code for unknown SIGP orders

If SIGP is called with an unknown order code, it has to return CC1
instead of CC3 and set the "invalid order" bit in the return status.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/kvm.c