Re: [PATCH v4 08/25] target/arm: Use GDBFeature for dynamic XML

2023-08-16 Thread Richard Henderson
On 8/16/23 07:51, 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 --- target/arm/cpu.h | 20 +++--- target/

[PATCH v4 08/25] target/arm: Use GDBFeature for dynamic XML

2023-08-16 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/arm/cpu.h | 20 +++--- target/arm/internals.h | 2 +- target/arm/gdbst