RISC-V: Mark mstatus.fs dirty
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jan 2019 23:57:59 +0000 (23:57 +0000)
committerPalmer Dabbelt <palmer@sifive.com>
Mon, 11 Feb 2019 23:56:21 +0000 (15:56 -0800)
commit533b8f8877d4e3e8bf2b57e633a84afe27c14429
tree6cde2c1332bdfdeeb41ad262ac46310c4422d0e3
parent83a71719903cbfb683fd916bb555620e8b272140
RISC-V: Mark mstatus.fs dirty

Modifed from Richard Henderson's patch [1] to integrate
with the new control and status register implementation.

[1] https://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg07034.html

Note: the f* CSRs already mark mstatus.FS dirty using
env->mstatus |= mstatus.FS so the bug in the first
spin of this patch has been fixed in a prior commit.

Signed-off-by: Michael Clark <mjc@sifive.com>
Reviewed-by: Michael Clark <mjc@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Co-authored-by: Richard Henderson <richard.henderson@linaro.org>
Co-authored-by: Michael Clark <mjc@sifive.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
target/riscv/csr.c
target/riscv/translate.c