summary refs log tree commit diff stats
path: root/hw/core/qdev.c
diff options
context:
space:
mode:
authorKONRAD Frederic <frederic.konrad@adacore.com>2019-09-10 10:15:41 +0200
committerPalmer Dabbelt <palmer@sifive.com>2019-09-17 08:42:50 -0700
commitb3e86929189c526d22ef49e18f2f5066535f6deb (patch)
tree51ebc1a0749211c23d2bc131af58bd8b6b6e4deb /hw/core/qdev.c
parentbdce1a5c6d512257f83b6b6831bee2c975643bbd (diff)
downloadfocaccia-qemu-b3e86929189c526d22ef49e18f2f5066535f6deb.tar.gz
focaccia-qemu-b3e86929189c526d22ef49e18f2f5066535f6deb.zip
gdbstub: riscv: fix the fflags registers
While debugging an application with GDB the following might happen:

(gdb) return
Make xxx return now? (y or n) y
Could not fetch register "fflags"; remote failure reply 'E14'

This is because riscv_gdb_get_fpu calls riscv_csrrw_debug with a wrong csr
number (8). It should use the csr_register_map in order to reach the
riscv_cpu_get_fflags callback.

Signed-off-by: KONRAD Frederic <frederic.konrad@adacore.com>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'hw/core/qdev.c')
0 files changed, 0 insertions, 0 deletions