]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Use GDBFeature for dynamic XML
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 27 Feb 2024 14:43:12 +0000 (14:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 28 Feb 2024 09:09:25 +0000 (09:09 +0000)
commit1b53948ff8f70fef3d2a07651a3342f77c043322
tree9f75f0c17fda3fe4179887242d8d21632dd48750
parent690bd97b5b18b9198300e09a55ff980ab57ba665
target/ppc: 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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231213-gdb-v17-2-777047380591@daynix.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240227144335.1196131-7-alex.bennee@linaro.org>
target/ppc/cpu-qom.h
target/ppc/cpu.h
target/ppc/cpu_init.c
target/ppc/gdbstub.c