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<akihiko.od...@daynix.com>
---
target/arm/cpu.h | 20 +++---
target/arm/internals.h | 2 +-
target/arm/gdbstub.c | 134 ++++++++++++++++++-----------------------
target/arm/gdbstub64.c | 90 ++++++++++++---------------
4 files changed, 108 insertions(+), 138 deletions(-)
This is quite large, and I think you could have converted the different subsystems one at
a time (especially since you renamed the structure, and so both could exist side-by-side).
But I won't insist.
Acked-by: Richard Henderson <richard.hender...@linaro.org>
r~