Re: [PATCH v17 03/14] target/riscv: Use GDBFeature for dynamic XML

2023-12-17 Thread Alistair Francis
On Wed, Dec 13, 2023 at 4:43 PM Akihiko Odaki wrote: > > In preparation for a change to use GDBFeature as a parameter of > gdb_register_coprocessor(), convert the internal representation of > dynamic feature from plain XML to GDBFeature. > > Signed-off-by: Akihiko Odaki Acked-by: Alistair Franci

[PATCH v17 03/14] target/riscv: Use GDBFeature for dynamic XML

2023-12-12 Thread Akihiko Odaki
In preparation for a change to use GDBFeature as a parameter of gdb_register_coprocessor(), convert the internal representation of dynamic feature from plain XML to GDBFeature. Signed-off-by: Akihiko Odaki --- target/riscv/cpu.h | 5 ++-- target/riscv/cpu.c | 4 +-- target/riscv/gdbstu