aboutsummaryrefslogtreecommitdiff
path: root/qga
diff options
context:
space:
mode:
authorMichael Clark <mjc@sifive.com>2018-03-23 16:49:07 -0700
committerMichael Clark <mjc@sifive.com>2018-03-29 10:22:26 -0700
commitb02403363f1056421d120c8e974fdf9c76a84f95 (patch)
treecb5dc55e735e4ae28b7949d6bb59c77ceb99e11e /qga
parent47d3b60858d90ac8a0cc3a72af7f95c96781125a (diff)
RISC-V: Workaround for critical mstatus.FS bug
This change is a workaround for a bug where mstatus.FS is not correctly reporting dirty after operations that modify floating point registers. This a critical bug or RISC-V in QEMU as it results in floating point register file corruption when running SMP Linux due to task migration and possibly uniprocessor Linux if more than one process is using the FPU. This workaround will return dirty if mstatus.FS is switched from off to initial or clean. According to the specification it is legal for an implementation to return only off, or dirty. Cc: Palmer Dabbelt <palmer@sifive.com> Cc: Sagar Karandikar <sagark@eecs.berkeley.edu> Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Cc: Peter Maydell <peter.maydell@linaro.org> Cc: Alex Bennée <alex.bennee@linaro.org> Cc: Richard Henderson <richard.henderson@linaro.org> Cc: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Michael Clark <mjc@sifive.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'qga')
0 files changed, 0 insertions, 0 deletions