Message ID | 20220809025050.781846-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On 8/8/22 19:50, Richard Henderson wrote: > Hopefully the last such last minute bug for this new target. > > > r~ > > > The following changes since commit 7b06148df8a22d984e77e796322aeb5901dc653c: > > Merge tag 'mips-20220809' of https://github.com/philmd/qemu into staging (2022-08-08 17:59:27 -0700) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-la-20220808 > > for you to fetch changes up to 10dcb08b03863221faa41f4f1aa835cdca441b96: > > target/loongarch: Remove cpu_fcsr0 (2022-08-08 19:42:53 -0700) > > ---------------------------------------------------------------- > loongarch: fix emulation of fcsr register Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate. r~ > > ---------------------------------------------------------------- > Richard Henderson (1): > target/loongarch: Remove cpu_fcsr0 > > target/loongarch/helper.h | 2 +- > target/loongarch/fpu_helper.c | 4 ++-- > target/loongarch/translate.c | 3 --- > tests/tcg/loongarch64/test_fcsr.c | 15 +++++++++++++ > target/loongarch/insn_trans/trans_fmov.c.inc | 33 ++++++++++++++-------------- > tests/tcg/loongarch64/Makefile.target | 1 + > 6 files changed, 36 insertions(+), 22 deletions(-) > create mode 100644 tests/tcg/loongarch64/test_fcsr.c