]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: Use GDBFeature for dynamic XML
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 27 Feb 2024 14:43:13 +0000 (14:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 28 Feb 2024 09:09:29 +0000 (09:09 +0000)
commit33a24910aedaa184515b04921cc8a5dcccd99235
treef21b0bd57433eb2e0a6d06940fcba3c5f83e3524
parent1b53948ff8f70fef3d2a07651a3342f77c043322
target/riscv: Use GDBFeature for dynamic XML

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.odaki@daynix.com>
Message-Id: <20231213-gdb-v17-3-777047380591@daynix.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240227144335.1196131-8-alex.bennee@linaro.org>
target/riscv/cpu.c
target/riscv/cpu.h
target/riscv/gdbstub.c