]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/css: fix control flags during csch
authorHalil Pasic <pasic@linux.vnet.ibm.com>
Wed, 20 Jan 2016 18:51:30 +0000 (19:51 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 17 Mar 2016 21:42:26 +0000 (16:42 -0500)
commit091af181047623695b7239cd8ddf928e1327b6a5
tree546874ecbf323eb9592497242960ee886344d1c3
parentd98392379ac3ac3e2a7ef2df5b300883beb3fe9e
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>
(cherry picked from commit 4c6bf79a222934ac9ff0e45fc98ea1c986ed5c67)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/s390x/css.c