]> 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>
Tue, 5 Aug 2014 18:34:34 +0000 (13:34 -0500)
commit0d38666664f9805535766c5d5feb5c849cf793db
treef13dce9fa9d9b67aca8477fe0cb65d053ccf55eb
parent27fb65dd1b040bb68d44a7ce24d8527df2a57fbc
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