s390x/css: fix control flags during csch
commit4c6bf79a222934ac9ff0e45fc98ea1c986ed5c67
authorHalil Pasic <pasic@linux.vnet.ibm.com>
Wed, 20 Jan 2016 18:51:30 +0000 (20 19:51 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 27 Jan 2016 14:34:48 +0000 (27 15:34 +0100)
treecbd723deb815c06d3d21cd001970af585f57b258
parentfba9110fee9fc438cfd9b6c1091bfda8710875b5
s390x/css: fix control flags during csch

From the beginning, css support contained an error in csch handling:
instead of setting the clear bit in the function control bits twice, we
need to set the clear pending bit in the activity control bits. Let's
fix this.

Cc: qemu-stable@nongnu.org
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/css.c