]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/css: handle emw correctly for tsch
authorCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 27 May 2014 10:40:44 +0000 (12:40 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 3 Jul 2014 21:31:30 +0000 (16:31 -0500)
commit501910686272349efbb0458d008fd76d2695a5c4
tree51402d530c6e031ccfb72426a25c1619f969302d
parentf784615221c6018896d985101edc7e6de3cc9119
s390x/css: handle emw correctly for tsch

We should not try to store the emw portion of the irb if extended
measurements are not applicable. In particular, we should not surprise
the guest by storing a larger irb if it did not enable extended
measurements.

Cc: qemu-stable@nongnu.org
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Tested-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
(cherry picked from commit f068d320def7fd83bf0fcdca37b305f1c2ac5413)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/s390x/css.c